vue-fusioncharts icon indicating copy to clipboard operation
vue-fusioncharts copied to clipboard

Error: <text> attribute x: Expected length, "NaN"

Open hirenkeraliya opened this issue 5 years ago • 1 comments

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
}]

hirenkeraliya avatar Jul 25 '19 10:07 hirenkeraliya

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.

soumyasankarduttagit avatar Sep 26 '19 13:09 soumyasankarduttagit