Oleg Gordeev
Results
3
comments of
Oleg Gordeev
There is no onLoad method for now, so u have 2 options: ``` javascript setTimeout(function() { crop = $('#cropimage').data('cropbox'); crop.zoom(1); // or zoom(0); crop.update(); }, 100); ``` or use one...
> Since hide from Viz implies hide from tooltip: What is the "official" way to add data to the tooltip but not to the Viz? I use this one Single...