If you have any questions, please feel free to ask in our forums.Ask Question
6 Comments
Nick says:
I want to include local characters in the title. However, ehn I type them in (e.g. & auml ;) I cannot use them, as they are not interpreted as HTML code…
how can we maintain padding between title and yAxis?
Naveen Venugopal says:
We currently support padding for chart title only. So, padding between axis and it’s title is fixed. We will implement this feature in our future version.
Ed Wade says:
I am trying to put in HTML characters (degress symbol) but when I try it outputs the html code, not the symbol – how do we get this to work?
Sanjoy says:
You can use the unicode values (“\u00B0”) to do the same
text: "Displaying Degree Character \u00B0 in Title"
If you have any questions, please feel free to ask in our forums. Ask Question
I want to include local characters in the title. However, ehn I type them in (e.g. & auml ;) I cannot use them, as they are not interpreted as HTML code…
I cannot post the html codes here, so please have a look at: http://character-code.com/german-html-codes.php
how can we maintain padding between title and yAxis?
We currently support padding for chart title only. So, padding between axis and it’s title is fixed. We will implement this feature in our future version.
I am trying to put in HTML characters (degress symbol) but when I try it outputs the html code, not the symbol – how do we get this to work?
You can use the unicode values (“\u00B0”) to do the same
text: "Displaying Degree Character \u00B0 in Title"