'I have build a parallel chart in d3.js and I used the event.path attribute to work with all its parameters which isn't working on firefox. any leads?
vis.brush = function (event) {
//filter brushed extents
console.log(event.path[1].__data__);
if (event.path) {
extents[vis.dimensions.indexOf(event.path[1].__data__)] = [0, 0];
}
mostly used event.path in very extensive way
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
