Commit Graph

20 Commits

Author SHA1 Message Date
Lee Gillentine
2ac200ead0 Merging in upstream changes 2013-01-26 20:38:10 -05:00
Bob Monteverde
6213a74e3b Adding state management to most charts 2012-12-28 00:05:37 -05:00
Lee Gillentine
e5d7133f10 Fixing typos in comments 2012-12-21 18:45:54 -05:00
Bob Monteverde
73733fc70f Whitespace cleanup in example file 2012-10-23 17:48:25 -04:00
Bob Monteverde
02b0487236 Issue #269 fixed issue with scatter not showing background grid 2012-10-23 16:48:17 -04:00
Bob Monteverde
5793752a4d Added data back to lineChart exampl, also aded chart.update and chart.container to sparklinePlus 2012-08-22 14:32:26 -04:00
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 2012-08-22 14:29:42 -04:00
Bob Monteverde
960eb3f377 added option to make a line and area, and added chart.isArea() to all relevant charts 2012-07-19 02:15:53 -04:00
Bob Monteverde
ee0adbdd4d Working on getting single data point to work on all charts, added scale adjustment to historicalBar to work with the linePlusBarChart 2012-07-16 17:00:41 -04:00
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 2012-07-16 15:27:15 -04:00
Bob Monteverde
199ec2aed8 renaming d3.css to nv.d3.css 2012-07-13 15:25:19 -04:00
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 2012-07-12 15:40:16 -04:00
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 2012-06-15 12:47:47 -04:00
Bob Monteverde
864f79dc34 updated chart examples to work with new no-jQuery tooltips and resizing 2012-05-17 17:11:01 -04:00
Bob Monteverde
9352d35cfc merging in pull request from @Nathanaela removing jQuery dependence, added pie chart model, some other useful changes 2012-05-17 16:35:57 -04:00
Bob Monteverde
7995783c4a merged yaxis and axis into 1 implementation, will add top and right oriantations soon 2012-05-17 02:04:33 -04:00
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.
2012-05-07 07:53:51 -05:00
Bob Monteverde
ec6df61e02 Working on using the usual data scheme for the stacked charts, fixed css error with tooltip delay, cleaned up some code 2012-04-05 16:49:27 -04:00
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 2012-04-05 05:18:21 -04:00
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. 2012-04-05 01:24:39 -04:00