I am using a highcharts for my application to display mathmatical calculation and electical terminology so I need to display elctrical term on highcharts Xaxis title and Yaxis title on form of superscript and subscript I have tried no of ways but yet I don't get any soln html sub and sup tags are not working there please give me any proper solution.
Consider using useHTML
property:
...
//some options
title: {
useHTML: true,
text: "<sub>sub</sub>normal<sup>sup</sup>"
}
//other options
...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With