I doesn't to show the last value data
I used this and it is not working
formatter: function() {
if (this.point.x == this.series.data.length - 1) {
return this.y;
} else {
return null;
}
},
crop: true,
overflow: false,
style: { "color": "rgb(70, 70, 63)", "fontSize": "15px" }
1
vote
Anonymous
shared this idea
For technical support please use one of available support channels – https://www.highcharts.com/support/
P.S. Without chart’s data and / or live demo it’s hardly possible to guess what might be wrong, so please add that info when you will reach out to the tech support.
-
Anonymous commented
i loaded the data form a google spreadsheet