gauge - Highcharts - add a second needle to a VU Meter with a different colour -


is there way add second needle of different colour vu meter ('gauge') style chart in highcharts? know can change colour of needle per chart using plotoptions:gauge:dial e.g.

plotoptions: {         gauge: {             dial: {                 radius: '100%',                 backgroundcolor : 'grey'             }         }     } 

and have tried overlay second pane , specify individual plotoptions (as per fiddle (http://jsfiddle.net/jdalton/xfv5k/8/) without success

you can use same options in plotoptions directly in series:

 series: [{         data: [{y:-6, color: 'red'}],         yaxis: 0,         dial: {             backgroundcolor : 'red'         }  } 

example: http://jsfiddle.net/xfv5k/11/


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -