score:13
Accepted answer
in plotoption
add usehtml: true,
plotoptions: {
pie: {
allowpointselect: true,
cursor: 'pointer',
datalabels: {
enabled: true,
y: -5, //optional
format: '\u202b' + '{point.name}', // \u202b is rle char for rtl support
style: {
fontsize: '15px',
fontfamily: 'tahoma',
textshadow: false, //bug fixed ie9 and edge
},
usehtml: true,
},
//showinlegend: true,
},
},
Source: stackoverflow.com
Related Query
- Highcharts not displaying data labels for Pie chart in arabic
- Highcharts display label for pie chart using html table as data source
- Highcharts convert: not showing pie chart data labels
- Highcharts not displaying daily data for column chart
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts not displaying series data for graph with multiple Y-axes
- highcharts - precision for stacked column chart data labels
- Hide Data Labels in Pie Chart below 400px width - Highcharts
- Highchart not displaying the pie chart with Ajax data
- highcharts pie chart color for dynamic data
- Custom CSS classes for Data Labels in Donut Pie Chart
- Highcharts not displaying data but drawing chart when reading from CSV file
- Highcharts.js column chart labels and data not displaying properly after 60 columns
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- Highcharts to populate data for pie chart using json object
- Highchart not showing 0 data correctly for pie chart
- Pie chart data labels are hidden for smaller values
- Display of plotted point labels not appearing properly on X Range Chart for the first date of month - Highcharts
- dataLabels for bar chart in Highcharts not displaying for null values in 3.0.8
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP
- Highcharts - Sankey chart not displaying all the data when series font increased
- Highcharts gantt chart task progress indicator data labels for multi-color in a single task progress
- HighCharts : 3D Pie Chart Not Displaying
- Highcharts chart not displaying data from csv file
- Displaying percentage inside pie item for highcharts
- Highcharts - labels inside and outside a pie chart
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts Pie Chart Drilldown not showing on third drill
- Highchart (Column Chart) : Few data labels are not appearing for a series
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
More Query from same tag
- Highcharts fadeIn produces plots larger than containers
- Click on Highcharts pie rendering border although legend item click is disabled
- Formatting dates in HighCharts
- Highcharts sparse data - hide empty values
- Own back button for drilldown charts
- Changing behavior of pie chart on clik on item legend
- incorrect highcharts export server js script error codes
- How to show other point property in bubble highcharts using tooltip
- How to make histogram from already aggregated data?
- Hide all other series except selected series. Also display the list of items in dropdown
- Highcharts how to zoom in programmatically? same as when you select and area for zooming visually?
- Customize bubble map with highcharter
- Highcharts: category positioning to match with datetime columns
- Can I use a simple path for an area chart's legend item symbol?
- Highchart - xAxis weekly date can start given day?
- Update Line Chart (High Charts) after applying filter
- Issue Dynamically Changing HighCharts Chart Title
- How to show progrss bar in highchart while loading data?
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
- Which javascript graphs / chart library?
- Highcharts addPlotLine for one set of values
- Is it possible to use data grouping in Highcharts without Highstocks?
- dataGrouping with xAxis datetime
- Highcharts - Click event not firing outside of plot area
- Can I create multiple dynamic carts with Highcharts
- Disable dataLabel if its width is more than height of its bar in highCharts
- Highcharts Stacked Column chart from JSON not charting correct values
- Highchart merge won't enable labels in xAxis
- Add Points Using Javascript/Jquery
- Php and PhantomJS