Commit Graph

44 Commits (master)

Author SHA1 Message Date
Robin Hu 4983f2c6df Fixed bug in stackedAreaChart where the tooltip highlight lines would not show up for negative stacked charts. 11 years ago
Robin Hu 5fd13d9593 Merge remote-tracking branch 'origin/development' into development 11 years ago
Tyler Wolf b84975efc1 fixed issue with overriding core components 11 years ago
Robin Hu 7472209eb2 In line and stackedArea, removed the exit() transitions. They cause too many bugs and are not necessary for chart transitions to look nice.
Updated version to 1.1.14
11 years ago
Robin Hu 70be1f7d70 Updating to version 1.1.13 11 years ago
Robin Hu f1a1b34e11 Changed core.js so that nv.utils checks for existing utils object. 11 years ago
Robin Hu 3974ce1693 Bumping to v 1.1.11, due to changes in the tooltip. 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
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 e2ef9489da Added transitionDuration to multiBarHorizontal. Bumped version to 1.1.9b 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 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 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 e33e102952 Bumping to version 1.1.5b, due to the addition of 'use strict' everywhere. 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
Robin Hu 178700c896 Adding transitionDuration property to line.js 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 9b941caeda Merge branch 'master' into development
Conflicts:
	nv.d3.js
	nv.d3.min.js
	src/core.js
11 years ago
Robin Hu 61ea02e264 Rebuilding nv.d3.js. Bumping version to 1.1.1b, due to stackedArea changes. 11 years ago
Robin Hu 229cbd5121 Fixing tooltip flickering on IE.
Bumping development version # to 1.1.0b, as new significant features have been added.
Rebuilding nv.d3.js
11 years ago
Robin Hu 8a5ecbe037 Updating nvd3 programmatic version number to 1.0.0b
Rebuilding nv.d3.js. Updating README.md to remove note about 1.0.0b being in dev branch.
11 years ago
Jacob Quant 9cac28a26a Added type check for console.log to prevent IE8+modernizr issues 11 years ago
Tyler Wolf 45e5efa82c fixed discrete bar chart y bleeding on ydomain min >0 11 years ago
kaosko ee2d3ee08f fix inconsistent reference to render attribute in render() 11 years ago
Lee Gillentine a89a5ce29a Grammar police: fixing typos 12 years ago
Pascal Hartig 112fa28311 Prevent leak of 'graph' into global scope 12 years ago
Ricardo 1167814745 Avoiding rewriting the console.log in IE. The new nv.log implementation works under IE. 12 years ago
Bob Monteverde 99329c6fc9 Lots of enahncements to scatter and stacked are, useVoronoi(false) now functions correctly. IE9 fixes. 12 years ago
Bob Monteverde 9d8d707641 Issue #254 extend window.nv instead of overriding 12 years ago
Mark Philpot 444cd76624 Initializing nv.render.active to false 12 years ago
dusko a389224dbd In IE9 console.log.apply does not exist 12 years ago
Bob Monteverde c09378e963 Some minor tweaks and minifying Pull Request #95 12 years ago
André Ferreira 95bb66498f Removed rendering timers when development is off. Other small fixes. 12 years ago
Bob Monteverde a8b080640f Merging in most of PullRequest #16 12 years ago
Bob Monteverde 9d3ded6566 Added nv.log for convenient inplace logging in dev mode thats omitted when not in dev 12 years ago
Tsyren Ochirov d06d04ebed define optional parametr parentID for tooltip element 12 years ago
Tsyren Ochirov 1ea04ec428 fix: get Date instead of get Month 12 years ago
Tsyren Ochirov a10eac2af6 days in month refactor 12 years ago
Bob Monteverde 434c56ff30 updates to linePlusBar, and some fixes to historicalBar. Also moved nv.utils into utils.js 12 years ago
Nathanael Anderson 22225147ab Reworked library to remove jquery dependancies
renamed nvtooltip.js to tooltip.js and put it into the nv namespace
Added a batch file for building on windows.
12 years ago
Bob Monteverde 66fa17551b lots of changes with nv.chart.line, not 100% set with the API yet, but the new lineChart.html example should be 100 times easier to use than lineWithLegend.html example 12 years ago
Bob Monteverde 4e7475da73 Added another layer of abstraction to take care of all the glue and make the chart api extremely simple. First try, so not entirely complete, but does function. 12 years ago
Bob Monteverde 9dee21ece8 working on monthEnd axis ticks in cumualtive example 12 years ago
Bob Monteverde cc7aedcbe2 Initial public commit, merging files from private repo 12 years ago