Commit Graph

13 Commits (cf8f7ca21a2d34877dfb25883cd6984308a7bf5e)

Author SHA1 Message Date
Bob Monteverde b9a8e0baaa Colors no longer have a ahrd limit of 10 or 20, they are dependant on how many colors are fed to teh chart, the default being 10 or 20, but suer can difine as many as they want 12 years ago
Bob Monteverde 803dfc6b38 Added nvd3 class to the parent wrap of all graphs, fixed some colors and css 12 years ago
Bob Monteverde d7851d9f57 Fixed legend color on cumulative lien chart 12 years ago
Bob Monteverde c06fb49fff added resize y axis toggle to cumulative line 12 years ago
Bob Monteverde 030b99070c renamed dispatch point**** to element*** to be consistent with the others, cleaned up scatter, line, and stacked area to utilize scatter's scales, fixed a couple of remaps 12 years ago
Bob Monteverde b806a46f91 Using category20 colors instead of category10, now the default colors work with up to 20 series, will deal with more later 12 years ago
Bob Monteverde 7995783c4a merged yaxis and axis into 1 implementation, will add top and right oriantations soon 13 years ago
Bob Monteverde 86c7300826 X axis now adjust thenumber of ticks based on the width of the axis on the cumulativeLine model 13 years ago
Bob Monteverde ff9ca0d293 Added cumulativeLineChartDaily chart and example, modified cumulativeLine.js to pass in the point index to getX and getY functions, which is used because the dates are not linear in daily 13 years ago
Bob Monteverde c79ca5c761 disabled legend hover effect on cumulative line model, and added cumulative line to the Makefile 13 years ago
Bob Monteverde 9dee21ece8 working on monthEnd axis ticks in cumualtive example 13 years ago
Bob Monteverde c557770f27 cleaned up some code, also refactored some of the cumulativeLine code, still needs some work 13 years ago
Bob Monteverde abfa54d48b lineWithFocus now rescales the Y (needs optimization). Added different testing data. Added cumulative line example (still needs work, but functions). 13 years ago