v2.1.1
What's new?
- exposed types for library users
- upgraded packages and vuepress
- now using Vite for bundling
- provided context with new composable 'useContext'
- using prettier to format
- fixed minor type issues
- styles:
- removed style scoping, to make overwriting styles easier
- removed usage of ids (in case you want to use the chart multiple times)
- prefixed animations
- inheriting font by default, since Helvetica isn't available on every system
- using
ew-resize
cursor to show that resizing is possible in two directions and align with common UI pattern
- using correct typographic character for range values
- using numeric font variant so that dates always take up the same width
- aligned wording
getRowsInChart
andgetChartRows
- minor updates in
README.md
This version is based on contributions from @dpschen ! Thank you, Dominik!