-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
We would need in order to implement one of the react component we need to be allowed to have this kind of code:
// options.width, options.height
const jsgraph = new JSGraph(options);
// options.keepState: if on we keep the axis values (zoom and span in fact)
// this method would replace ALL the data (annotations and series)
jsGraph.setJSON(json, options);
// this last method could be repeated without having to recreate a new jsgraph instance
// could we also add listener on track, zoom change, pan, etc ?
jsGraph.addListener('track', () => {});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels