Thanks to the contributors of this library, it is the best line chart library I have found.
I am using a line chart, and noticed the line goes above the highest bin, and below the lowest bin. Below is a screenshot.
I would like to add an extra bar to the top, and bottom, using the same automatically calculated bucketing distance. How can I do this?
Initially I tried fiddling with gridMax and gridMin, but they didn't seem to be the solution, I would get weird amounts of ticks and misalignment between my y-axis and gridlines.
Thanks to the contributors of this library, it is the best line chart library I have found.
I am using a line chart, and noticed the line goes above the highest bin, and below the lowest bin. Below is a screenshot.
I would like to add an extra bar to the top, and bottom, using the same automatically calculated bucketing distance. How can I do this?
Initially I tried fiddling with
gridMax
andgridMin
, but they didn't seem to be the solution, I would get weird amounts of ticks and misalignment between my y-axis and gridlines.Below is my current code:
I apologize if this issue has been addressed elsewhere, I couldn't find the solution.