Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Chart with different zones and linechart
posted

Hi,

I'm trying to create a chart as posted below.
The things it should be able to do:

  • Display different zones (orange, dark green and light green)
    The zones are based on 24 values (one for each hour)
  • Display multiple chartlines, which also contains 24 values

I tried using a composite chart with the areachart to get the different zones, but that's not working out.

Could someone give some advice to a better approach on this? Will I have to implement a custom layer to do this? ...

I appreciate any advice!

  • 28496
    Offline posted

    Vladi,

    First of all, I'm terribly sorry for the late reply; this post seems to have slipped through the cracks, but I found it while I was auditing the forums for unanswered posts.

    This image is more like a stacked area chart than an area chart, but I think the best way to implement is not using a chart layer, but instead handling the FillSceneGraph and adding custom Polygons to the Scene.

    Please let me know if I can provide further assistance on this issue.