I am building a chart with customized x-axis labels.
Under certain conditions args.text would be set in the following way in onAxisLabelRender :
args.text = '$time\r\n$date';
However, only the first line text including the line break is rendered. The second line text is not rendered; it is blank.
I'm currently using plugin version used: ^18.1.44. I believe this used to work well in earlier releases.
Is this a regression?
Any workarounds or suggestions would be appreciated. Thanks in advance!