Doug Wolfgram
Doug Wolfgram

Reputation: 2126

How do I do a callback with dygraph range selector

I am displaying data on the same page as my graph and if a user uses the range selector, I want a callback that will allow me to only show the data points in that range. Is this possible? Maybe another callback that can be used such as first and last points? Does such a thing exist? I could not find it in the manual.

Upvotes: 0

Views: 614

Answers (1)

danvk
danvk

Reputation: 16915

Take a look at zoomCallback and drawCallback.

Upvotes: 1

Related Questions