Commit Graph

5 Commits (master)

Author SHA1 Message Date
Robin Hu 30d8637356 Adding a "Select chart" button to each of the test charts.
Clicking this button will hide other charts and only display the selected
one.
11 years ago
Robin Hu 9f2280bee7 Fixing issue #219. Moving the jitter logic to after the scatter point's scale
has been determined.
Added line chart and scatter chart tests.
11 years ago
Robin Hu 6d0b196892 Fixing issue #139. Logic in scatter.js for
when yDomain is a constant range (ie, [10,10]) is opposite
of what it should be. Added test cases in lineChartTest and
scatterChartTest.html.
11 years ago
Robin Hu 9770970f79 Fixing issue #190. Changing logic inside scatterChart.js
so that scatter.xDomain and yDomain are not altered
unless xPadding and yPadding are non-zero.
11 years ago
Robin Hu 9227616db2 Adding new test page for Scatter chart (and scatter plus line). 11 years ago