Mats Aadahl
Results
2
comments of
Mats Aadahl
This is the original issue I solved with the allowChartUpdate property: https://github.com/highcharts/highcharts-react/issues/85 And this is an example showing what I'm trying to do, sadly without reproducing my problem: https://stackblitz.com/edit/react-c5mivs In...
you can override the class directly ``` .rv-xy-plot__series--label-text { text-anchor: middle; dominant-baseline: middle; } ```