Placing labels inside pie chart slices (Highchart)
问题 Using Highchart. I am positioning the labels inside the slices using distance and it centers well on mobile, but not on tablets or desktops. As the dimensions become larger, the labels get too close to the edges. How to position labels depending on viewport dimensions? plotOptions: { pie: { allowPointSelect: true, cursor: "pointer", dataLabels: { enabled: true, format: "<strong>{point.name}</strong><br>{point.percentage:.0f}%", distance: -60, color: "white" } }, series: [ { type: "pie", data: