I'm currently working on an area chart in ExtJS 4.1 and so far, everything is being displayed correctly.
My issue is that one area is overlapping another in the chart, which I would like to avoid. Is there a way to overlay all the areas instead? Perhaps adjusting the opacity so that they are all visible at once?
Most of the examples I have found only show stacked behavior for area charts. Is this the default setting or is there a simple configuration option that I am overlooking?
In the Area Charts Example, the colored areas appear sequentially one after the other. My goal is to have them all on the same plane simultaneously.
Please share any suggestions or insights you may have on this matter.