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
- Display start and end date range in timeseries LineChart using HighCharts
- Highcharts Navigator with a table?
- Highchart pie graph not displaying in r
- Tooltip for whole stack in grouped stacked Highcharts diagram
- Setting yAxis Max value in highcharts
- Modifing the "X" close button of highslide popups
- HIghcharts.js add catgories with addseries on column chart
- Highcharts with sql server data
- How to show popup on highchart column click
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- How to add a newline to a Highchart tooltip?
- Class 'ConsoleTVs\Charts\Facades\Charts' not found in laravel Charts
- Store Highcharts in Javascript Function - How to?
- When i scroll Gnatt highcharts some of the data is not shown in some columns
- Highcharts Pie Chart: How to ignore disabled legend items
- How to display months in x axis labels in highcharts
- How can set a width to a single column in Highcharts
- highcharts dataLabel overflow: justify issue
- Building dynamic number of arrays to display in Highchart
- Show stackLabels at both top and bottom in highchart
- How do I add an array of data points to a Highchart series
- highcharts : issue in plotting 2 graphs in 1 chart
- Y axis values merging with candles in highcharts
- Using highcharts SvgRenderer class in angular 4
- HighCharts synchronisation tooltip effect other chart
- Highcharts series name with '<' not rendered in tooltip
- Moving javascript data series to html data attribute breaks Highchart
- Highcharts value bars with full height background bars
- Disable hover on HighCharts
- Screen blank after loading highcharts-3d.js