fusioncharts / fusioncharts-dist

FusionCharts JavaScript Charting library. Over 95+ charts and 1,400+ maps to choose from, with integrations available for all popular JavaScript frameworks & back-end programming languages.
https://www.fusioncharts.com
Other
84 stars 46 forks source link

Chart padding appears in Fusion Time Chart after updating to version 3.18.0 #31

Open YordankaIvanova opened 2 years ago

YordankaIvanova commented 2 years ago

Hello,

I did an update to version 3.18.0 and I ended up with a "chart padding" problem which I didn't had before that . It seems that after troubleshooting I found that Local Timezone really matters on this issue. It is mostly observable between GMT+1 and GMT+2 (for example Skopje, Sofia, Dublin).

The data that I am using looks like this:

Capture87

The chart after the update looks like this:

Capture23

You can see my code here: https://codesandbox.io/s/react-playground-forked-cusyh?file=/ChartViewer.js

In the playground I have added data, which you can see in data.js, the schema in schema.js and the ChartViewer.js, which contains the logic for the chart.

Any help would be appreciated! Thank you!