dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.41k stars 1.81k forks source link

d3v6 compat, d3.mouse vs d3.pointer #1808

Closed kum-deepak closed 3 years ago

kum-deepak commented 3 years ago

Fixes #1807 for dcv4.

kum-deepak commented 3 years ago

Testest with d3@v5 and d3@v6 by turning on the debug flag in the crimes example.

gordonwoodhull commented 3 years ago

Makes sense.

Tested with http://127.0.0.1:8888/web/crime/

Thanks @kum-deepak!