You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvd3/src
Itay Neeman 0355c9cbe5 Make lineWithFocusChart have consistent x and y value getters
lineWithFocusChart uses two separate line charts, and this change
ensures that any x/y value getter (e.g. `chart.x(...)`) set on the main
line chart is also migrated to the focus chart.
12 years ago
..
models Make lineWithFocusChart have consistent x and y value getters 12 years ago
core.js updates to linePlusBar, and some fixes to historicalBar. Also moved nv.utils into utils.js 12 years ago
d3.css slight tweaks to scatterChart and css 12 years ago
intro.js Minor change to intro, outro, and gitignore 12 years ago
outro.js Reworked library to remove jquery dependancies 12 years ago
tooltip.js Issue #5 Setting position absolute and pointer-evetns none in the JS (as well as css) on the tooltip, appears to fix both issues I was having with them 12 years ago
utils.js Getting rid of charts collection, merging tooltips directly in complete charts, no need for separate charts collection 12 years ago