amcharts / amcharts4

The most advanced amCharts charting library for JavaScript and TypeScript apps.
https://www.amcharts.com/
1.15k stars 322 forks source link

Mutli Date Axis with columnSeries #4405

Open pratham3164 opened 3 weeks ago

pratham3164 commented 3 weeks ago

I'm trying to build a multi-dateAxis ColumnSeries chart. I am able to load the data but the columns of the second dateAxis seem to overlap the first dateAxis column( attaching an image for reference)

image

Is there a way where I can have those columns next to each other in the same grid instead of overlapping ??

zeroin commented 3 weeks ago

Try to add two additional column series to the second axis with no data.