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
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
..
models One of my projects is to overhaul the code for nv.models.legend. 11 years ago
core.js Merge branch 'master' into development 11 years ago
interactiveLayer.js Fixing tooltip flickering on IE. 11 years ago
intro.js Minor change to intro, outro, and gitignore 12 years ago
nv.d3.css Adding nv-thin-line CSS class to make thinner lines. 11 years ago
outro.js Reworked library to remove jquery dependancies 12 years ago
tooltip.js Fixing tooltip flickering on IE. 11 years ago
utils.js Adding unit test on lineChartTest.html for when points are NaN, undefined, 11 years ago