Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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 onwardsHere copy and paste that. Should hopefully make your life a bit easier
Fox
-
@mattfox Thanking you!