AAChartCore-Kotlin icon indicating copy to clipboard operation
AAChartCore-Kotlin copied to clipboard

slicedOffset

Open mustafabayram opened this issue 2 years ago β€’ 0 comments

can someone please help me to set slicedOffset to 0. I am bad about js so couldnt figure out

https://api.highcharts.com/highcharts/plotOptions.pie.slicedOffset

this is how I am trying to achieve that;

        chart?.events(AAChartEvents()
            .load("""function() {
            const chart = this;
            chart.update({
plotOptions: {
    pie: {
        slicedOffset: 0 // Set slicedOffset to 0
    }
}

});

        }"""))

mustafabayram avatar Sep 02 '23 11:09 mustafabayram