I am relatively new to highchart API and need some assistance with re-size the chart image based on certain condition. Following is the code snippet I am using. But it is not having any impact on the size of the chart:
var chartObj = arguments[0],$ = skuid.$;
if(some condition…) {
$.extend(true, chartObj.chart[0],{
width:100,
height:100
});
}
Question
Conditional re-size of chart
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
