-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heatmap not displaying title on load #1482
Comments
FYI, I "solved" the problem by removing the title and add a tooltip
|
Good catch! Thanks @tttp! |
Looks like this is more fallout of the port to D3v4. The code which sets the titles for both render and redraw is Lines 229 to 234 in 2fa1fca
On the first run, the enter selection is not automatically merged into the update selection as it used to be, so I've added a test and a fix for 3.0.7 |
Hi,
On the heatmap, the title are empty on load: https://dc-js.github.io/dc.js/examples/heat.html
They are properly generated and displayed when you filter them, but shouldn't the title be displayed at load?
The text was updated successfully, but these errors were encountered: