score:3
Accepted answer
I haven't been able to figure out how to color the marker in the legend, but to me the markers don't make sense in this case anyhow. So, I've turned them off in my fiddle.
To color the text, you can use the legend labelFormatter function.
legend: {
labelFormatter: function() {
return '<span style="text-weight:bold;color:' + this.userOptions.color + '">' + this.name + '</span>';
},
symbolWidth: 0
},
score:3
Just to add, Barbara's answer is still valid in 2019. However, to remove the marker, you'll have to add
squareSymbol: false
I would have added this as a comment in her answer but I do not have enough reputation points.
Source: stackoverflow.com
Related Query
- Highcharts - Color coded legend for solid gauge
- How to make legend color show up in Highcharts for a line graph under certain conditions?
- Format data for highcharts solid gauge graph
- Highcharts Solid Gauge Legend Symbol
- Highcharts Solid Gauge (Thermometer) ... Color from -30 to +60
- Show ranges as legend for highcharts angular gauge
- Highcharts Solid Gauge Width
- Highcharts column range change color for negative numbers
- getting error#17 from highcharts while using solid gauge from backbone rails
- HIghcharts 4 solid gauge max value
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- How do I use an Highcharts Solid Gauge in angular 6 with typescript?
- Highcharts Solid Gauge with min number NOT zero
- Highcharts hide series without change legend color
- Highcharts - Display legend for Pie chart in two columns
- Highcharts legend symbol sizes for scatter charts
- Gauge Series of Highcharts with React not the Solid Gauge but Gauge Series
- Highcharts - column color different from color in legend
- highcharts donut pie - different color for the data than its drilldown
- How to color series legend in highcharts when colorbypoint is set to true
- Highcharts solidgauge legend symbol not taking series color
- Highcharts Solid Gauge only want to show 1 data label
- gauge highcharts : Exterior circle color
- How to define colorAxis dataClasses for solid gauge chart?
- HighCharts Solid Gauge Chart not displaying ticks
- Highcharts - In area chart how to use gradient color for multiple series?
- Legend for each point in column chart in highcharts
- How to embed solid Gauge using highcharts inside a div of a specific size
- Highcharts Solid Gauge Dynamic Update Using JSON
More Query from same tag
- The needle in highcharts speedometer gauge is very slow to react to changes in the speed value in an animation is there a way to make it more dynamic?
- My highchart not showing the correct time on the x-axis
- Highcharts Using CSV instead of JSON
- Combination of ohlc and line plot in highchart
- How can I make pie chart of high chart libarary unrotatable?
- Live Graph in HighCharts
- Get the exact highcharts data which was used to render a chart
- Safari browser displaying invalid date for highcharts
- JSON, Highcharts and Coldfusion json data
- Highcharts animate series on show
- how to add annotation text to a Highcharts chart?
- Highcharts Area chart gradient fill
- how to make specific labels outside gauge chart
- Highcharts: How to change the border color of RangeSelector Input Boxes in StockCharts?
- How to display raw decimal numbers on tooltips in Highcharts.js
- Highcharts: How to Change type of Graph
- Parse json and give to category in Highcharts
- how to plot multiple time series in the same graph with customized x axis
- Highchart DateTime Axis: How to display non existent data as 0 or gap
- Highstock charts give "Uncaught TypeError: Cannot read property 'addPoint' of undefined" error
- Updating chart on clicking button
- $.each only shows one series highcharts
- Change color of bars depending on value in Highchart bar-chart with MVC3
- Highcharts - How to hide the last category tick label on xAxis with scrollbar
- Format function for y-axis title text in highcharts.js
- Position Highcharts label to right side
- HighCharts: Category values are repeated. Tooltip not showing the correct date
- Highchart Rectangle Border Radius
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Show categories and remove numbers in Angular Gauge Highchart