score:1
Currently sunburst doesn't support data labels with connectors.
Share the idea of adding them to Highcharts here if you like: https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api
You can create your own connectors functionality using SVGRenderer
(first check whether the label appeared or not and draw a connector if needed) or you can try to adjust the functionality implemented for pie series to your case (overwriting sunburst core functions).
API reference: https://api.highcharts.com/class-reference/Highcharts.SVGRenderer
Code reference: https://github.com/highcharts/highcharts/blob/master/js/parts/PieSeries.js
Docs reference: https://www.highcharts.com/docs/extending-highcharts/extending-highcharts
Source: stackoverflow.com
Related Query
- Highcharts: Is it possible to show Sunburst chart series data labels outside the leaf level nodes with connectors?
- Highcharts series doesnt show data and render the chart
- Highcharts show the same yAxis start and end value with multiple data series
- How to show Legends for all the series data in stacked column chart Highcharts?
- Highcharts - Show the percentage difference between data points on a series
- Highcharts - show series values outside chart container?
- How can i load external json data in highcharts to show the bar chart
- Want to make the Highcharts Bar Chart data labels appear on the far right in the chart
- realign Labels inside and outside the bar chart on highcharts
- Highcharts - Sankey chart not displaying all the data when series font increased
- 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
- Highcharts data from Google spreadsheet show line chart for one series
- Is it possible to have the line chart data points in highcharts to be represented as a rectangle instead of a circle?
- Highcharts - labels inside and outside a pie chart
- Highcharts not displaying data labels for Pie chart in arabic
- Highcharts - Legend Positioning outside the chart
- Change series data dynamically in react-highcharts without re-render of the chart
- Show specific series values in the stack label using highcharts
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts - Scatter chart with a line connecting the dots in the series
- Sort the series data for every X-Axis in Highcharts
- How do I style the series labels on a Highcharts pie chart?
- jQuery - HighCharts Labels outside Series (Bar Chart)
- Show more data on Gauge chart with Highcharts
- highcharts data labels overlaps the plotlines value
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- highcharts - precision for stacked column chart data labels
- Highcharts: Placement of data labels in the middle of sections of Pie Chart
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
More Query from same tag
- Highchart on bar item click event
- HighCharts - How to combine JS and SQL for two charts?
- Jinja2: TemplateSyntaxError: Encountered unknown tag
- JSON data not showing in highstock Candlestick chart using PHP & MYSQL
- Calculate Linear Regression based off data within range as opposed to full data set
- Hightchart to display user online time
- Is it possible to Customize highcharts drillup button
- Could not make Highcharts display in pdf
- How to make pie chart with data border radius in highchart
- Highcharts: Passing a secondary data variable in the tooltip
- Highcharts pie spacing title - chart - legend
- How to dynamiccally add and remove highchart in angular 10?
- highstock x-axis is always time
- Two legend styles for two stacked chart styles in highchart
- maxPointWidth causing more gaps for bars within each x point, in basic Column chart
- dynamic multiple series from different CSV-files
- Multiple Charts not moving in sync at random times when adding value on interval
- Is it possible to combine two column charts in a single Highcharts chart?
- Json to Chart using highchart export server with Node js module its throw error
- Highcharts php data
- Increase different marker sizes when hovering series using highcharts
- Highcharts: Using an array as a data series - ordering
- Highcharts pass external variable to global options
- Generate PDF from a page with highcharts on it with abcpdf
- Using Linq to group hourly and get an hourly average
- Remove 8pixel area that precedes xAxis values
- Pass event from overlayed div to Highmaps
- DateFormat in Tooltip for Scatter Plot does not change
- How to toggle date input datepicker in Highstock rangeSelector
- How to load highcharts annotations module in react typescript?