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
Post a Comment