Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Add chartCartesian.
Add legend.
Add dataLegendItemSquareGenerator
Add legend to chartBarGrouped.
Add legend to chartBarStacked.
Add menuDropdown.
Add menuTools (menuDropdown).
Add toolbar.
Add chartWindow (= chart + toolbar).
Add toolDownloadSVG.
Add seriesCheckbox.
Add toolFilterNominal.
Add chartWindowBar (= chartBar + toolbar with category filter)
Add chartWindowBarGrouped (= chartBarGrouped + toolbar with category & subcategory filters)
Add chartWindowBarStacked (= chartBarStacked + toolbar with category & subcategory filters)
Add barHighlight function.
Add barGroupedHighlight function.
Add barStackedHighlight function.
Add labelHighlight function.
Add legendItemHighlight function.
Add axisTickHighlight function.
Add findByFilter utility function.
Add findByDataProperty utility function.
Add findByKey utility function.
Add findByIndex utility function.
Add siblingIndex utility function.
Add siblingIndexSameClasses function.
Add barFind function to find bars by key.
Add barFindByCategory function.
Add barGroupedFindBySubcategory function.
Add barStackedFindBySubcategory function.
Add labelFind function find labels by key.
Add labelFindByIndex function.
Add labelFindByFilter function.
Add axisTickFindByIndex function.
Add legendItemFindByLabel function.
Add legendItemFindByIndex function.
Add arrayIs function.
Add arrayIs2D function.
Add arrayFlat function.
Add arrayPartition function.
Add rectPosition function.
Add ValueOrArray type.
Add NestedArray type.
Add automatic highlighting of bars on hover to SeriesBar.
Add automatic highlighting of bars on hover to SeriesBarGrouped.
Add automatic highlighting of legend items on hover to legend.
Add automatic highlighting of bars, labels and main axis ticks to chartBar.
Add automatic highlighting of bars, labels, main axis ticks and legend items to chartBarGrouped.
Add automatic highlighting of bars, labels, main axis ticks and legend items to chartBarStacked.
Add subcategories to dataChartBarGrouped.
Add subtitle to dataAxis & axisX.
Add seriesLabelBarRightConfig.
Add filterBrightness.
Add colors property to SeriesBar, SeriesBarGrouped & SeriesBarStacked.
Add stokeWidths property to SeriesBar, SeriesBarGrouped & SeriesBarStacked.
Add stoke property to SeriesBar, SeriesBarGrouped & SeriesBarStacked.
Add category, subcategory and value properties to Bar & BarGrouped
Add labels property to ChartBar, ChartBarGrouped & ChartBarStacked.
Add textAnchor & dominantBaseline properties to Label.
Add textAnchors & dominantBaselines properties to SeriesLabel
Add tooltip.
Add tooltipShow function.
Add tooltipContent function.
Add tooltipPosition function.
Add tooltipHide function.
Add tooltips to SeriesBar, SeriesBarGrouped & SeriesBarStacked.
Add d3 bundle locally.
Add electric power consumption dataset.
Add multi-line chart example.
Add possibility to reverse element order in legend.
Add categories to scatter plot
Add zooming to scatter plot.
Add radius size as dimension to scatter plot.
Add color scale as dimension to scatter plot (WIP).
Add basic parcoord chart.
Add github workflows for development and releases.
Add SCSS and split up default style in multiple files.
Set custom colors in grouped bar chart example.
Show horizontal bar labels on the right in bar chart example.
Show horizontal bar labels on the right in grouped bar chart example.
Use chartWindowBar in bar chart example.
Use chartWindowBarGrouped in grouped bar chart example.
Configure components only once in configure function of examples.
Move highlighting code from examples into series & chart components.
Set sans-serif font family on chart.
Decrease font-size of axis title.
Make chartBar a subcomponent of chartCartesian.
Make chartBarGrouped a subcomponent of chartCartesian.
Make chartBarStacked a subcomponent of chartCartesian.
Make chartPoint a subcomponent of chartCartesian.
Highlight points in scatterplot example with a brightness filter.
Rename dataSeriesXCreation to just dataSeriesX.
Make partial inputs of dataX functions non-optional.
Require layouter data to be set before initializing layouter.
Rename SeriesBar properties:
Rename SeriesBarGrouped property innerPadding → subcategoryPadding.
Rename SeriesPoint properties:
Set viewBox attribute on chart root.
Remove width and height attributes from chart root.
Set namespace attribute on chart.
Refactor SeriesLabel.
Refactor SeriesLabelBar.
Change dataset for scatter plot to car dataset.
Change toolbar to be shown only when hovering a chart.
Improve Article to use 3 charts, multi-line, scatter plot and stacked bar chart
Remove BarOrientation enum.
Remove orientation property from dataSeriesBar & dataChartBar.
Remove dataSeriesBarCustom.
Remove dataSeriesPointCustom.
Remove creation property from dataSeriesBar.
Remove creation property from dataSeriesBarGrouped.
Remove creation property from dataSeriesBarStacked.
Remove creation property from dataSeriesPoint.
Remove chroma.js dependency and the corresponding color functions.
Remove DataSeries interface and dataSeries creation function.
Remove unused Selection.transformData.
Remove unused Selection.transformAttr.
Remove unused Selection.transformCall.
Remove index and groupIndex properties from DataBar & DataBarGrouped.
Remove DataBarStacked.
Remove seriesLabelBarCenterConfig, seriesLabelBarLeftConfig, seriesLabelBarRightConfig, seriesLabelBarTopConfig.
Remove basic charts.