-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar Chart with Step Chart #566
Comments
It would be absolutely amazing if there was a way to make a type of step, that lined up above bars, rather than changing value in the middle of them. I hope it's not too specific a request. |
Here is an example interpolate function to create a bar centered step graph:
|
It is also an issue for a vanilla step chart. With the current implementation, the final data point is not represented by anything tangible, as in this chart: The intent is to represent a value for the duration of a week, but the final week's green value (0.14) here is represented by a vertical line only, and the orange value is almost impossible to see. |
Hi, I agree to modify step chart interpolation as you suggested. Now step chart uses And I introduced Could you try the latest code? Thanks. |
Thanks for this change. It addresses the alignment issue, but introduces a new problem in my use case at least. Before
After
|
I think 3rd issue has been fixed now. Only when category axis, the edges of step chart will be shown. Could you try the latest version again? Thanks. |
PS the improvement from 6bebdb2 is also noticeable. |
Thank you for your confirming. Then, please let me close this issue. |
Hi |
For a single data point, it's showing nothing. Is there any way to show a vertical line for a single data point?
|
Aligning the steps with the centre of the bar does not really work as a chart.
If it is possible instead to have an option where the steps are flat above bars, and change value in between bars this would be much more effective.
This is only an issue when combining step charts with bar charts.
The text was updated successfully, but these errors were encountered: