I am looking for a way to implement sometimes like the slider in googleVis' annotated timeline: https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline
I can adjust timeframe by both starting and ending points and move the window as well.
gslider only for one slider per track. Would be better to have two or three sliders in one track.
Any suggestions?
The
tkexamp
function in theTeachingDemos
package is one way to create a graph with properties (including data ranges) that can be adjusted using sliders or other GUI tools.