0

I have a problem with zingChart and export. on the axis-x, i have dates with hours in 24H. it's ok. But when I download csv or excel, I have the dates on 12H.

Here is an example :

here my definition for scaleX.

"scaleX":{
            "zooming" : true,
            "values": scaleXValues,
            //values: '1513724400000:1516316400000:3600000',
            "transform": {
                "type": "date",
                "all": "%dd/%mm/%y %H:%i"
            }
            // ,"max-items":        16
        },

On graph, it's ok I have 13:00. And in my excel, I have this :

06/07/2019 10:00
06/07/2019 11:00
06/07/2019 12:00
06/07/2019 01:00

I'd like to have 13:00 at the end line.

Do you have an idea please ?

Thanks !

Jeff
  • 59
  • 2
  • 10

1 Answers1

0

This is a known issue and already fixed in the dev stage. The next public release (due end of October) will contain this fix.

Regards.

Adrian
  • 51
  • 1
  • 3