- xAxisTickLabelRotate, yAxisTickLabelRotate, and yAxisTickIntegersOnly (fd55ef6d5f02d4a4535b70c3c1f1bf0e15b99eb1)
- Row chart useRightYAxis (bafe9df7da1e0cd870171fb157f21ec5bfb34d7d)
- row chart xAxisLabel (e6c7ba8730ee919bab1f3e02d9f4f5bc48aed3d8)
- Fixing up pie chart mouse events on labels (4a99e657afe5452db2770984c9041cb2f98b2cea)
- Fixing composite chart resetting all filters - Bugs #390, #677 and #706 (2512ba8c29494ad3cac50fddefcb5fa6b51c7a3a)
- New clickOn option to disable all clicking events (4f3ab2f4feb168c1fe5282b4f4c560676d42cb4a)
- Fixing line charts ordering potentially creating skewed lines (a66be962d5908981d1cef05fabb1390496675aa7)
- Changing deselected to a low opacity rather than changing to grey (d7d556c570b9d15bac9cac89718851419751fd93)
- Tooltip redesign (a610159de2c7a3c062dfbadf9291238c6e699be2)
- Implementing paired row chart (7dbb473b26b2b1906c945b6025eb93dbf33a30e4/f7c70b835fcce742d5d3d7ac11a119bf599336b6/c632a04a6df7bf722ec74fd485a1ad313a3df485)
- Responsive Charts (bba80e8baefa92660f2e29502e64183f46eae078/c632a04a6df7bf722ec74fd485a1ad313a3df485/6b8ae2047f2733a6bc8a1b8eb74201269cd54912/c4485c62026d614a0103a92640e90849022b2173)
dc.selectMenu
, implementing a<select>
menu or multiple-select widget, by Andrea Singh (#771)- Heatmap allows customizing the ordering separately from the values, by Matt Traynham (#869 - thanks also to Quinn Lee for #837)
- Front page stable version automatically read from GitHub, by Enrico Spinielli (#865)
- Functional-style filter handlers: instead of modifying the array of filters in-place, filter handlers must return the new filter array. This is consistent with the old documention, but a different implementation: any changes to the
filters
argument will be ignored unless they are returned. This should make filter handlers easier to reason about.
- elasticY and elasticX did not work if all values were negative (coordinate grid and row charts, respectively), by Sebastian Gröhn (#879 / #1156)
- Improved implementation of alignYAxes, by Mohamed Gazal and Gordon Woodhull (#1033)
- Examples of downloading the table data as it's formatted, and formatting legend items.
legend.legendText
documentation was missing.- Stop error spew when row chart is emptied out, thanks Einar Norðfjörð and Fil (#1008 / (#1024)
- Example of adjusting a pie chart threshold dynamically, by Wei Ding (#1166)
- Do not allow pie slices to overlap pie labels, by Michael Dougherty (#664 / #1167)
- Highlight pie slices when hovering labels and paths. (addressing a concern raised in commit 0a35ef61 in PR #1167, but in a more robust way)
- Transition dots in line chart, by Paul Mach (#1181)
- Number display was getting stuck on Infinity, by Xaser Acheron (#1176 / #1177)
- Improved bar chart transitions, by Fil (#822 / #1146)
- Brush was sometimes not displaying, fix by Paul Briton (#1134)
- Example of workaround for using series chart as a range chart (#479)
- Fix the doc build, which was crashing due to an impolite library and the upgrade of another one that knew nothing about it (#1142)
- Strip fragment from URL before creating clip path URL (#1079)
- Fix node/browserify require(crossfilter2) again (first fix was lost in merge). Thanks Timothy Pfafman! (#1133)
- Line chart labels, by Mohamed Gazal (#1045)
- Don't break when scatter plot key contains more than two elements, by Cathy Nangini (#1123)
- Fix row chart title label offset, by Adrián de la Rosa (#941 / #1129)
- Fix clip paths being dropped by Angular by using abolute paths, by @yandongCoder (#1079)
- Fix error with object-valued crossfilter groups in pie chart, by Xaser Acheron (#1085 / #1128)
- Pass
value
function tostackLayout
to make it possible to specify other stack layouts, by @jetsnguns (#1102) - Clarify documentation for
dataCount
,rangeChart
(#1076, #1112) - Documentation syntax fixes by @devginie, Chaitanya Chandukar (#1131, #1111)
- Switch to community fork of crossfilter. (Thanks Timothy Pfafman for correcting the node/browserify code here.) (#1124)
- Add an HTML documentation front/welcome page (#1103)
- Improvements to HTML documentation, by Matt Traynham (#1096 / #1097 / #1099 / #1100 / #1101)
- Ability to set color and opacity of non-brushed ("excluded") points in scatterplot; also separate brushing from highlighting, which seems like a different thing. (#938)
- Apply pie chart labels before transition, so they are easier to manipulate with the pretransition hook. Added example of showing percentages in pie chart labels. (Workaround for #703)
- Documentation of chart registry, by Jasmine Hegman (#676 / #1082)
- HTML documentation generation, by Matt Traynham. There are still some kinks to be worked out here, but in principle it should be more robust than the gigantic markdown file we are generating. (#1086)
- Document that you need to use a
RangedFilter
when filtering a range, by koefoed (#1090) - Fix links to box plot examples, by Yuval Greenfield (#1094)
- Sparkline example (#1013)
- Example of complex reductions that need all the rows in each group, like min, max, median.
- Time interval example.
- Improved dataTable docs (including a fix for #1030)
- Generate proper data table header (#1015)
- Fix various test failures on Safari/IE/Edge (regular testing is on Chrome/Firefox/Opera) (#1072, #1073, #1074)
- Only auto-calculate width/height once each render - sizes were getting calculated wrong (#1070) and charts were changing size on redraw if they didn't have a fixed size in the chart spec or in the div style (#980)
- Tell browserify the correct entry point
browser: dc.js
, so it won't try to bundle jsdom, by Sam Dunster (#1005 / (#1062) - Lighten the vertical lines in row chart (consistent with other charts), by Mike Vashevko (#1046 / (#1047)
- dc.utils docs, by Matt Traynham (#961 / (#1041)
- Domain was getting set for composite charts even when
elasticY
disabled. (#1056
(no changes; bump due to botched npm publish)
- Ability to use non-crossfilter backend with asynchronous connection (callback), via
commitHandler
. - Domain comparison was failing for undefined/null domain values.
- Option
controlsUseVisibility
to usevisibility
attribute instead ofdisplay
forfilter
andreset
controls, to reduce disruption to the layout. Was originally on 2.1 branch with default true, now on 2.0 branch with default false. (#888, #1016) - Option to add labels above bars in bar chart (e.g. to show the value), by N Reese (#211 / #1031)
- Option to sort bubbles with smaller bubbles in front; make bubble labels not clickable because they can get in the way, by Matt Traynham (#1025)
- Slicing functionality for basic data table paging, based on Chris Alvino's feature for the data grid (#101)
- Ability to customize the legend text, by Chris Alvino (#982)
- Option to align the left and right Y axes if either or both has negative values, by Mohomed Gazal (#985)
- Connector lines from pie wedges to external labels, by Alan Kavanagh (#986)
- Further documentation improvements, including lots more cross-linking, by Matt Traynham (#1012)
- Minified CSS, by Indri Muska (#1023)
- Allow d3.selection to be passed as parent, as documented (#1006)
- Properly derive dc.errors from Error prototype to get stack
- Add BadArgumentException and make .anchor() parent argument mandatory
- Enable crossfilter optimizations by not resetting the filter and by using filterExact and filterRange, by Ethan Jewett (#990 / #989 / #478)
- Add
filterType
to dc.filters, for filter optimizations and easier serialization - More documentation improvements, by Matt Traynham (#999)
- Fix method name in documentation (#1009)
- Move x axis when row chart size changes, by Wang Xuan (#1001
- Fix css rule that was improperly selecting all axes, not just dc.js ones (#1011 / (#1005)
- Add pre-commit hook to hopefully avoid ever checking in merge artifacts again.
- Fixes resizing examples to use
rescale
- currently all coordinate grid charts need to call this when changing width/height, in order to get axes moved (#974) - Update all dependencies, continued linting, by Matt Traynham (#975)
- Bubble mixin minimum radius accessor (#687)
- Example of single selection of ordinal bar chart (for #996)
- Move documentation to JSDoc toolchain, by Matt Traynham (#978 / #994)
- Resize heat map axes when chart size changes, by Wang Xuan (#995
- Fixes issue where transitions were applied to the brush as it's being applied, causing it to lag (#973)
- Reposition brush when coordinate grid chart size changes (#972)
- Ability to slice the data grid, by Chris Alvino (#946). Also a much-needed warning that data table and data grid
.group()
means something completely different. - Ability not to apply grouping to data table, by Emiliano Guevara (#863)
- Reposition X axis on chart resize, by Rob Hardwick (#856). Y axis as well
- More fixes for resizing charts, and a new resizing examples directory, mostly for testing.
- Fix a test for IE and add svg subpath matcher, for #894
- Pie chart radius padding, by Matt Traynham (#894)
- Example of a table showing group-aggregated data, by Ion Alberdi (#929)
- Filtered items were not displayed after render in coordinate grid charts, by Matt Traynham (#900)
- grammar/spelling/formatting fixes to annotated stock example, by Johnny Peck and Enrico Spinielli (#956, #875)
- document bower install, by Mayfarth (#899)
- remove unused bower version, by Kevin Kirsche (#948)
- axes should rescale on chart rescale (not just on zoom). (#791)
- always rescale x axis on render, and detect domain change more thoroughly, by Matt Traynham (#896)
- pretransition event (#806)
- replace
.renderlet(...)
with.on("renderlet", ...)
in test and examples, by Alan Kavanagh (#906 / (#917)
- component package manager support, by Shobhit Gupta (#860)
- add sourcemaps (*.map) to distributions (#866)
- allow
.options()
to take an array of arguments (for better angular-dc support), by Tim Ruhle (#886 / (#769) - make bower distro smaller, by Matt Traynham and Tim Ruhle ([#925](dc-js#925 / #935)
- added infrastructure for testing transitions by eye
- added area and stacked bar examples (#777)
- propagate elasticX to child charts so that domain can be calculated correctly (#926)
- simplify Gruntfile and further update dependencies, by Matt Traynham (#849)
- setting the chart group should automatically put the chart in that group, by Matt Traynham (#834 / #775)
- fixes a bug introduced in the last release where the ordering function was defined inconsistently, causing the default ordering function to be incorrect and causing crashes with largish data in crossfilter's quicksort on IE. (#909)
- pie chart consistently pass data object to pie title function, by Jasmine Hegman (#824 / #755)
- heatmap box titles were not updated on redraw, by hhravn (#798)
- apply ordering to ordinal bar chart, by Mihai Hodorogea (#766 / #772)
- add option to hide mouseover dots for line chart, by Davis Ford (#735)
- adding example bar-extra-line, overlaying a line with a renderlet
- updating this doc to link to issues/PRs manually (until we get a better changelog system?), by Matt Traynham (#845)
- update all NPM dependencies and fix tests that were not expecting any results, by Matt Traynham (#844)
- make barChart.onClick a proper override, by Gordon Woodhull (fixes the complaint in #168)
- Properly tagged this time.
- Re-implement renderlets as regular event
.on('renderlet')
. old function.renderlet()
is deprecated, by Matt Traynham (#776 / #833, replaces #779) - Geochoropleth tests sped up, by Jasmine Hegman (#825 / #817)
- Number display test cleaned up, by Jasmine Hegman (#826/ #783)
- Provide a way to override the heatmap labels, by hhravn (#794 / #793)
- Added logo to main page and favicon (#618)
- Merged #800: unselectable ids starting with numbers #789. Thanks Jasmine Hegman!
- Interface and features frozen - from this point all fixes will be merged to
master
anddevelop
, and all interface changes only merged todevelop
.
- Here we start using git-flow, start a changelog, and start 2015. Under git-flow, the latest release (starting with 2.0.0-beta.1) is always on the master branch, development (2.1.0-dev) is on the develop branch, and releases and fixes are always merged into develop.
- Read about git-flow here: http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/
- It follows that this document will always have two active sections: the master section, and the develop section. Since any changes merged to master are also merged to develop, any changes added to the changelog for the master branch will get merged into the same section in the develop version of this document.