gss / engine

GSS engine
http://gss.github.io
MIT License
2.87k stars 104 forks source link

Events reference #188

Open paddymul opened 9 years ago

paddymul commented 9 years ago

I would like to use GSS to build an app that includes high charts and a table widget. How do I hook into callbacks to set the size of other objects on the page once GSS has determined the proper size.

The Highcharts http://www.highcharts.com/ package has js functions for setting the size of a chart.

Inviz commented 9 years ago

Use engine.then(function(solution) { }) which is the same as engine.once 'solve', ...