Commit Graph

1170 Commits (f1a1b34e117327177414ba7980565bcf4e286cb8)
 

Author SHA1 Message Date
Robin Hu f1a1b34e11 Changed core.js so that nv.utils checks for existing utils object. 11 years ago
Robin Hu ebd429e1e2 Adding opacity to the tooltip border-top/bottom highlight. 11 years ago
Robin Hu 1488afcc41 Rebuilding nv.d3.js. Updating nearestValueIndex function to use <= function when doing comparison 11 years ago
Robin Hu 02ca4d7238 Merge remote-tracking branch 'origin/master' into development 11 years ago
Robin Hu 550e060238 Fixed typo in cumulativeLineChart rescaleY() method. 11 years ago
Robin Hu bc7fa9a984 Merge branch 'master' into development 11 years ago
Robin Hu 8d81c2c63d Merge branch 'rb/expose_stacked_offset' of https://github.com/rustybailey/nvd3 11 years ago
Robin Hu 85131c19ab Merge branch 'rb/expose_stacked_offset' of https://github.com/rustybailey/nvd3 into development 11 years ago
Robin Hu 0497069de8 Merge branch 'master' into development 11 years ago
Robin Hu b87a42f884 Merge branch 'fix-dereferencing' of https://github.com/Marsup/nvd3 into master-issue240 11 years ago
Robin Hu 59e338a6f6 Merge remote-tracking branch 'origin/master' into development 11 years ago
Robin Hu 5bfae9db41 Merge pull request #257 from JustinTArthur/remove-unused-global-singlePoint-var-assignments
Remove singlePoint variable that is assigned but not used in bar models.
11 years ago
Robin Hu ef96592694 Updating tooltip highlight so that the item will only highlight if the
mouse is really close to the chart point. Created a "nearestValueIndex"
function.
11 years ago
Robin Hu 96840219ee Updating tooltip content generator to use d3 select instead of manually concating strings. 11 years ago
Justin Turner Arthur 9fa0b63686 Remove setup of `singlePoint` variable that is not used in some of the bar models.
Additionally, this variable was being assigned as a property on the global object (`window` in browsers) instead of being declared locally with a `var` statement.
11 years ago
Robin Hu 3974ce1693 Bumping to v 1.1.11, due to changes in the tooltip. 11 years ago
Robin Hu 8c43e72bbe Added feature where tooltips will highlight the row corresponding to the point your mouse is closest to. 11 years ago
Robin Hu 07899e2654 Updating tooltip.js to accept a "footer" element. 11 years ago
Robin Hu 0e116c6b56 Adding interactive Guideline layer double click dispatch event. 11 years ago
Robin Hu f71c9d25ea Merge remote-tracking branch 'origin/development' into development 11 years ago
frank shao 685ab6219d Passing point index to interactive layer 11 years ago
Robin Hu 3b83d8380a A bug on FireFox creates a situation where an <svg> element has a boundingRect.top of -180000 (or some really big number). Added some defensive code in tooltip.js to prevent the tooltip from being positioned at the very bottom. 11 years ago
Robin Hu 9315679dc7 Adding axisLabelDistance property to axis.js 11 years ago
Marsup a2e78e1a72 Keep same reference on data and values for scatter 11 years ago
Robin Hu c6c00d4a34 Rebuilding nv.d3.js, version 1.1.10 11 years ago
Robin Hu bf76cf8b69 Updating README, preparing for release.
* Got rid of the Novus apology link.  It's long in the past and time to
move on.
* Updated browser support to mention WebKit being preferred.
11 years ago
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