Skip to content

Latest commit

 

History

History
339 lines (223 loc) · 8.83 KB

CHANGELOG.md

File metadata and controls

339 lines (223 loc) · 8.83 KB

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
  • voronoi treemap: chart added

Changes:

  • updated d3 to v7.1.1
  • updated d3-contour to v3.0.1
  • changed Sankey library to enable circular links. New dependency: d3-sankey-circular by @tomshanley
  • stream graph: fixed series sorting
  • bump chart: fixed series sorting

v1.0.0-beta.26

Changes:

  • added tutorials for pie chart and slope chart

v1.0.0-beta.25

Changes:

  • pie chart: added size to legend when series are mapped.
  • pie chart: labels on arcs now show the arc value

v1.0.0-beta.24

New features:

  • line chart: added controls for ticks

Changes:

  • slope chart: fixed error when no values are mapped on the "series" dimension. fixed typos.

v1.0.0-beta.23

New features:

  • pie chart: added chart

Changes:

  • bar chart: fixed sorting. fixed labes when datatype is date.
  • beeswarm: better naming of groups.
  • bump chart: fixed issue related to vertical padding.
  • gantt chart: now "start date" and "end date" visual variables accepts numbers.
  • streamgraph: fixed a bug causing the disappearing of streams.
  • voronoi diagram: changed category

v1.0.0-beta.22

New features:

  • slope chart: added chart

Changes:

  • slope chart: fixed legend

v1.0.0-beta.21

  • Fixed package info

v1.0.0-beta.20

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 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)

v1.0.0-beta.18

New features:

  • Voronoi diagram: added chart
  • Horizon graph: added chart
  • Sunburst: added auto hide labels visual option
  • Sunburst: possible to define style for hierarchical labels
  • Sunburst: If no labels are mapped by default is shown the hierarchical label
  • Circle packing: possible to put hierarchy labels on path or on point

Bugfixing:

  • bump chart: removed unused visual variable sortStreamsBy
  • Margins are now in the artboard group for all the charts

Changes:

  • beeswarm diagram: series dimension is now called Y Axis
  • bump chart: removed unused options in streamsOffset
  • bump chart: vertical axis disabled when stack is stackOffsetSilhouette
  • treemap: removed unused drawHierarchy visual option
  • increased default left margin in all charts to 50px

v1.0.0-beta.17

  • alluvial diagram: fixed links sorting and sizes calculation
  • stream graph: fixed padding
  • bump chart: fixed padding
  • stacked barchart: fixed sorting
  • multiset barchart: fixed sorting
  • violin plot: added sorting

v1.0.0-beta.16

8 mar 2021

  • gantt chart: first version
  • bugs fixing
  • update rawgraphs-core version

v1.0.0-beta.15

25 feb 2021

  • updated dependencies: d3, rawgraphs-core

v1.0.0-beta.14

24 feb 2021

  • .npmingore

v1.0.0-beta.13

23 feb 2021

  • publishing on npm, no repository

v1.0.0-beta.12

22 feb 2021

  • fixed labels in circular dendogram

v1.0.0-beta.11

22 feb 2021

  • using public version of core

v1.0.0-beta.10

19 feb 2021

  • hexagonal binning: first version
  • box plot: added colors, labels and styles support
  • box plot: it is possible to set box width
  • box plot: values dimension renamed to Y Axis.
  • box plot: added "Start from 0" visual option.
  • stream graph: first version
  • contour plot: first version
  • convex hull: first version
  • bump chart: first version
  • violin plot: area anchors are now in the middle of the bin.
  • radar chart: error message when negative values are loaded
  • radar chart: minor fix
  • violin plot: paths are now closed adding a point after and before the bins

v1.0.0-beta.9

08 feb 2021

  • multiset barchart: warning when the padding is too high
  • multiset barchart: possible to sort sets
  • multiset barchart: added styles support
  • multiset barchart: group dimension now is called sets
  • line chart: added grid for series
  • line chart: fixed margins in series
  • alluvial diagram: added blend mode option
  • alluvial diagram: added 'show values' option
  • alluvial diagram: added styles support
  • alluvial diagram: fixed horizontal scale
  • sankey diagram: added 'show values' option

05 feb 2021

  • added example for requiredDimensions in bubble chart visual options
  • always using colorScale for bubble chart (support for defaultColor)
  • stacked barchart: possible to sort x axis
  • stacked barchart: fixed legend

03 feb 2021

  • added option to show data points in violin plot
  • added styles to violin plot
  • added axes labels to violin plot
  • added styles to circular dendrogram
  • added label mapping to circular dendrogram
  • in circular dendrogram if no labels are mapped, by default label are the leaf level of hierarchy
  • added styles to stacked barchart
  • added ability to show series grid in stacked barchart
  • added styles to multiset barchart
  • added ability to show series grid in multiset barchart
  • small fixes to multiset barchart and multiset barchart
  • axes in bar chart are now placed on the zero value
  • added styles to bar chart
  • added ability to show series grid in bar chart
  • in bar chart is now possible to sort bars by value

02 feb 2021

  • fixed size in alluvial diagram
  • added option to hide hierarchy labels in circular dendrogram
  • removed injected css in circular dendrogram
  • added option to hide hierarchy labels in linear dendrogram
  • removed injected css in linear dendrogram
  • in stacked barchart the dimension 'stacks' has been renamed 'X Axis'
  • added colors to alluvial diagram based on source node
  • renaming radarChart folder to radarchart
  • radar chart no longer has name dimension
  • added styles to radar chart
  • added ability to show series grid in radar chart
  • added series label style in styles

v1.0.0-beta.8

01 feb 2021

  • bar charts now accepts dates in bar dimension
  • added bar chart multiset
  • added stacked bar chart
  • minor fix in barchart, barchart multiset and barchart stacked grouping
  • added option to hide hierarchy in sunburst
  • using core beta 1.0.0-beta.4 (support for styles)

v1.0.0-beta.7

25 jan 2021

  • added box plot

v1.0.0-beta.6

23 jan 2021

  • added violin plot

v1.0.0-beta.5

12 jan 2021

  • added arc diagram
  • fix: radar chart now asks for at least three dimensions as spokes

v1.0.0-beta.4

11 jan 2021

  • added radar chart

5 Jan 2021

  • added empty chart to bootstrap new charts

v1.0.0-beta.3

15 Dec 2020

  • Bugfixing bar chart
  • Added horizontal bar chart

v1.0.0-beta.2

01 Dec 2020

Features:

  • Matrix plot: using undefined for default color in custom mapping

v1.0.0-beta.1

01 Dec 2020

Features:

  • Added repeated labels for matrix plot

v0.0.39

27 Nov 2020

Features:

  • Refined Treemap