-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Baseline series type #151
Comments
It looks like Baseline chart type (you can see it on www.tradingview.com/chart). |
Yep, it is. |
In fact, I'm working with this with the interface in like: basePrice: number;
underBaseTopColor: string;
underBaseBottomColor: string;
underLineColor: string; It might not fit in future but feel free to give me suggetion |
At the time in charting_library for baseline chart type we have the following properties, probably we can use some names/properties from them:
|
All make sense except |
@thanhlmm Yeah, probably we can make it configurable and do something like Also, I think it should be a different chart type with their own options (not extending the current one like line or area). Just to make it clearly and explicitly. What do you think? |
Agree on both of your ideas |
Fixed in #813 |
Is it possible to fill Area from predefined level (ex. 0)?
If you draw graph with negative values it currently fills area up from minimum value.
It maybe will be more logical to fill are from maximum to minimum.
https://jsfiddle.net/axtm3wr0/
The text was updated successfully, but these errors were encountered: