Saturday, 15 March 2014

javascript - How to display tooltips or legends on plotBands? -



javascript - How to display tooltips or legends on plotBands? -

i have tooltips or legends on gauge bands. draw bands these:

plotbands: [{ from: 0, to: 10, color: '#55bf3b' }, { from: 10, to: 20, color: '#dddf0d' }]

i see tooltips on mouseover on bands.

or other solution have showing legends each band regarding color. there alternative legends points not bands.

is there alternative showinlegend:true plotbands? or other solution these?

in general plotbands doesn't have tooltip or legend options, possible add together custom events plotband, illustration mouseover. see: http://api.highcharts.com/highcharts#xaxis.plotbands.events

so can create own tooltip this.

javascript html5 charts highcharts

No comments:

Post a Comment