Commit Graph

1244 Commits (master)
 

Author SHA1 Message Date
Robin Hu 6ff087584d Bumping to version 1.1.7b, due to removal of with-3d-shadow from tooltips.
Updating all example charts to include with-3d-shadow.
11 years ago
Robin Hu c2b32f2909 Removing with-3d-shadow from tooltips by default. Need to add it manually back.
Updating .with-3d-shadow CSS rule to include nvtooltip.
Updated lineChart example.
11 years ago
Robin Hu 7b24a9c2f6 Bumping to version 1.1.6b, due to change in scatter.js jitter hack. This can affect many charts. 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
Tyler Wolf aea9036ee2 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Robin Hu 0ead511d72 [cumulativeLineChart] Fixed bug where clicking on a point in the chart
would not move the index line.
11 years ago
Robin Hu 281f6cfbce Fixed bug in tooltip.js, for situations where parentContainer is undefined.
Added tooltip.js script to pieChartTest.html
11 years ago
Robin Hu 16d0a843fc [cumulativeLineChart] Fixing chart so that dragging index line turns off chart transitions. 11 years ago
Robin Hu e33e102952 Bumping to version 1.1.5b, due to the addition of 'use strict' everywhere. 11 years ago
Robin Hu f78caa70fa Removing previousXCoordinate variable from interactiveLayer.js because it was not being referenced. 11 years ago
Robin Hu 7133a13d85 Fixed conflicts in tooltip.js when merging with origin/development. 11 years ago
Robin Hu 1522fee378 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Robin Hu 9fbe68c8d8 Adding "use strict"; in all chart code.
Fixed any exceptions thrown when "use strict" was added.
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 cdb7e3e271 Fixing bug where tooltips don't show up in right position
if the chart is inside a <div> with overflow:scroll
11 years ago
Robin Hu efeba92bc8 Bumping to version 1.1.4b. This is because of the transitionDuration property added to many charts. 11 years ago
Tyler Wolf d9cca0320f lines are now 1.5px wide instead of 2.5px wide 11 years ago
Robin Hu d8909d3217 Making default transitionDuration=250 for multibar. Rebuilding nv.d3.js 11 years ago
Robin Hu 435cea2cf7 Updated scatterChart with transitionDuration property. 11 years ago
Robin Hu 1f3f3589c3 Added transitionDuration to multiBarChart. 11 years ago
Robin Hu 9e947d4aec Added transitionDuration to discreteBarChart. 11 years ago
Robin Hu d57fa841ca Added transitioDuration property to stackedAreaChart, lineChart, cumulativeLineChart. 11 years ago
Robin Hu 178700c896 Adding transitionDuration property to line.js 11 years ago
Robin Hu f8092dbba5 Merge branch 'understandable-error-messages-from-uglifyjs' of https://github.com/motin/nvd3 into development 11 years ago
Robin Hu 1969a038d3 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Robin Hu 213d870d7b Updating README.md to highlight issue #168, legend.radioButtonMode(). 11 years ago
Robin Hu 4fe7606c04 Updating scatterPlusLineChart.js to use legend.stateChange. 11 years ago
Robin Hu acb310ceec Updating almost all main chart types to use new legend.stateChange
code. All have been tested.
11 years ago
Robin Hu 73a59f6a07 Converting cumulativeLineChart to use legend stateChange dispatch.
Updated lineChart and stackedArea to update chart.state
whenever legend.stateChange is dispatched.
11 years ago
Robin Hu 6edf25b5a6 [stackedAreaChart] Adding legend stateChange listener and removing old
legend click code.
11 years ago
Robin Hu f2375705a4 [legend.js] added radioButtonMode. If set to true, chart
legend will behave like a radio button group when clicked.
Mentioned in issue #168.
11 years ago
Robin Hu 4e861eaba0 One of my projects is to overhaul the code for nv.models.legend.
Right now, we have duplicated code in all of our charts
for handling legendClick and legendDblClick. It turns out we
can handle this all in legend.js, and reduce the amount of
code in each chart model.

So far, I've converted lineChart.js to this new format.
11 years ago
Robin Hu 7610c5b5f6 Updating readme to highlight issue #216. Renamed rangeScaleTest to
polylinearTest, and added link to lineChartTest.html
11 years ago
Robin Hu e083d663e3 For issue #216, adding test page for testing various
ranges and scales.
11 years ago
Rusty Bailey fa43a8388d Add xRange and yRange methods to compliment {x,y}Domain methods. 11 years ago
Robin Hu 59e37367aa Updating README.md release notes to announce addition of issue #127. 11 years ago
Robin Hu 561fb5afe1 Merge branch 'development' of https://github.com/adjohnson916/nvd3 into development-127
Conflicts:
	src/models/scatter.js
11 years ago
Robin Hu ff8d93fdb1 Updating README.md with version 1.1 release notes. 11 years ago
Robin Hu 4061294bd5 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Robin Hu 174592207e Added a chart test case where the chart is inside a
div with overflow:scroll. And I found a bug with tooltips!
Brought up in issue #211
11 years ago
Robin Hu 552758c876 Bumping version to 1.1.2b, due to changes in how legend width is calculated for scatter and stacked charts. 11 years ago
Robin Hu f1d00a33be Rebuilding nv.d3.js 11 years ago
Robin Hu 0edd39bb1c For issue #171, making stackedAreaChart and scatterChart legends
fill full available width if the controls are hidden.
11 years ago
Robin Hu b9a2d618cc historicalBar: Adding NaNtoZero check to bar height/y. 11 years ago
Robin Hu 718c7c9ee4 Adding nv-thin-line CSS class to make thinner lines. 11 years ago
Robin Hu 39bd96ada4 Rebuilding nv.d3.js 11 years ago
Robin Hu 3dbdde795f For PR #209, adding test pieChart to pieChartTest.html.
Making 'key' the default label type if none specified.
11 years ago
Robin Hu ce3de0d95c Merge branch 'rb/pie_labels' of https://github.com/rustybailey/nvd3 into development 11 years ago
Robin Hu 9b941caeda Merge branch 'master' into development
Conflicts:
	nv.d3.js
	nv.d3.min.js
	src/core.js
11 years ago