Releases: rawgraphs/rawgraphs-charts
Releases · rawgraphs/rawgraphs-charts
v1.0.1
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
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
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
New features:
- parallel coordinates: added chart
Changes:
- Fixed dimensions and visual options names
- all the charts now uses
diameter
as visual variable instead ofradius
- 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