You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $callback parameter of Highchart::render() is there to support the third parameter of the Highcharts.Chart() JavaScript method: callback ("Function to run when the chart has loaded and and all external images are loaded.").
This $callback parameter is defined as a string (as per the DocBlock): I think it would be useful to be able to pass HighchartJsExpr objects, just as we do for other chart options.
The text was updated successfully, but these errors were encountered:
The
$callback
parameter ofHighchart::render()
is there to support the third parameter of theHighcharts.Chart()
JavaScript method:callback
("Function to run when the chart has loaded and and all external images are loaded.").This
$callback
parameter is defined as a string (as per the DocBlock): I think it would be useful to be able to passHighchartJsExpr
objects, just as we do for other chart options.The text was updated successfully, but these errors were encountered: