We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d67db commit 4466fdcCopy full SHA for 4466fdc
README.md
@@ -47,7 +47,7 @@ plugins: {
47
},
48
49
// Function called while the user is panning
50
- onPan: function({chart}) { console.log(`I'm panning!!!`); }
+ onPan: function({chart}) { console.log(`I'm panning!!!`); },
51
// Function called once panning is completed
52
onPanComplete: function({chart}) { console.log(`I was panned!!!`); }
53
@@ -87,7 +87,7 @@ plugins: {
87
speed: 0.1,
88
89
// Function called while the user is zooming
90
- onZoom: function({chart}) { console.log(`I'm zooming!!!`); }
+ onZoom: function({chart}) { console.log(`I'm zooming!!!`); },
91
// Function called once zooming is completed
92
onZoomComplete: function({chart}) { console.log(`I was zoomed!!!`); }
93
}
0 commit comments