Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Feature Request] AreaSeries with different styles for above baseline and below baseline #74
Comments
|
Hi, that's good idea! I am going to make this happen before next release, please let me know if you think there's anything else can be improved. Thanks! |
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.
This makes some graphs much nicer to read.
Market microstructure visualization
Color buy volume GREEN.mix(0.1) and sell volume RED.mix(0.1)