-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
9,332 additions
and
3,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
digraph dcHierarchy { | ||
graph [rankdir=LR, ranksep=0.5] | ||
node [fontname="sans-serif", fontsize=10, margin="0.05,0.05", href="dc.\N.html"] | ||
node [style=filled, fillcolor=lightgreen] | ||
{ node [style=filled, fillcolor=lightblue] baseMixin colorMixin marginMixin bubbleMixin coordinateGridMixin stackMixin capMixin } | ||
baseMixin [href="dc.baseMixin.html"] | ||
colorMixin -> coordinateGridMixin | ||
marginMixin -> coordinateGridMixin | ||
coordinateGridMixin -> stackMixin | ||
stackMixin -> barChart | ||
coordinateGridMixin -> boxPlot | ||
coordinateGridMixin -> bubbleChart | ||
bubbleMixin -> bubbleChart | ||
baseMixin -> bubbleMixin | ||
bubbleMixin -> bubbleOverlay | ||
coordinateGridMixin -> compositeChart | ||
baseMixin -> dataCount | ||
baseMixin -> dataGrid | ||
baseMixin -> dataTable | ||
baseMixin -> colorMixin | ||
colorMixin -> geoChoroplethChart | ||
baseMixin -> marginMixin | ||
marginMixin -> heatMap | ||
colorMixin -> heatMap | ||
stackMixin -> lineChart | ||
baseMixin -> numberDisplay | ||
colorMixin -> pieChart | ||
baseMixin -> capMixin | ||
capMixin -> pieChart | ||
capMixin -> rowChart | ||
marginMixin -> rowChart | ||
colorMixin -> rowChart | ||
coordinateGridMixin -> scatterPlot | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e54be2b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't said anything of the sort yet, so: belated-congrats on the release! :D
e54be2b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🎉
The cutoff is sort of arbitrary, because there are still many features and bugfixes which can be made in a backward-compatible way. I'll continue
2.0.*
for as long as it's possible to merge things into2.1.*
. But this allows us to start merging PRs and feature branches, and tagging2.1.*
versions, which didn't really work before.I tried to send out an announcement but I keep getting bogged down in the details, so I realized I needed to document the development process in the wiki first. I'll try again soon. Until then, it's sort of a stealth release. 😄