Render from/to areas in Highcharts line chart -


i'm trying achieve in highcharts line chart has from/to areas. example, in chart below can see 2 from/to areas in gray (jan 2001/dec 2001 , dec 2007/march 2009 respectively). can done in highcharts?

chart

yes can added plotbands.

xaxis: {         plotbands: [{             color: '#fcffc5',             from: 4.5,             to: 7.5         }] }, 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -