Commit Graph

18 Commits

Author SHA1 Message Date
Robin Hu
6ff087584d Bumping to version 1.1.7b, due to removal of with-3d-shadow from tooltips.
Updating all example charts to include with-3d-shadow.
2013-08-14 12:00:15 -04:00
Robin Hu
2cf5b63c91 The whole concept of specifying a pie.values() function is
not consistent with other charts.  For all pie charts,
the developer needs to make sure to just pass in an array of key-value
pairs.  Nothing more.  The example of nvd3.org is not the proper way of
passing data into pie charts.

Removing pie.values() functionality and putting console error message.
Updated examples. For issue #98, #162, #106
2013-08-03 23:38:31 -04:00
Robin Hu
5af04cb857 Fixing NVD3 issue #98, 'Object #<Object> has no method 'map' on pieChart'.
Updating pieChart examples, so that [testData] becomes testData (no extra
array brackets needed).

Also adding pieChart test page.
2013-08-03 23:12:53 -04:00
Dingo
76b97fde13 all models updated to run examples using d3.v3 2013-04-16 15:54:46 -07:00
Areski Belaid
2ea1c6f0f3 fix display of the PieChart example 2013-04-03 19:41:25 +02:00
Tyler Wolf
569b2a0b0d Merge pull request #93 from bertrandchenal/master
Add support for startAngle and endAngle on pie chart
2013-03-27 14:38:06 -07:00
Tyler Wolf
536e4fe531 merged pfeffer's pull request, also updated indented tree zerofilter 2013-03-27 17:35:42 -04:00
Bertrand Chenal
9207185532 Add support for startAngle and endAngle on pie chart 2013-03-14 17:24:20 +01:00
Bob Monteverde
6213a74e3b Adding state management to most charts 2012-12-28 00:05:37 -05:00
Bob Monteverde
e53a029dd7 Update example data 2012-10-24 16:22:26 -04:00
Jyry Suvilehto
3c9cb18afe add utils.js dependency to examples to avoid having to compile while developing 2012-07-26 12:23:20 +00:00
Bob Monteverde
199ec2aed8 renaming d3.css to nv.d3.css 2012-07-13 15:25:19 -04:00
Bob Monteverde
60ca9d6b2d updatd pie example to show how to use new value accessor to get the pie chart to accept the previous data format 2012-07-01 01:46:39 -04:00
Bob Monteverde
09a55af5f5 Pie charts should use the same data as discreteBar for ease of switching between 2012-07-01 01:39:53 -04:00
Bob Monteverde
d79f39915b Issue #18 added labelThreshold to pie to disable showing the label under a given percent, defaults to 2% 2012-06-29 15:57:39 -04:00
Bob Monteverde
fac355e319 showing donut as well as pie in pie examples 2012-06-29 15:28:08 -04:00
Bob Monteverde
e4d62172d9 updates to pie chart, removed initial transition, but updated disabled/enable transition 2012-06-29 14:28:46 -04:00
Bob Monteverde
a61bdfc2b2 new pieChart, and lots of updates to pie implementation... still need to tweak a few things, including animation when series are disabled 2012-06-28 19:06:07 -04:00