-
-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Allow to customize filled area for LineChart #338
Labels
enhancement
improves upon existing functionality
Comments
Is the actual issue? As far as I can see, now the library allows you to make a similar plot. You only need to create 3 |
Could you please provide an example? |
when you finish, if you want to draw a new Axis, use this :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a
filled
flag in theLineChart
configuration to enable filled area from 0 up to Y-axis values.I need to draw a similar filled chart, but area is not 0-based and has different values for start and end Y values. Just like
CandleStickChart
but presented as a filled values:Please advise if
LineChart
could be extended to support something like that?The text was updated successfully, but these errors were encountered: