javascript - display content on highcharts Xaxis and Yaxis title in form of subscript and superscript -


i using highcharts application display mathmatical calculation , electical terminology need display elctrical term on highcharts xaxis title , yaxis title on form of superscript , subscript have tried no of ways yet don't soln html sub , sup tags not working there please give me proper solution.

consider using usehtml property:

... //some options title: {    usehtml: true,    text: "<sub>sub</sub>normal<sup>sup</sup>" } //other options ... 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -