Chart parameters



Your chart's general parameters :

Width  
Height  
Title
Sub-title
Data title
Data colors (series)  
Chart background color  
Advanced   +  

  

Start another chart

Overview


Assistance

'Advanced' parameter detail :
See the full API : http://api.highcharts.com/highcharts

- set the minimum to 80 :
yAxis->min=80;
- set the maximum to 170 :
yAxis->max=170;
- set the maximum :
yAxis->endOnTick=false;
- Set a background picture :
chart->plotBackgroundImage= http://www.example.com/image_fond.png;
- Do not print the dots on the lines :
plotOptions->series->marker->enabled=false;
- Do not print xaxis labels :
xAxis->labels->enabled=false;
- Print a shadow around the chart :
chart->shadow=true;
- Set a zoom with the mouse into the chart :
chart->zoomType=x;