Starting from this release, version naming will be based on Semantic Versioning.
- 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.
- 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!).
- sankey diagram: circular links are now supported
- voronoi treemap: chart added
- 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
- added tutorials for pie chart and slope chart
- pie chart: added size to legend when series are mapped.
- pie chart: labels on arcs now show the arc value
- line chart: added controls for ticks
- slope chart: fixed error when no values are mapped on the "series" dimension. fixed typos.
- pie chart: added chart
- 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
- slope chart: added chart
- slope chart: fixed legend
- Fixed package info
- Added links to tutorials and to source code for each chart
- 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
- parallel coordinates: added chart
- 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
- line chart: added "Start at 0" option (fix #79)
- alluvial diagram: now nodes are properly sorted if their label is a number (fix #82)
- 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
- bump chart: removed unused visual variable
sortStreamsBy
- Margins are now in the
artboard
group for all the charts
- beeswarm diagram:
series
dimension is now calledY Axis
- bump chart: removed unused options in
streamsOffset
- bump chart: vertical axis disabled when
stack
isstackOffsetSilhouette
- treemap: removed unused
drawHierarchy
visual option - increased default left margin in all charts to
50px
- 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
- gantt chart: first version
- bugs fixing
- update rawgraphs-core version
- updated dependencies: d3, rawgraphs-core
- .npmingore
- publishing on npm, no repository
- fixed labels in circular dendogram
- using public version of core
- 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 toY 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
- 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 calledsets
- 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
- 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
- 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
- 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 toradarchart
- 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
- 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)
- added box plot
- added violin plot
- added arc diagram
- fix: radar chart now asks for at least three dimensions as spokes
- added radar chart
- added empty chart to bootstrap new charts
- Bugfixing bar chart
- Added horizontal bar chart
Features:
- Matrix plot: using
undefined
for default color in custom mapping
Features:
- Added repeated labels for matrix plot
Features:
- Refined Treemap