Skip to content

v1.0.0-beta.27

Compare
Choose a tag to compare
@mikima mikima released this 13 Dec 11:42
· 29 commits to master since this release

New features:

  • Sankey Diagram: circular links are now supported. New dependency: d3-sankey-circular by @tomshanley
  • Voronoi Treemap: added chart. New dependency: d3-voronoi-treemap by @Kcnarf
  • Prepared code for custom charts

Changes:

  • Updated d3 to v7.2.0
  • Updated d3-contour to v3.0.1
  • Streamgraph: fixed series sorting
  • Bumpchart: fixed series sorting
  • Migrated to package-lock.json v2 ensure npm >= 7
  • CSS are now converted to js object in build time. Changed import name from './style.css'to './style.raw.css'. See pr#110

Full Changelog: https://github.com/rawgraphs/rawgraphs-charts/commits/v1.0.0-beta.27