You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having to include this after I initialise my RangeSlider.Preview
slider = new Rickshaw.Graph.RangeSlider.Preview({
graph : graph,
element : $("#slider")[0]
});
// this should be done automatically
$("#slider").height($("#slider svg.rickshaw_range_slider_preview").height());
Otherwise, follow-on content overlaps with the SVG.
The text was updated successfully, but these errors were encountered:
I am having to include this after I initialise my RangeSlider.Preview
Otherwise, follow-on content overlaps with the SVG.
The text was updated successfully, but these errors were encountered: