-
PedroFerrMay 20, 2017 at 3:15 am #7990
Hi:
I’m trying to insert Vizuly graphs in a complex grid-slider structure.
I’m using Isotope (De Sandro) grid with a Flickity instance on each grid cell.
On mobiles, for instances, the user will be able to “animate”, with the finger, to next graph, inside the same grid cell.Shortly, I’m trying to tell there will be a million intercations between each graph design/dynamics and user interaction (click/touch, viewport size, cell-start-dragging, cell-stop-dragging, etc.)
So, besides “viz.on(‘width_change’,myFunction)”, as is in your “getting start” documentation, I need to know the list of all the Vizuly public property changes, that emit an event.
Is it possible?
Thanks!PedroFerrMay 20, 2017 at 3:55 am #7991OK. I got it! 😉
function onUpdate(viz,d,i){ console.info('this...?', this) } Thanks anyway!
vizulyMay 20, 2017 at 11:05 am #7992Hello Pedro,
I am glad you found it.
The example files should have placeholders to demonstrate all the events the component fires.
But if in doubt, just check out the header of the component class source file and it will show you all the events it emits.
Cheers,
Tom
-
|
You must be logged in to reply to this topic.