I’m using highchart and I need to show timeline chart but there are multiple same dates which I need to show on timeline but I’m not sure how to show multiple same dates.
https://www.highcharts.com/docs/chart-and-series-types/timeline-series
Max I can show two same dates. Does any one faced this problem ? if yes, any idea hoq to resolve it ?
2
Answers
if they have same date. but different label or title yes you can show them in chart. but if they are all same you can show the number of data on that date
You can set individual positions for data labels which belong to points with the same
x
value. For example:Live demo: https://jsfiddle.net/BlackLabel/6vkm4za9/
API Reference: https://api.highcharts.com/highcharts/series.timeline.data.dataLabels