Remove legacy options: issue-514
authorRobert Konigsberg <konigsberg@gmail.com>
Sat, 6 Dec 2014 06:14:55 +0000 (01:14 -0500)
committerRobert Konigsberg <konigsberg@gmail.com>
Sat, 6 Dec 2014 06:14:55 +0000 (01:14 -0500)
commitbfb3e0a44ba7eb76704389cd1515db9995944d41
tree4ab73766f5bab89a16859e40d072d00c611a62cc
parent07270a6d3c41dbff993fa891d7d48ec03ad94641
Remove legacy options:
  'xValueFormatter'
  'pixelsPerXLabel'
  'xAxisLabelFormatter'
  'xTicker'
  'yValueFormatter'
  'pixelsPerYLabel'
  'yAxisLabelFormatter'
  'yTicker'
  'drawXGrid'
  'drawXAxis'
  'drawYGrid'
  'drawYAxis'
  'xAxisLabelWidth'
  'yAxisLabelWidth'
19 files changed:
auto_tests/tests/axis_labels-deprecated.js
auto_tests/tests/custom_bars.js
auto_tests/tests/error_bars.js
auto_tests/tests/grid_per_axis.js
auto_tests/tests/multiple_axes-old.js
auto_tests/tests/multiple_axes.js
auto_tests/tests/per_axis.js
auto_tests/tests/per_series.js
auto_tests/tests/range_selector.js
auto_tests/tests/simple_drawing.js
auto_tests/tests/stacked.js
auto_tests/tests/step_plot_per_series.js
auto_tests/tests/to_dom_coords.js
docs/data.html
dygraph-options-reference.js
dygraph-utils.js
dygraph.js
tests/range-selector.html
tests/unboxed-spark.html