Questions tagged [viser]

2 questions
0
votes
1 answer

viserjs Chart coming unwanted count number 01

Im using my react project for viserjs chart , i have some conflict i find to remove count 1 text, no way to find that count label, anyone know how to hide or remove Thanks. here the code import { Chart, Tooltip, Facet } from 'viser-react'; import *…
core114
  • 5,155
  • 16
  • 92
  • 189
0
votes
1 answer

Type '"#e21c1a"' is not assignable to type 'undefined'. in react type script

Im using react type script for viser chart, colour is not undefind any solution for this Type '"#e21c1a"' is not assignable to type 'undefined'. code part const eachView = function (view:any, facet:any) { var data = facet.data; var…
core114
  • 5,155
  • 16
  • 92
  • 189