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

c++ - Linked List error when inserting for the last time -

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

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -