I want to change the icons/bullets of the highchart legend, Is it possible to customize this?
Thanks for your help.
http://jsfiddle.net/9oz9h3pb/1/
//An example of a graphic from the HighCharts page:
//http://jsfiddle.net/9oz9h3pb/1/
I want to change the icons/bullets of the highchart legend, Is it possible to customize this?
Thanks for your help.
http://jsfiddle.net/9oz9h3pb/1/
//An example of a graphic from the HighCharts page:
//http://jsfiddle.net/9oz9h3pb/1/
Hope you can read more about highchart API and researching more before create the question next time.
This is document
http://api.highcharts.com/highcharts/legend.useHTML
===This is solution===
Simple way: change the maker type
http://jsfiddle.net/anchika/gb32bx2j/1/
Use the HTML
https://codepen.io/kevintcoughlin/pen/WrKLMe
http://jsfiddle.net/raskalbass/49pre/
This, better?
you chan do it using symbolRadius to make it square
Fiddle
Note If you more customization ie want image then check this Highcarts custom legend and Change size of legend symbol
You can hide legend markers using CSS:
Then set
useHTML
in legend and insert your own HTML usinglabelFormatter
:To make the legend look better move all items a little bit to the left:
Live demo: http://jsfiddle.net/kkulig/k6k9L31k/
API references:
http://api.highcharts.com/highcharts/legend.useHTML http://api.highcharts.com/highcharts/legend.labelFormatter