score:1
You can use data labels instead of series labels.
Example:
plotOptions: {
series: {
dataLabels: {
enabled: true,
formatter: function() {
if (this.point.index === this.series.points.length - 1) {
return this.series.name;
}
}
},
...
}
}
Live demo: https://jsfiddle.net/BlackLabel/9ps2ckhr/
API Reference: https://api.highcharts.com/highcharts/plotOptions.series.dataLabels
Source: stackoverflow.com
Related Query
- Hightcharts: Set series label in last point
- Highcharts How to add data label to last data point of a series
- Highcharts data label on last point of series not displayed
- Show value of last point as label or tooltip on Highcharts Stock Chart
- How to set series-label to false by default and change the color of series label text in highchart
- Cannot set Individual Point color in Series for Highstock API, it works for Highchart API
- Highcharts ( stockchart series line is not connecting to the last point
- Generate highchart instance on floating div from mouseOver on axis label or from series point
- Zoom hides last point from series
- Highcharts AreaRange Chart issues with xAxis and last data point label
- 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 to set point height on Y axis for specific series
- Set Additional Data to highcharts series
- Highcharts - How to set custom colors for the series
- Highstock/Highchart cannot set Individual Point color
- Show specific series values in the stack label using highcharts
- Highcharts: how to set legend label name after chart created?
- create a sticky tooltip for a point or a permanent label using HighCharts
- How do I set highcharts line graph point colors to an array of colors?
- Highcharts axis label before first point
- How to set dataLabel Format and axis label angle in R highcharter package
- Dynamically draw marker on last point in highcharts
- last label in x axis with datetime format not coming in highchart
- Last label is not showing in stepped labels of highchart
- Highcharts - xAxis label for each point
- Chart series point added not sync with X axis
- Last y-axis label not displaying on highcharts spiderweb
- Show only first and last xAxis label in Highcharts
- How to force Highcharts to show last label on xAxis?
- Highcharts- how to set yAxis to the closest or exact value in the series data
More Query from same tag
- Charts rendered using highcharts in angular2 do not take the height of the parent
- React HighChart Example
- Updating highcharts using ajax for Rails
- How to add Legend in highchart compare stock chart
- Highstock: How can I format the xAxis crosshair label?
- Highcharts upgrade to 8.1.2 not working with Angular 8
- how to add custom button on highstock/highcharts on subplot/addAxis
- HighCharts: Accessing Zoomed Series Data
- applying stock chart style in highchart
- Highcharts change symbol and hover text of individual points Line Chart
- Highcharts NG show only one point at a time. Animations
- Synchronized HighChart: Uncaught TypeError: $(...).appendTo(...).highcharts is not a function
- how to set Navigator label formatter in highcharts
- Redrawing the tooltip inside of the tooltip positioner callback
- How to display historical data and live data from database using Highcharts
- Highcharts - Change legend index order
- How can I create a horizontal stacked bar chart with labels on the bars themselves as well as labels above the bars?
- Ionic3 Highcharts-More import Error --JsAllow Not Set
- Highcharts chart not displaying data from csv file
- C# Parse string into arrays for HighCharts
- Callouts CSS implementation for highcharts not working
- Highcharts - Display only one name at each end of the bar's chart
- Highcharts standalone framework with highcharts-ng, angular. Animation issue
- Highcharts - How to plot a X axis line on my bell curve (Standard Deviation Curve)
- Trying to put points on a chart using a SharePoint list and Highcharts
- Implementing Prototype-style class structure with jQuery
- Import error, can't find file: highcharts/histogram-bellcurve
- Reduce white space below plot area without using negative marginBottom
- Want to retrieve Array from database
- Highcharts heatmap points with transparency depending on value