knowm / XChart

XChart is a light-weight Java library for plotting data.
http://knowm.org/open-source/xchart
Apache License 2.0
1.5k stars 396 forks source link

Allow having stacked and overlapped category series #824

Closed jmpalomar closed 5 months ago

jmpalomar commented 8 months ago

This simple change allows having overlapped series combined with stacked series on a CategoryChart to allow charts like the example below:

example

timmolter commented 8 months ago

Could you ad the code for that chart to the demo? It looks really good.

jmpalomar commented 7 months ago

Example added

jmpalomar commented 7 months ago

I update example to look more similar to the above one