Draw range-selector only

17 views
Skip to first unread message

ExKi

unread,
Feb 3, 2015, 9:58:29 AM2/3/15
to dygraph...@googlegroups.com
Hi,

Is that possible to draw a range-selector without the main chart ? Can you give me a working example ? :)

This example from dygraphs.com/tests/range-selector.html does not work. It seems to be deprecated since Dygraph 1.1.0

g4 = new Dygraph(
  document
.getElementById("nochart"),
 
[[0,1],[10,1]],
 
{
 xAxisHeight
: 30,
 drawXAxis
: false,
 showRangeSelector
: true,
 rangeSelectorHeight
: 30
 
}
);


Thank you

Dan Vanderkam

unread,
Feb 4, 2015, 1:02:07 AM2/4/15
to dygraph...@googlegroups.com
I'm not sure what you mean about that example not working. Which browser are you using?

--
You received this message because you are subscribed to the Google Groups "dygraphs-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dygraphs-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages