score:1
Accepted answer
Use legend.labelFormat
, for example: labelFormat: '{status}'
demo: https://codepen.io/anon/pen/gKQxqo
Alternatively change status
to name
in your data options (default format for pie slice is {name}
): https://codepen.io/anon/pen/gKQxEo
Second issue: it's hard to guess without live demo. You can work around the issue by setting plotOptions.pie.color
. Just a guess, but maybe you have in your code Highcharts.setOptions()
multiple times?
Source: stackoverflow.com
Related Query
- Highcharts format legend names
- Highcharts legend custom css style / format using only highcharts options
- Highcharts legend not showing series names
- In the following code i want to show the WHOLE names on x axis nd dont want them to overlap with the legend
- Highcharts displays series names but missing data points from json source
- HighCharts Hide Series Name from the Legend
- How to modify highcharts legend item click event?
- Customize tooltip and format the number to 2 decimal places of highcharts
- Hiding a Highcharts series without using the legend
- What format does the highcharts js library accept for dates?
- Format Highcharts y-axis labels
- Disable-Click on Legend in HighCharts Column Graph
- How to Format Highcharts dataLabels Decimal Points
- Highcharts - Change legend index order
- dealing with highcharts bar chart with really long category names
- Highcharts legend font sizes
- Format tooltip numbers in Highcharts
- Weird character in front of Highcharts tooltip series names
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Add series total to legend in Highcharts
- HighCharts show datetime format on xAxis
- Highcharts - How to display legend symbol inside the tooltip
- Filtering legend of a Highcharts by only visible series
- How do I format x-axis label in highcharts
- Add tooltip to legend in highcharts when hovering
- Highcharts - Legend Positioning outside the chart
- Display legend items in two columns highcharts
- json date format to Highcharts date format
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts add legend on export
More Query from same tag
- Highstock title setting via options
- Highcharts show plot value on x axis label
- Highcharts userOptions does not update after changing the chart title
- Highcharts Sunburst Chart Drillup
- R highcharter get data from plots saved as html
- Return the next line of a csv file each time a php script is called
- Reduce no of points in X axis HighChart
- Getting an image (eg svg) created on the client in javascript, back to the server side for c#
- Set minRange in Highcharts at week, but doesn't work
- Issue updating highcharts from aqi.json file using Raspberry Pi
- Highcharts set xaxis value from array
- How to drilldown multi-series spline charts multiple levels in HighCharts
- Formating my json for highcharts
- Multiple Gauge Chart
- Highcharts numberFormat returns minus zero
- Scraping data from Highcharts using selenium
- Wrapping a HighChart in AngularJS
- High Charts - mouse over event on any part of graph
- Highcharts: Html table from csv
- stacked waterfall charts in highcharts
- plot vline graph highcharts in r
- Highcharts not displaying JSON data
- Highstock Make a conditional tooltip
- Highcharts rendering is taking lot of time in IE11
- Highcharts: Align multiple charts in same container
- highcharts graph with one regular column and one stacked column
- Only first N datapoints should be used
- Set HighCharts marginTop dynamically based on mobile device screen size
- Handle legends overflow in Highstocks
- How to change area graph color above certain value in Highcharts