Trying to get a superscript on an axis title:
options='{
valueAxes:[{
title: "m[baseline-shift: super]3[/]"
}]
}'
produces the entire unformatted string as the title.
AmCharts formatter in options not working
Trying to get a superscript on an axis title:
options='{
valueAxes:[{
title: "m[baseline-shift: super]3[/]"
}]
}'
produces the entire unformatted string as the title.
I just pasted the actual ascii value into the html rather than trying to use fancy terms.
³
What you're trying to achieve is only available from amcharts4 onwards
Here copy and paste that. Should hopefully make your life a bit easier
Fox
@mattfox Thanking you!