esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
859 stars 283 forks source link

Set chart to 24 Hour format #438

Closed hp8wvvvgnj6asjm7 closed 4 years ago

hp8wvvvgnj6asjm7 commented 4 years ago

Hi,

unfortunately I keep seeing AM/PM in my charts, altough I tried every possible combination to format the date using moment.js

moment.unix(timestamp)

and

<ChartRow height='200' trackerTimeFormat ="%H:%M" timeFormat='%H:%M'>

Is this by default?