Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] YAxis Format - Outsystems Charts

$
0
0
Quick information, after some tests:
In the action AdvancedFormat_Init(), for the parametes "HighchartsJSON" and "YAxisJSON" don't include "Highcharts.setOptions({" and "yAxis: {", respectively, neither the corresponding terminating brackets and other characters.
So it should be:
1) For HighchartsJSON:
    lang: {
        numericSymbols: null //otherwise by default ['k', 'M', 'G', 'T', 'P', 'E']
    }
 
2) For YAxisJSON:
    labels: {
        formatter: function () {
            return this.value;
        }
    }

Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>