Rawgraphs Charts Versions Save

A curated selection of charts provided through RAWGraphs interface

v1.0.1

10 months ago

Starting from this release, version naming will be based on Semantic Versioning.

New features:

  • Chord diagram: Added chart by merging pull request by @blindguardian50, @steve1711, @TheAlmightySpaceWarrior, @wizardry8, and @kandrews99.
  • Voronoi Treemap: Exposed minimum weight ratio option, allowing better control of area fitting.

Changes:

  • Barchart: Padding in horizontal bar charts now works.
  • Beeswarm plot: Added error message when using negative values for size.
  • Bump chart: labels are now correct when using padding
  • Circle packing: Added error message when using negative values for size.
  • Circular dendrogram: Added error message when using negative values for size.
  • Grouped barcharts: Fixed date formats. Axis ticks are now prettier when using dates.
  • Linear dendrogram: Added error message when using negative values for size.
  • Matrix plot: Improved labeling of visual options.
  • Sankey diagram: Improved labeling of visual options.
  • Stacked barcharts: Fixed date formats. Axis ticks are now prettier when using dates.
  • Voronoi treemap: Fixed label styles.
  • Fixed some typos (thanks to @SaarthakMaini and @TomFevrier!).

v1.0.0-beta.27

2 years ago

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

v1.0.0-beta.21

2 years ago

New features:

  • Added links to tutorials and to source code for each chart

Changes:

  • using @rawgraphs/rawgraphs-core 1.0.0-beta.15
  • Alluvial diagram: added message to prevent visualization overflows if the number of items is too high
  • Streamgraph: removed padding (creating many issues). Filtered streams with zero values to avoid glitches.
  • Updated empty bootstrap chart

v1.0.0-beta.19

3 years ago

New features:

  • parallel coordinates: added chart

Changes:

  • Fixed dimensions and visual options names
  • all the charts now uses diameter as visual variable instead of radius
  • Barchart: horizontal/vertical orientation of bar variable is now called barsOrientation (breaking change)
  • Multiset barchart: added repeat axes labels option
  • Stacked barchart: added repeat axes labels option
  • Radar chart: added series sorting

Bugfixing:

  • line chart: added "Start at 0" option (fix #79)
  • alluvial diagram: now nodes are properly sorted if their label is a number (fix #82)