Commit Graph

18 Commits (master)

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.
11 years ago
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
11 years ago
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.
11 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 11 years ago
Areski Belaid 2ea1c6f0f3 fix display of the PieChart example 11 years ago
Tyler Wolf 569b2a0b0d Merge pull request #93 from bertrandchenal/master
Add support for startAngle and endAngle on pie chart
11 years ago
Tyler Wolf 536e4fe531 merged pfeffer's pull request, also updated indented tree zerofilter 11 years ago
Bertrand Chenal 9207185532 Add support for startAngle and endAngle on pie chart 11 years ago
Bob Monteverde 6213a74e3b Adding state management to most charts 12 years ago
Bob Monteverde e53a029dd7 Update example data 12 years ago
Jyry Suvilehto 3c9cb18afe add utils.js dependency to examples to avoid having to compile while developing 12 years ago
Bob Monteverde 199ec2aed8 renaming d3.css to nv.d3.css 12 years ago
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 12 years ago
Bob Monteverde 09a55af5f5 Pie charts should use the same data as discreteBar for ease of switching between 12 years ago
Bob Monteverde d79f39915b Issue #18 added labelThreshold to pie to disable showing the label under a given percent, defaults to 2% 12 years ago
Bob Monteverde fac355e319 showing donut as well as pie in pie examples 12 years ago
Bob Monteverde e4d62172d9 updates to pie chart, removed initial transition, but updated disabled/enable transition 12 years ago
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 12 years ago