Skip to content

Commit 5bc89de

Browse files
author, changelog, version
1 parent 507268a commit 5bc89de

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ Sudeep Mandal <[email protected]>
113113
Davide Arcuri <[email protected]>
114114
115115
Sven Hertling <[email protected]>
116+
Tahirhan Yıldızoğlu <[email protected]>

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.9
2+
* `highlightSelected` implemented for SVG legend, by Tahirhan Yıldızoğlu
3+
* [Pareto chart example](http://dc-js.github.io/dc.js/examples/pareto-chart.html)
4+
15
## 3.1.8
26
Special **Goodbye IE** Edition! dc.js 4.0 will remove support for Internet Explorer, as it has been translated into ES6 by Deepak Kumar. For one last trip down memory lane, here are some IE patches.
37
* Do not use `Array.from()` yet in base mixin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"license": "Apache-2.0",
55
"copyright": "2019",
66
"description": "A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js ",

0 commit comments

Comments
 (0)