Commit Graph

22 Commits (713df676f7f594c422a03a0dff04e8270a7a4822)

Author SHA1 Message Date
Robin Hu 62edb49ab8 Added showXAxis and showYAxis feature to lineChart and historicalBarChart. 11 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 12 years ago
Lee Gillentine 2ac200ead0 Merging in upstream changes 12 years ago
Bob Monteverde 6213a74e3b Adding state management to most charts 12 years ago
Lee Gillentine e5d7133f10 Fixing typos in comments 12 years ago
Bob Monteverde 73733fc70f Whitespace cleanup in example file 12 years ago
Bob Monteverde 02b0487236 Issue #269 fixed issue with scatter not showing background grid 12 years ago
Bob Monteverde 5793752a4d Added data back to lineChart exampl, also aded chart.update and chart.container to sparklinePlus 12 years ago
Bob Monteverde e020c2716b Added proposed fix for Issue #166 to lineChart and sparklinePlus, I will implement in the other relevant charts later, open to suggestions if someone has cleaner code to do this 12 years ago
Bob Monteverde 960eb3f377 added option to make a line and area, and added chart.isArea() to all relevant charts 12 years ago
Bob Monteverde ee0adbdd4d Working on getting single data point to work on all charts, added scale adjustment to historicalBar to work with the linePlusBarChart 12 years ago
Bob Monteverde de73a5719a Added classes x-nvtooltip, y-nvtooltip, and xy-nvtooltip to the tooltips, also started working on the single data point issue with scatter and lien chart 12 years ago
Bob Monteverde 199ec2aed8 renaming d3.css to nv.d3.css 12 years ago
Bob Monteverde 54bcb6d971 Added defined to all line charts that defaults to not defined when something cannot be parsed to a number, feature added to fix problem noted in Issue #57 12 years ago
Bob Monteverde 542dc094f9 Fixed legend height and margin.top issue in the ready to go charts. Also re organized code a little bit for consistency 12 years ago
Bob Monteverde 864f79dc34 updated chart examples to work with new no-jQuery tooltips and resizing 12 years ago
Bob Monteverde 9352d35cfc merging in pull request from @Nathanaela removing jQuery dependence, added pie chart model, some other useful changes 12 years ago
Bob Monteverde 7995783c4a merged yaxis and axis into 1 implementation, will add top and right oriantations soon 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 ec6df61e02 Working on using the usual data scheme for the stacked charts, fixed css error with tooltip delay, cleaned up some code 13 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 13 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. 13 years ago