~pythonxy/pythonxy-upstream/bearcart

« back to all changes in this revision

Viewing changes to tests/templates/slider.js

  • Committer: Rob
  • Date: 2014-04-20 04:44:11 UTC
  • Revision ID: git-v1:0fd0c8296dae14b01bedb003cbeed446642ba78b
ENH: Update example nb colors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
var slider = new Rickshaw.Graph.RangeSlider({
2
2
    graph: graph,
3
 
    element: document.querySelector('#slider')
4
 
});
 
 
b'\\ No newline at end of file'
 
3
    element: d3.select("#{{ slider_id }}").node()
 
4
});