dc.js v2.0.3 Release Notes

    • ๐Ÿ‘€ crossfilter is loaded by its module name (crossfilter2), not its filename (crossfilter). This is intended to help webpack and other automatic module loaders. This is likely to break requireJS configurations; see #1304 for details. (#1213, #1214, #1261, #1293, #1302)
    • Do not make the pie chart radius bigger than the chart size, by Sandeep Fatangare (#1279)
    • ๐Ÿ‘ Allow custom scatter plot symbols (#1274)
    • Download example sorts the table data in the same order as it's shown (#1232)
    • baseChart.replaceFilter should return the chart (#1227)