Skip to content

Commit

Permalink
artifacts for #894; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Jul 30, 2015
1 parent f67d288 commit 2074f5e
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 18 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 2.0 Series
## 2.0.0 beta 13
* Pie chart radius padding, by Matt Traynham ([#894](https://github.com/dc-js/dc.js/pull/894))
* Example of a table showing group-aggregated data, by Ion Alberdi ([#929](https://github.com/dc-js/dc.js/pull/929))
* Filtered items were not displayed after render in coordinate grid charts, by Matt Traynham ([#900](https://github.com/dc-js/dc.js/pull/900))
* grammar/spelling/formatting fixes to annotated stock example, by Johnny Peck and Enrico Spinielli ([#956](https://github.com/dc-js/dc.js/pull/956), [#875](https://github.com/dc-js/dc.js/pull/875))
Expand Down
23 changes: 19 additions & 4 deletions dc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dc.min.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web/docs/api-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,10 @@ Get or set the maximum number of slices the pie chart will generate. The top sli
value from high to low. Other slices exeeding the cap will be rolled up into one single *Others* slice.
The resulting data will still be sorted by .ordering (default by key).

#### .externalRadiusPadding([externalRadiusPadding])
Get or set the external radius padding of the pie chart. This will force the radius of the
pie chart to become smaller or larger depending on the value. Default external radius padding is 0px.

#### .innerRadius([innerRadius])
Get or set the inner radius of the pie chart. If the inner radius is greater than 0px then the
pie chart will be rendered as a doughnut chart. Default inner radius is 0px.
Expand Down
3 changes: 3 additions & 0 deletions web/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,9 @@ <h4 id="-slicescap-cap-">.slicesCap([cap])</h4>
<p>Get or set the maximum number of slices the pie chart will generate. The top slices are determined by
value from high to low. Other slices exeeding the cap will be rolled up into one single <em>Others</em> slice.
The resulting data will still be sorted by .ordering (default by key).</p>
<h4 id="-externalradiuspadding-externalradiuspadding-">.externalRadiusPadding([externalRadiusPadding])</h4>
<p>Get or set the external radius padding of the pie chart. This will force the radius of the
pie chart to become smaller or larger depending on the value. Default external radius padding is 0px.</p>
<h4 id="-innerradius-innerradius-">.innerRadius([innerRadius])</h4>
<p>Get or set the inner radius of the pie chart. If the inner radius is greater than 0px then the
pie chart will be rendered as a doughnut chart. Default inner radius is 0px.</p>
Expand Down
23 changes: 19 additions & 4 deletions web/js/dc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/js/dc.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions web/js/dc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/js/dc.min.js.map

Large diffs are not rendered by default.

0 comments on commit 2074f5e

Please sign in to comment.