amcharts3 icon indicating copy to clipboard operation
amcharts3 copied to clipboard

How to display all records

Open NagavijayColan opened this issue 6 years ago • 1 comments

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. chart_issue

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.

NagavijayColan avatar Jul 27 '18 07:07 NagavijayColan

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

amcharts avatar Jul 30 '18 20:07 amcharts