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
Instead of using a LinearScale for LineCharts, allow usage of other scales d3 already provides. One could add a ScaleType option to the X/YAxisOptions or just pass in the scale directly. I would help with this feature, if necessary.
Rationale
Currently if data has infrequent keys, for example (2024-03-01, 2024-03-02, 2024-03-03, 2024-03-10, 2024-03-11) the Charts wouldn't reflect that gap.
🌟 Feature requests that are not yet planned will be closed. We then use the issue’s 👍 upvotes to track and set priorities. See the contribution guidelines for more information.
The text was updated successfully, but these errors were encountered:
Feature request summary
Instead of using a LinearScale for LineCharts, allow usage of other scales d3 already provides. One could add a
ScaleType
option to theX/YAxisOptions
or just pass in the scale directly. I would help with this feature, if necessary.Rationale
Currently if data has infrequent keys, for example (2024-03-01, 2024-03-02, 2024-03-03, 2024-03-10, 2024-03-11) the Charts wouldn't reflect that gap.
🌟 Feature requests that are not yet planned will be closed. We then use the issue’s 👍 upvotes to track and set priorities. See the contribution guidelines for more information.
The text was updated successfully, but these errors were encountered: