-
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
Disable heatmap cell corner rounding #610
Comments
I can see I could do
but since renderlet is applied post-render it causes kind-of-annoying flickering for the edges, especially when cells are clicked on. Any way to get around this (besides modifying the source)? |
It doesn't look like you can change the rounding through CSS; however you might try the postRender hook. Please let me know whether or not it works; there are a slew of similar tweaks that this hook should fix but I don't hear it talked about much. :-( |
Same response, it seems to me (the API documentation says postRender is applied after renderlet?). The best behavior I get if I do
As someone pointed out in the dc.js user group, playing around with transitionDuration helps a bit. The flicker is now noticeable only when setting/clearing a filter, but not on the initial draw. |
Thanks for the pointers. What we really need is a hook that is completely synchronous, called before anything hits the screen. I can count a dozen things that people want to change without flicker, and I think the DOM can be manipulated many times without flicker, as long as control never escapes to the browser |
fixes #290: document all public API methods. the automatic verification is too noisy to be sure, due to a possible bug in the script, and due the bazillion internal methods which are not _prefixed. but i think it's really all methods now. fixes #615: handling line chart undefined/null values was implemented but not documented fixes #610: disabling heatmap cell corner roundeed was implemented but not documented fixes #441: document dc.filters hundreds of grammatical fixes and clarifications too!
Is it possible to have sharp edges on the heatmap cells? I'm trying to plot something similar to http://www.frankvoisin.com/wp-content/uploads/2012/04/PreLehman.png
The text was updated successfully, but these errors were encountered: