Commit Graph

1244 Commits (master)
 

Author SHA1 Message Date
Robin Hu 06fc5c5ae6 Updating README message with stronger emphasis that pie charts will break when updating to 1.1 11 years ago
Robin Hu e2034e7aad Updating examples/index.html to remove "*.html" and capitalize each item in the list. 11 years ago
Robin Hu b072322514 Adding multiBarChartTest.html test page 11 years ago
Robin Hu 9fde60f5ff Updating README with some more notes. 11 years ago
Robin Hu 4be1306d80 Added more examples to sparklinePlus; added gradient to examples/index.html 11 years ago
Robin Hu 4f8dfc6002 Adding examples/index.html.
examples/index.html is a page that lists all examples with links to
them.
Added utils.js to some of the example html files too.
11 years ago
Robin Hu 33aac696c8 Updating examples so that they all include utils.js. 11 years ago
Robin Hu 8319fe5796 Merge branch 'development-hashedargs' into development 11 years ago
Robin Hu c13606db14 Updating historicalBar to update attr(transform) on enter. 11 years ago
Robin Hu 91f7a8631f Adding optionsFunc to all charts. 11 years ago
Robin Hu 0edc568ad0 Checking in a solution to making it possible to use
chart.options({}).  Instead of chaining properties,
you can pass chart properties in a hash.
Adding a optionsFunc template to utils.js, so it can reused in all chart
code.
11 years ago
Robin Hu ce180645d1 Merge branch 'master-patched' into development-patched
Conflicts:
	nv.d3.min.js
	src/models/multiBarChart.js
11 years ago
Rusty Bailey a4ef6d3c5c Expose d3's stack offset to allow for percent-based stack using 'expand' - fix #225 11 years ago
Robin Hu 843577aff8 Fixing transition issues with lineWithFocusChart. Added transitionDuration
property, defaulted to 250
11 years ago
Robin Hu 804cb72738 Readded the fix for multiBar data enter key. 11 years ago
Robin Hu ad1a18d761 Fixing transition issues with linePlusBarWithFocusChart. 11 years ago
Robin Hu 6244f27d0e Removing 'singlePoint' undefined variable in historicalBar.js 11 years ago
Robin Hu 5e78ec57c3 Fixing a bug related to transitions and delays with mutliBar. 11 years ago
Robin Hu 32f69f5377 Fixed stackedArea chart transitionDuration. 11 years ago
Robin Hu f286b1b4e9 Fixing scatterChart transitionDuration property. 11 years ago
Robin Hu 1e8109a9d1 Small update to README. Updating GruntFile to include new js files.
Bumping to version 1.1.10 due to latest transitionDuration changes.
11 years ago
Robin Hu 46f0f215ac Fixed multibarHorizontal chart transitionDuration 11 years ago
Robin Hu aaf46a48ff Updated multiBar enter() data to use key equal to the data index. 11 years ago
Robin Hu 3e78184006 Fixed multibar transitions. Removed the bar.transition.delay. It was
annoying.
11 years ago
Robin Hu 13e7d4c688 Updating historicalBar chart transitionDuration. 11 years ago
Robin Hu acef1926f0 Fixing up transitions on discreteBar chart. 11 years ago
Robin Hu 9a9e34bb30 Updating cumulativeLineChart to use transitionDuration differently. 11 years ago
Robin Hu 7adc37f1f8 Removed transitionDuration from line.js and axis.js, and modified
lineChart.js to pass transition in via inheritance.
11 years ago
Robin Hu 1a86e271c1 The <rect> inside lineChart and stackedAreaChart needs to have its
width/height updated on redraw, so the new tooltips can be interacted
with.
11 years ago
Robin Hu 42c155eb1b Merge remote-tracking branch 'origin/development' into development 11 years ago
Robin Hu 3c5990d815 Issue #226. Changing multibarHorizontalBar nv-group to use index as key when entering. 11 years ago
Tyler Wolf e7782c1a08 another fixed to controls on stackedareachart 11 years ago
Tyler Wolf cfc706bfa9 fix to previous fix 11 years ago
Robin Hu caa6b56c73 Merge branch 'group_spacing' of https://github.com/dimagi/nvd3 into development
Conflicts:
	src/models/multiBar.js
11 years ago
Robin Hu f63cd1b732 Merge remote-tracking branch 'origin/development' into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf 3bda8b90f2 added classing to links in indentedTree 11 years ago
Robin Hu 4ea8115a6a Fixing issue in multibarChart where the axisLabel was being
rotated along with the xAxis tick labels, when rotateLabels
was set.
11 years ago
Robin Hu b102af9edd Removed a line from multibar chart that was referencing undefined variable
'singlePoint'.
11 years ago
Robin Hu 8c6b6eb643 Removed a line from multibar chart that was referencing undefined variable
'singlePoint'.
11 years ago
Robin Hu 7d5a3ac209 Adding transitionDuration to axis showMaxMin. 11 years ago
Robin Hu 6f6a472ed1 Removing transition() chaining in multibar. 11 years ago
Robin Hu 58d60f9cb5 Added back the transitionDuration property to nv.models.axis. Added transitionDuration to historicalBar. 11 years ago
Robin Hu e2ef9489da Added transitionDuration to multiBarHorizontal. Bumped version to 1.1.9b 11 years ago
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 c2cc7772d1 Added nv-legend-* class to legend text and circle icon.
Fixing some IE bugs related to the tooltip.
11 years ago
Robin Hu 8b4a0b6cd9 Updating line chart test to include a volatile dummy stock chart
as test data.
11 years ago
Robin Hu eb117f90d9 Bumping to version 1.1.8b, because of removal of transitionDuration usage from axis. 11 years ago
Robin Hu 17a21cc0f4 Found an issue when using transition().duration() with axis.
It was causing a certain kind of 'flickering' with historicalBars. Removing that usage for now.
11 years ago
Tyler Wolf c0db335539 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf 8099796792 changes to tooltip. removed 3d shadow 11 years ago