Commit Graph

979 Commits

Author SHA1 Message Date
Bertrand Chenal
9207185532 Add support for startAngle and endAngle on pie chart 2013-03-14 17:24:20 +01:00
Maria
072af64a25 keep the size of pie chart when change the svg size 2013-03-14 12:19:00 -04:00
Tyler Wolf
81bccd2eb3 Merge branch 'master' of https://github.com/novus/nvd3 2013-03-11 18:23:34 -04:00
Tyler Wolf
050e827f6c fixed js error in scatter voronoi mouseover 2013-03-11 18:17:56 -04:00
Maria
fa765c970b add property for label radius 2013-03-05 12:15:32 -05:00
Bob Monteverde
8415ee55d3 Made tooltip look a little sexier 2013-03-01 09:35:19 -05:00
Bob Monteverde
e161c57e24 Made tooltip look a little sexier 2013-03-01 09:22:54 -05:00
Bob Monteverde
f4a7f27a96 Made tooltip look a little sexier 2013-03-01 09:17:25 -05:00
Bob Monteverde
d376d86d5b Fixed max and min calculations for multibar stacked 2013-02-28 18:38:33 -05:00
Bob Monteverde
11d504c6cd Added barColor fucntionality to multibar to imitate what I did for multibarHorizontal 2013-02-28 17:34:02 -05:00
Bob Monteverde
825378124e Fixed issue with custom group color and disabling series on the horiontal bar chart 2013-02-28 16:54:25 -05:00
Bob Monteverde
c2f5c49a8d Positive and negative stacked horizontal withunique colors per group 2013-02-26 18:55:03 -05:00
Bob Monteverde
d4566d25e7 Horizontal barcan nopw stack with both positive and negative, verticaly aligned values with center of bar 2013-02-26 17:10:12 -05:00
Ricardo
4fccaa8cb7 #69: adding a way to color individual bars (rather than the whole series as it is done right now). Leaving the previous behavior as the default. 2013-02-22 15:57:42 -05:00
Michal Kutil
96d03f575d Multi bar chart legend width computed with 'showControls' respect 2013-02-22 10:14:59 +01:00
Willem van Bergen
c81218f315 Use the formatter that belongs to yAxis of the series to format the y value of a tooltip, instead of basing it on the series chart type. 2013-02-19 10:39:50 -05:00
kawanet
2effb06d9e Issue #73 Error: Invalid value for <rect> attribute y="NaN", height="NaN" 2013-02-19 18:02:35 +09:00
Ricardo
5079b67649 #68: giving the controls additional space on the stacked area chart 2013-02-14 13:27:33 -05:00
Tyler Wolf
7058d5382b #56 stacked bar chart now stacks both positive and negative values 2013-02-06 10:27:41 -05:00
Tyler Wolf
9d8403874e Merge branch 'master' of https://github.com/novus/nvd3 2013-02-06 10:27:23 -05:00
Tyler Wolf
f8fbe286aa #56 stacked bar chart now stacks both positive and negative values 2013-02-06 10:27:04 -05:00
Ricardo
f8625b9dc5 Merge pull request #4 from ClemensSchneider/pie_label_positioning
added option to position labels in pie chart in a sunbeam manner (by ClemensSchneider)
2013-02-05 14:28:38 -08:00
Ricardo
0e952baf3f Merge pull request #54 from csulok/master
singlepoint charts have the y axis's domain reversed
2013-02-05 14:26:27 -08:00
Andras Stracz
d1878bd2c0 make sure y axis of singlepoint charts decrease top to bottommake sure y axis 2013-02-03 22:15:11 +01:00
Ricardo
7db5fa3530 Update README.md 2013-02-01 13:01:23 -05:00
Ricardo
c801d3249e Supported Browsers List 2013-02-01 13:00:42 -05:00
Ricardo
af6e87d38a Merge pull request #50 from kaosko/master
Refering to render attribute within render() was inconsistent (thanks kaosko)
2013-02-01 09:56:04 -08:00
kaosko
ee2d3ee08f fix inconsistent reference to render attribute in render() 2013-01-29 22:54:28 -08:00
Ricardo
0786356ca5 Merge pull request #44 from geetotes/master
Grammar police: Fixed typos (thanks Geetotes)
2013-01-27 09:15:50 -08:00
Lee Gillentine
a89a5ce29a Grammar police: fixing typos 2013-01-26 21:07:12 -05:00
Lee Gillentine
2ac200ead0 Merging in upstream changes 2013-01-26 20:38:10 -05:00
Ricardo
aecd1479af #41 Putting back nv.d3.min.js 2013-01-23 11:48:57 -05:00
Ricardo
ea450b6123 Getting rid of unused/broken build.sh 2013-01-22 14:27:14 -05:00
Tyler Wolf
5f0700eac9 #33, plus added flatTestData() for testing with flat data to cumulativeLineChart example 2013-01-22 14:14:19 -05:00
Ricardo
db9778e7d5 Added a 'beforeUpdate' dispatch event to the discreteBarChart 2013-01-18 14:18:01 -05:00
Tyler Wolf
bfd98d8a08 #26 2013-01-09 10:53:51 -05:00
Tyler Wolf
b0c57c33f4 #26 2013-01-09 10:51:53 -05:00
Glenn Griffin
c6c89b7e07 Adjust axis labels on update rather than enter.
This allows an axis to change orientation and have the tick label respond accordingly.
2012-12-28 14:22:12 -08:00
Bob Monteverde
4e12985eb5 Made state accessible from chart.state() 2012-12-28 14:32:53 -05:00
Bob Monteverde
22b850e001 State management in almost all chart models 2012-12-28 10:05:04 -05:00
Bob Monteverde
6213a74e3b Adding state management to most charts 2012-12-28 00:05:37 -05:00
Bob Monteverde
8d7553d734 remove stateChange call from changeState handler 2012-12-26 17:14:36 -05:00
Bob Monteverde
64a066ccdf Added changeSatte functionality to update chart from a state object 2012-12-26 16:30:24 -05:00
Bob Monteverde
94629ff02e Added initial state management to cumulativeLine.. currently dispatches state whenevr it changes, but state can not be adjusted outside of the chart... that's coming next 2012-12-26 15:56:07 -05:00
Bob Monteverde
97e3c25345 Added ability to right align the sparklinePlus current value 2012-12-26 13:49:59 -05:00
Lee Gillentine
2a76897f8f Fixing typo in styling 2012-12-21 20:29:55 -05:00
Lee Gillentine
e5d7133f10 Fixing typos in comments 2012-12-21 18:45:54 -05:00
Bob Monteverde
2922f6ea5b Mergin with repo changes 2012-12-14 17:26:27 -05:00
Bob Monteverde
24c0b0f7d5 sparklinePlus: aligning the value with the final value is now optional via alignValue flag 2012-12-14 17:25:24 -05:00
Ricardo
cdb68dafca allowing the bullet chart to hide the previous data point if the value is null 2012-12-13 16:28:43 -05:00