Skip to content

Commit b8eac38

Browse files
put new charts/widgets in class hierarchy documentation
1 parent 60ae443 commit b8eac38

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 3.0.1
22
* Test compatibility with D3v4 as well as D3v5, by Deepak Kumar ([#1430](https://github.com/dc-js/dc.js/pull/1430))
3+
* Add new charts/widgets to class hierarchy in documentation
34

45
## 3.0.0
56
* Sunburst chart, by Blair Nilsson, with contributions by Sean Micklethwaite and Deepak Kumar ([#781](https://github.com/dc-js/dc.js/issues/781) / [#907](https://github.com/dc-js/dc.js/pull/907) / [#1337](https://github.com/dc-js/dc.js/pull/1337) /[#1388](https://github.com/dc-js/dc.js/pull/1388))

class-hierarchy.dot

+4
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ marginMixin -> rowChart
3333
colorMixin -> rowChart
3434
coordinateGridMixin -> scatterPlot
3535
baseMixin -> selectMenu
36+
baseMixin -> cboxMenu
37+
colorMixin -> sunburstChart
38+
capMixin -> sunburstChart
39+
baseMixin -> textFilterWidget
3640
}

0 commit comments

Comments
 (0)