Replies: 1 comment
-
|
Thanks @annimarip for requesting this feature, will add it in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the BarChart component supports line overlays but only with smooth or straight line interpolation. There's no built-in support for stepped lines, which are essential for displaying data where values should remain constant between data points
Describe the solution you'd like:
Add a stepChart or stepped property to the lineConfig object in the BarChart component that creates a stepped line visualization. The stepped line should:
Proposed API:
Beta Was this translation helpful? Give feedback.
All reactions