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

overhaul zooming system for x-axis zooming only #173

Closed
jywarren opened this issue Aug 21, 2015 · 0 comments
Closed

overhaul zooming system for x-axis zooming only #173

jywarren opened this issue Aug 21, 2015 · 0 comments

Comments

@jywarren
Copy link
Member

or something

Ticks should scale intelligently, like in http://bl.ocks.org/stepheneb/1182434

Something to do with https://github.com/mbostock/d3/wiki/Quantitative-Scales#linear-scales

and stuff:

var xAxis = d3.svg.axis()
    .scale(x)
    .orient("bottom");

// also this seems important:

  x.domain(d3.extent(data, function(d) { return d.date; }));
  y.domain(d3.extent(data, function(d) { return d.close; }));
@jywarren jywarren added this to the Graphing design overhaul milestone Aug 21, 2015
jywarren added a commit to jywarren/spectral-workbench that referenced this issue Sep 11, 2015
jywarren added a commit to jywarren/spectral-workbench that referenced this issue Sep 11, 2015
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

No branches or pull requests

1 participant