amcharts3
amcharts3 copied to clipboard
How to display all records
Hi Team,
I have 20 day records and 3 days minutes records. When I plotting graph with t he data, 3 days Minutes records are not showing, It is showing as day records.
In the above image, from 25th day I have minutes records. But it is showing as day record not showing all records
Please Help me
Thanks in advance.
New comment from Zendesk by Christine Stone on ticket 38379. (replying here will automatically notify amCharts support agent)
Hi,
The chart by default is expecting data with the smallest period in days. If some of your data has minutes you can change minPeriod
to mm
:
"categoryAxesSettings": {
"minPeriod": "mm"
},
http://docs.amcharts.com/3/javascriptstockchart/CategoryAxesSettings#minPeriod
Hopefully this helps, let me know if you have any questions.
Yours sincerely,
Chris Stone
amCharts