Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the possibility to add a minumum and maximum x value. #457

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

markbakker78
Copy link

This to be able to show lots of graphs at one page with the same start and end time regardsless what the data has as first or last timestamp.

@drakonen
Copy link

drakonen commented Oct 2, 2014

You might want to cleanup this pull request. Like removing the .idea folder from the pull request and correcting the indentation (rickshaw likes to used tabs)

rickshaw.js Outdated
@@ -2458,6 +2458,10 @@ Rickshaw.Graph.RangeSlider = Rickshaw.Class.create({

graph.window.xMin = ui.values[0];
graph.window.xMax = ui.values[1];

console.log("graph.window.xMin: "+graph.window.xMin);
console.log("graph.window.xMax: "+graph.window.xMax);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case they do get around to looking at this, might want to remove the console.log entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants