Skip to content

Version 0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@louisdecharson louisdecharson released this 19 Jul 22:15
· 14 commits to master since this release

Version 0.0.4

This release is mainly about correcting bug in sparklines

Sparklines

  • Correct the bug on text and last data point value being outside of the svg and not being overwritten when updated
  • Adjust width of svg so that width of the svg + width of label + width of last point = width of the sparkline element
  • New static method to compute the width and height of a string based on font size.

Code style

  • All private methods' name start by an underscore.