obfuscurity / tasseo

Live dashboard for Graphite
Other
1.53k stars 127 forks source link

Rendering artifacts #3

Closed obfuscurity closed 12 years ago

obfuscurity commented 12 years ago

Every so often one or more charts will render with some "negative space" artifacts. Not sure if this is a bug within d3.js, Rickshaw, Tasseo or possibly a browser bug. It might be related to nulls in the datum although I've attempted to mitigate that by padding them with the previous value (or 0 for the 0-index).

artifact

obfuscurity commented 12 years ago

This has mostly been resolved through a combination of fixes and enhancements. Even on high-density dashboards with a 2-sec refresh this rarely happens anymore. Closing for now, will open a new issue if it becomes a problem again.