Closed martinkoenig closed 8 years ago
Your function doesn´t remove the original title/tooltip for pie charts. But I´ve found already the solution! At line 30 in dc-tooltip-mixin.js you have to change "g.pie-slice path" to just "g.pie-slice", after that it work´s like charm.
Best regards und thanks for this great plugin :)
Thanks for finding the fix! Released in v0.13.5
Your function doesn´t remove the original title/tooltip for pie charts. But I´ve found already the solution! At line 30 in dc-tooltip-mixin.js you have to change "g.pie-slice path" to just "g.pie-slice", after that it work´s like charm.
Best regards und thanks for this great plugin :)