You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to set the DateTime format for chart (X axis) it doesn't work.
When i set numberFormat for individual cell like this: sheet.getRangeByName('A2').numberFormat = 'dd-MM-yyyy'; it display number like this: 2.65465456757454
When i set the DateTime format like this: chart.primaryCategoryAxis.numberFormat = 'dd-MM-yyyy'; It display wrong date example for DateTime(2014, 01, 14, 14, 14, 14) it display 04-05-1900
Bug description
When trying to set the DateTime format for chart (X axis) it doesn't work.
When i set numberFormat for individual cell like this:
sheet.getRangeByName('A2').numberFormat = 'dd-MM-yyyy';
it display number like this: 2.65465456757454When i set the DateTime format like this:
chart.primaryCategoryAxis.numberFormat = 'dd-MM-yyyy';
It display wrong date example forDateTime(2014, 01, 14, 14, 14, 14)
it display04-05-1900
Steps to reproduce
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
iOS
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: