vue-fusioncharts
vue-fusioncharts copied to clipboard
Error: <text> attribute x: Expected length, "NaN"
When the chart data value is the 0 then fusion chart gives an error like Error: <text> attribute x: Expected length, "NaN".
[{
"label": "Chart title",
"value": 0
},
{
"label": "Chart title",
"value": 0
}]
Hi,
Could you please let us know the chart type you are implementing, check the following sample https://codesandbox.io/s/combination-charts-hil2k we have implemented in a Vue app and set the value as 0 but it seems the stated issue is not getting replicated.