amcharts / amcharts3-angular2

Official Angular 2 plugin for amCharts V3
99 stars 35 forks source link

Not able to Change Gantt Chart display view from Monthly to Daily #106

Open iamsank8 opened 5 years ago

iamsank8 commented 5 years ago

I am not able to view data in daily view, even if I try to change period to "DD" instead of "MM". I have monthly data as well as quarterly data which is displayed correctly spanning a whole month or quarter respectively. But I want to view Daily view of the same data, how can I do that?

martynasma commented 5 years ago

Can you post your chart on codepen/jsfiddle?

iamsank8 commented 4 years ago

Here is the demo I created with code pen. https://codepen.io/Iam_Sank8/pen/oNggomy

zeroin commented 4 years ago

It's quite complicated to understand your data, but from what I see dates in your data are monthly, so no surprise that when you change period to "DD" nothing changes.