score:2
Accepted answer
i was able to achieve it by adding the series as :
{
enablemousetracking: false,
marker: {
enabled: false
},
datalabels: {
defer: false,
enabled: true,
y: 40,
style: {
fontsize: '20px',
color: 'white'
},
format: '{point.name}'
},
keys: ['x', 'y', 'name'],
data: [
[5.5, 30, chinese],
[4, 85, english],
[2.5, 30, russian]
]
}
complete link : http://jsfiddle.net/suprcool01/mzdx1y19/
score:1
well, you can try to use datalabels, like this: http://jsfiddle.net/ayqzz/78/ but you will get only one label per circle.
i think the only solution is to use renderer
to add texts to the chart. but first you need to calculate where put that label, and that's the hardest part - find intersection for a few circles. after that add labels this way in load event.
Source: stackoverflow.com
Related Query
- Highcharts : Venn Diagram how to show total and union numbers?
- How can I hide and show a category in highcharts
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- how to install venn diagram module on highcharts using npm?
- How to show 12AM and 12PM on x-axis using highcharts library
- How to show values in Highcharts tooltip other than x and y when data points are too high?
- Highcharts how to show certain tooltips and don't show others
- React: How to show correct date and plot data as Months in Highcharts
- How to show categories total in labels using highcharts
- How do I not show GMT and Timezone labels for Highcharts
- How to show first and last label of x axis Highcharts
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- how can I use rangeselector and navigation in highcharts in the given code
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- How can I show last 10 indexes in Highcharts Timeline and left using scroll?
- How to show multiple sets in a Highcharts Venn chart?
- How to create a column range chart in Highcharts using range and navigator functions?
- How to show No Data Available Message in highcharts
- Highcharts How to Show Loading Animation At Set Data
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- how to import highcharts with webpack and babel
- How do you increase the performance of highcharts chart creation and rendering
- How to make stacked column graph to show total data value on top
- How to change graph colour above and below plotline in Highcharts
- Highcharts - How to hide series name and Y value in tooltip
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- How to update new plotline values instead of removing and adding new ones in highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts - How to remove connecting line between fixed tooltip and point
More Query from same tag
- how can i do this using highcharts, superposition two series share with yAixs
- Highcharts piechart with slice animation and drilldown on click together throws exception in chart and breaks the pie chart
- Highcharts: stacked bar -> How to change color?
- Use String as object in javascript?
- Adding a label to the left and to the right of a bar in highcharts
- highchart-export-server --batch command running but not converting json into png
- Highcharts Dynamic Updated Highstock Charts doesn't display along with Bar Chart
- HighCharts (Stock) Styling Issues (Mobile and Date Selector)
- Display image inside tspan tag of highcharts
- Highcharts problems with animation of column chart
- Graph for data updated every 30 minutes
- Show ranges as legend for highcharts angular gauge
- Highcharts: some x-axis labels are disappearing after using setExtremes()
- R Highcharter: dynamic drilldown in Shiny on the fly
- Highcharts export in IE malformed
- How to include custom data in a point data of arearange chart
- Building dynamic number of arrays to display in Highchart
- hover on a point in highcharts graph using playwright and typescript
- Highcharts - change border of a single data point in series
- Highcharts: Not rendering on getJSON
- Why dynamically updated data in highstock seems not work properly
- Drilldown displayed in coloum instead of pie chart
- dataLabels for bar chart in Highcharts not displaying for null values in 3.0.8
- HighCharts Vue JS - CSV key
- Current month tick labels in week format and other tick labels in month/year format(Highcharts)
- How do I increase the clickable area of a point in Highcharts so that whenever the point is 'active' a click can be recorded?
- Always show "0" value in Stacked Column Chart
- Highcharts size doesn't change on div.animate()
- How To Get Multiple Areas From Dragging Selection Box in HighMaps
- Use ajax to draw graph dynamically using Highcharts