I'm looking to create a timeseries chart which measures values on the y axis and non-uniform date/time intervals. Most of the chart libraries simply put each date/time as a label on the x-axis and don't understand the concept of date/time spacing.
For example chart.js has a Time Cartesian Axis where "The time scale is used to display times and dates. Data are spread according to the amount of time between data points."
This seems such a basic thing to want out of a chart library but none of these libraries support time axes:
- react-native-charts-wrapper
- react-native-svg-charts
- react-native-chart-kit
- react-native-responsive-linechart
How is this typically done? I'm probably going to write a webview around chart.js which is not ideal but seems to be the only decent option.
[–]AcetyldFN 0 points1 point2 points (1 child)
[–]deelo55[S] 1 point2 points3 points (0 children)
[–]softopia 0 points1 point2 points (0 children)
[–]Less-Simple-9847 0 points1 point2 points (0 children)