Hi All,
When i click on button then i have need to get chart.series as well as other attribute like chartObj.xAxis, yAxis:chartObj.yAxis etc.
Using before render snippet i am able to get this information using below code:
var chartObj = argumentss0], $ = skuid.$;
console.log(chartObj.xAxis);
console.log(chartObj.yAxis);
console.log(chartObj.seriesxAxis);
But using on click button snippet how can i get this xAxis, yAxis and series data from a chart?
I have assigned a uniquie to chat as “ChartEXG”:
Then using that code in snippet for button click :skuid.$C(‘ChartEXG’).series
But not able get series data.
Can anyone please let me know how i can get chart series and other attribute data on button click.
Thanks,
Raj