You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, AreaSeries colors the area from Path/LineSeries to baseline. This is done with Polygon. It would be nice to have two different colors for areas above and below.
Why do you need the feature ?
This makes some graphs much nicer to read.
What is the use case ?
Market microstructure visualization
Additional Information
Color buy volume GREEN.mix(0.1) and sell volume RED.mix(0.1)