Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add chartGroup in redrawAll() #1678

Closed
wants to merge 1 commit into from
Closed

Add chartGroup in redrawAll() #1678

wants to merge 1 commit into from

Conversation

kriddy
Copy link

@kriddy kriddy commented Apr 10, 2020

It took me some time to figure out why the text filter wasn't working anymore and then I remembered that I recently added groups to the charts. After some google magic I found #1498 en by changing redrawAll(); to redrawAll(chartGroup); it works again.

It took me some time to figure out why the text filter wasn't working anymore and then I remembered that I recently added groups to the charts. After some google magic I found dc-js#1498 en by changing redrawAll(); to redrawAll(chartGroup); it works again.
@gordonwoodhull
Copy link
Contributor

Sorry I missed this. Will put in next release.

@gordonwoodhull
Copy link
Contributor

Looks like this was a combination of dc.js 3.* and 4.* code; I changed it to

                chart.redrawGroup();

and release in version 4.2.1. Thanks @kriddy!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants