Shaded Area between Lines

Hey everyone,

Currently I am trying to make good use of the new Advanced Chart editor, while trying to plot a good look that shows my predictions with upper and lower bounds.

Is there any way of shading an area between two series when using the Highcharts capabilities. This is something that I am trying to achieve.

1 Like

Hi @heber_brandao , have you figured out how to do this? Thanks!

1 Like

Not really. I tried converting the chart into an arearange type, but I didn’t have enough bandwidth for that

Been trying to do the same without any success either! Thanks

Hi

Hi heber_brandao!
Using the Advanced Chart config editor we were able to achieve this with a bit of custom highcharts JSON :slightly_smiling_face:
We chose a line chart and under Series we changed, in this case the Yhat values to Type Area and specified fillcolor in the config editor:
Hope this helps!!! For more info see the highcharts docs for example code :slightly_smiling_face:

Preview