Overlap datalabels line chart highcharts

旧城冷巷雨未停 提交于 2019-12-06 08:35:02

Just add this inside tooltips you will get it what to do.

tooltip: { style: { padding: 20, fontWeight: 'bold', fontSize: '30px', } },

Paweł Fus

Highcharts doesn't prevent from dataLabels overlapping. I have created simple module which prevent's from this, see simple demo: http://jsfiddle.net/menXU/1/

Use module by calling StaggerDataLabels(series);, where series is array of all series in chart object.

In the fact it's duplicate of this question, but I couldn't report this.

Hai Just add verticalAlign: 'bottom', instead of using verticalAlign: 'top', at the plotOptions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!