@semcore/d3-chart 16.5.0 → 17.0.0-prerelease.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/lib/cjs/AnimatedClipPath.js +28 -41
- package/lib/cjs/AnimatedClipPath.js.map +1 -1
- package/lib/cjs/Area.js +187 -223
- package/lib/cjs/Area.js.map +1 -1
- package/lib/cjs/Axis.js +248 -327
- package/lib/cjs/Axis.js.map +1 -1
- package/lib/cjs/Bar.js +162 -185
- package/lib/cjs/Bar.js.map +1 -1
- package/lib/cjs/Bubble.js +219 -248
- package/lib/cjs/Bubble.js.map +1 -1
- package/lib/cjs/CompactHorizontalBar.js +448 -482
- package/lib/cjs/CompactHorizontalBar.js.map +1 -1
- package/lib/cjs/Donut.js +349 -396
- package/lib/cjs/Donut.js.map +1 -1
- package/lib/cjs/Dots.js +67 -86
- package/lib/cjs/Dots.js.map +1 -1
- package/lib/cjs/GroupBar.js +78 -93
- package/lib/cjs/GroupBar.js.map +1 -1
- package/lib/cjs/HorizontalBar.js +149 -167
- package/lib/cjs/HorizontalBar.js.map +1 -1
- package/lib/cjs/Hover.js +178 -207
- package/lib/cjs/Hover.js.map +1 -1
- package/lib/cjs/Line.js +182 -222
- package/lib/cjs/Line.js.map +1 -1
- package/lib/cjs/Pattern.js +124 -126
- package/lib/cjs/Pattern.js.map +1 -1
- package/lib/cjs/Plot.js +100 -126
- package/lib/cjs/Plot.js.map +1 -1
- package/lib/cjs/Radar.js +576 -681
- package/lib/cjs/Radar.js.map +1 -1
- package/lib/cjs/RadialTree.js +518 -571
- package/lib/cjs/RadialTree.js.map +1 -1
- package/lib/cjs/Reference.js +147 -178
- package/lib/cjs/Reference.js.map +1 -1
- package/lib/cjs/ResponsiveContainer.js +64 -82
- package/lib/cjs/ResponsiveContainer.js.map +1 -1
- package/lib/cjs/ScatterPlot.js +169 -199
- package/lib/cjs/ScatterPlot.js.map +1 -1
- package/lib/cjs/StackBar.js +135 -177
- package/lib/cjs/StackBar.js.map +1 -1
- package/lib/cjs/StackedArea.js +60 -73
- package/lib/cjs/StackedArea.js.map +1 -1
- package/lib/cjs/Tooltip.js +193 -208
- package/lib/cjs/Tooltip.js.map +1 -1
- package/lib/cjs/Venn.js +182 -217
- package/lib/cjs/Venn.js.map +1 -1
- package/lib/cjs/a11y/DataAccessibilityTable.js +45 -83
- package/lib/cjs/a11y/DataAccessibilityTable.js.map +1 -1
- package/lib/cjs/a11y/PlotA11yModule.js +37 -97
- package/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
- package/lib/cjs/a11y/PlotA11yView.js +97 -91
- package/lib/cjs/a11y/PlotA11yView.js.map +1 -1
- package/lib/cjs/a11y/bezier.js +17 -23
- package/lib/cjs/a11y/bezier.js.map +1 -1
- package/lib/cjs/a11y/focus.js +16 -16
- package/lib/cjs/a11y/focus.js.map +1 -1
- package/lib/cjs/a11y/hints.js +72 -75
- package/lib/cjs/a11y/hints.js.map +1 -1
- package/lib/cjs/a11y/insights.js +354 -525
- package/lib/cjs/a11y/insights.js.map +1 -1
- package/lib/cjs/a11y/intl.js +5 -5
- package/lib/cjs/a11y/intl.js.map +1 -1
- package/lib/cjs/a11y/locale.js +12 -19
- package/lib/cjs/a11y/locale.js.map +1 -1
- package/lib/cjs/a11y/serialize.js +164 -203
- package/lib/cjs/a11y/serialize.js.map +1 -1
- package/lib/cjs/a11y/summarize.js +7 -6
- package/lib/cjs/a11y/summarize.js.map +1 -1
- package/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js +16 -16
- package/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js.map +1 -1
- package/lib/cjs/a11y/translations/module/de.json +2 -2
- package/lib/cjs/a11y/translations/module/en.json +2 -2
- package/lib/cjs/a11y/translations/module/es.json +2 -2
- package/lib/cjs/a11y/translations/module/fr.json +2 -2
- package/lib/cjs/a11y/translations/module/it.json +2 -2
- package/lib/cjs/a11y/translations/module/ja.json +2 -2
- package/lib/cjs/a11y/translations/module/ko.json +2 -2
- package/lib/cjs/a11y/translations/module/nl.json +2 -2
- package/lib/cjs/a11y/translations/module/pl.json +2 -2
- package/lib/cjs/a11y/translations/module/pt.json +2 -2
- package/lib/cjs/a11y/translations/module/sv.json +2 -2
- package/lib/cjs/a11y/translations/module/tr.json +2 -2
- package/lib/cjs/a11y/translations/module/vi.json +2 -2
- package/lib/cjs/a11y/translations/module/zh.json +2 -2
- package/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js +16 -16
- package/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js.map +1 -1
- package/lib/cjs/color.js +1 -1
- package/lib/cjs/color.js.map +1 -1
- package/lib/cjs/component/Chart/AbstractChart.js +421 -466
- package/lib/cjs/component/Chart/AbstractChart.js.map +1 -1
- package/lib/cjs/component/Chart/AbstractChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/AreaChart.js +97 -115
- package/lib/cjs/component/Chart/AreaChart.js.map +1 -1
- package/lib/cjs/component/Chart/AreaChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/BarChart.js +229 -216
- package/lib/cjs/component/Chart/BarChart.js.map +1 -1
- package/lib/cjs/component/Chart/BarChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/BubbleChart.js +114 -136
- package/lib/cjs/component/Chart/BubbleChart.js.map +1 -1
- package/lib/cjs/component/Chart/BubbleChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/CigaretteChart.js +280 -305
- package/lib/cjs/component/Chart/CigaretteChart.js.map +1 -1
- package/lib/cjs/component/Chart/CompactHorizontalBarChart.js +76 -108
- package/lib/cjs/component/Chart/CompactHorizontalBarChart.js.map +1 -1
- package/lib/cjs/component/Chart/CompactHorizontalBarChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/DonutChart.js +80 -95
- package/lib/cjs/component/Chart/DonutChart.js.map +1 -1
- package/lib/cjs/component/Chart/DonutChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/HistogramChart.js +126 -148
- package/lib/cjs/component/Chart/HistogramChart.js.map +1 -1
- package/lib/cjs/component/Chart/HistogramChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/LineChart.js +95 -113
- package/lib/cjs/component/Chart/LineChart.js.map +1 -1
- package/lib/cjs/component/Chart/LineChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/RadarChart.js +84 -110
- package/lib/cjs/component/Chart/RadarChart.js.map +1 -1
- package/lib/cjs/component/Chart/RadarChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/ScatterPlotChart.js +119 -143
- package/lib/cjs/component/Chart/ScatterPlotChart.js.map +1 -1
- package/lib/cjs/component/Chart/ScatterPlotChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/VennChart.js +103 -122
- package/lib/cjs/component/Chart/VennChart.js.map +1 -1
- package/lib/cjs/component/Chart/VennChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/index.js +2 -2
- package/lib/cjs/component/Chart/index.js.map +1 -1
- package/lib/cjs/component/ChartLegend/BaseLegend.js +72 -105
- package/lib/cjs/component/ChartLegend/BaseLegend.js.map +1 -1
- package/lib/cjs/component/ChartLegend/BaseLegend.type.js.map +1 -1
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +58 -70
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +1 -1
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +208 -221
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js +1 -1
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +63 -73
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
- package/lib/cjs/component/ChartLegend/index.js +4 -4
- package/lib/cjs/component/ChartLegend/index.js.map +1 -1
- package/lib/cjs/component/Cigarette/Cigarette.js +115 -129
- package/lib/cjs/component/Cigarette/Cigarette.js.map +1 -1
- package/lib/cjs/component/StackGroupBar/StackGroupBar.js +107 -137
- package/lib/cjs/component/StackGroupBar/StackGroupBar.js.map +1 -1
- package/lib/cjs/component/SvgElement.js +7 -7
- package/lib/cjs/component/SvgElement.js.map +1 -1
- package/lib/cjs/createElement.js +66 -65
- package/lib/cjs/createElement.js.map +1 -1
- package/lib/cjs/index.js +62 -62
- package/lib/cjs/style/axis.shadow.css +3 -0
- package/lib/cjs/style/plot.shadow.css +1 -3
- package/lib/cjs/style/plotA11yModule.shadow.css +10 -11
- package/lib/cjs/style/plotA11yView.shadow.css +13 -26
- package/lib/cjs/translations/__intergalactic-dynamic-locales.js +15 -15
- package/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -1
- package/lib/cjs/types/Axis.d.js.map +1 -1
- package/lib/cjs/types/CompactHorizontalBar.d.js.map +1 -1
- package/lib/cjs/types/Hover.d.js.map +1 -1
- package/lib/cjs/types/Line.d.js.map +1 -1
- package/lib/cjs/types/Plot.d.js.map +1 -1
- package/lib/cjs/types/Radar.d.js.map +1 -1
- package/lib/cjs/types/ResponsiveContainer.d.js.map +1 -1
- package/lib/cjs/types/Tooltip.d.js.map +1 -1
- package/lib/cjs/types/Venn.d.js.map +1 -1
- package/lib/cjs/types/index.d.js +80 -80
- package/lib/cjs/types/index.d.js.map +1 -1
- package/lib/cjs/utils.js +122 -145
- package/lib/cjs/utils.js.map +1 -1
- package/lib/es6/AnimatedClipPath.js +24 -37
- package/lib/es6/AnimatedClipPath.js.map +1 -1
- package/lib/es6/Area.js +179 -215
- package/lib/es6/Area.js.map +1 -1
- package/lib/es6/Axis.js +242 -321
- package/lib/es6/Axis.js.map +1 -1
- package/lib/es6/Bar.js +154 -177
- package/lib/es6/Bar.js.map +1 -1
- package/lib/es6/Bubble.js +206 -235
- package/lib/es6/Bubble.js.map +1 -1
- package/lib/es6/CompactHorizontalBar.js +433 -467
- package/lib/es6/CompactHorizontalBar.js.map +1 -1
- package/lib/es6/Donut.js +337 -384
- package/lib/es6/Donut.js.map +1 -1
- package/lib/es6/Dots.js +60 -79
- package/lib/es6/Dots.js.map +1 -1
- package/lib/es6/GroupBar.js +74 -89
- package/lib/es6/GroupBar.js.map +1 -1
- package/lib/es6/HorizontalBar.js +141 -159
- package/lib/es6/HorizontalBar.js.map +1 -1
- package/lib/es6/Hover.js +174 -203
- package/lib/es6/Hover.js.map +1 -1
- package/lib/es6/Line.js +173 -213
- package/lib/es6/Line.js.map +1 -1
- package/lib/es6/Pattern.js +68 -74
- package/lib/es6/Pattern.js.map +1 -1
- package/lib/es6/Plot.js +95 -121
- package/lib/es6/Plot.js.map +1 -1
- package/lib/es6/Radar.js +554 -659
- package/lib/es6/Radar.js.map +1 -1
- package/lib/es6/RadialTree.js +500 -553
- package/lib/es6/RadialTree.js.map +1 -1
- package/lib/es6/Reference.js +140 -171
- package/lib/es6/Reference.js.map +1 -1
- package/lib/es6/ResponsiveContainer.js +58 -76
- package/lib/es6/ResponsiveContainer.js.map +1 -1
- package/lib/es6/ScatterPlot.js +161 -191
- package/lib/es6/ScatterPlot.js.map +1 -1
- package/lib/es6/StackBar.js +130 -172
- package/lib/es6/StackBar.js.map +1 -1
- package/lib/es6/StackedArea.js +56 -69
- package/lib/es6/StackedArea.js.map +1 -1
- package/lib/es6/Tooltip.js +183 -198
- package/lib/es6/Tooltip.js.map +1 -1
- package/lib/es6/Venn.js +169 -204
- package/lib/es6/Venn.js.map +1 -1
- package/lib/es6/a11y/DataAccessibilityTable.js +41 -80
- package/lib/es6/a11y/DataAccessibilityTable.js.map +1 -1
- package/lib/es6/a11y/PlotA11yModule.js +35 -95
- package/lib/es6/a11y/PlotA11yModule.js.map +1 -1
- package/lib/es6/a11y/PlotA11yView.js +89 -84
- package/lib/es6/a11y/PlotA11yView.js.map +1 -1
- package/lib/es6/a11y/bezier.js +16 -23
- package/lib/es6/a11y/bezier.js.map +1 -1
- package/lib/es6/a11y/focus.js +15 -16
- package/lib/es6/a11y/focus.js.map +1 -1
- package/lib/es6/a11y/hints.js +67 -73
- package/lib/es6/a11y/hints.js.map +1 -1
- package/lib/es6/a11y/insights.js +353 -524
- package/lib/es6/a11y/insights.js.map +1 -1
- package/lib/es6/a11y/intl.js +4 -5
- package/lib/es6/a11y/intl.js.map +1 -1
- package/lib/es6/a11y/locale.js +11 -18
- package/lib/es6/a11y/locale.js.map +1 -1
- package/lib/es6/a11y/serialize.js +162 -203
- package/lib/es6/a11y/serialize.js.map +1 -1
- package/lib/es6/a11y/summarize.js +6 -6
- package/lib/es6/a11y/summarize.js.map +1 -1
- package/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +15 -15
- package/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +1 -1
- package/lib/es6/a11y/translations/module/de.json +2 -2
- package/lib/es6/a11y/translations/module/en.json +2 -2
- package/lib/es6/a11y/translations/module/es.json +2 -2
- package/lib/es6/a11y/translations/module/fr.json +2 -2
- package/lib/es6/a11y/translations/module/it.json +2 -2
- package/lib/es6/a11y/translations/module/ja.json +2 -2
- package/lib/es6/a11y/translations/module/ko.json +2 -2
- package/lib/es6/a11y/translations/module/nl.json +2 -2
- package/lib/es6/a11y/translations/module/pl.json +2 -2
- package/lib/es6/a11y/translations/module/pt.json +2 -2
- package/lib/es6/a11y/translations/module/sv.json +2 -2
- package/lib/es6/a11y/translations/module/tr.json +2 -2
- package/lib/es6/a11y/translations/module/vi.json +2 -2
- package/lib/es6/a11y/translations/module/zh.json +2 -2
- package/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +15 -15
- package/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +1 -1
- package/lib/es6/color.js +1 -1
- package/lib/es6/color.js.map +1 -1
- package/lib/es6/component/Chart/AbstractChart.js +416 -462
- package/lib/es6/component/Chart/AbstractChart.js.map +1 -1
- package/lib/es6/component/Chart/AbstractChart.type.js.map +1 -1
- package/lib/es6/component/Chart/AreaChart.js +92 -111
- package/lib/es6/component/Chart/AreaChart.js.map +1 -1
- package/lib/es6/component/Chart/AreaChart.type.js.map +1 -1
- package/lib/es6/component/Chart/BarChart.js +225 -213
- package/lib/es6/component/Chart/BarChart.js.map +1 -1
- package/lib/es6/component/Chart/BarChart.type.js.map +1 -1
- package/lib/es6/component/Chart/BubbleChart.js +109 -132
- package/lib/es6/component/Chart/BubbleChart.js.map +1 -1
- package/lib/es6/component/Chart/BubbleChart.type.js.map +1 -1
- package/lib/es6/component/Chart/CigaretteChart.js +276 -301
- package/lib/es6/component/Chart/CigaretteChart.js.map +1 -1
- package/lib/es6/component/Chart/CompactHorizontalBarChart.js +70 -103
- package/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +1 -1
- package/lib/es6/component/Chart/CompactHorizontalBarChart.type.js.map +1 -1
- package/lib/es6/component/Chart/DonutChart.js +74 -90
- package/lib/es6/component/Chart/DonutChart.js.map +1 -1
- package/lib/es6/component/Chart/DonutChart.type.js.map +1 -1
- package/lib/es6/component/Chart/HistogramChart.js +121 -144
- package/lib/es6/component/Chart/HistogramChart.js.map +1 -1
- package/lib/es6/component/Chart/HistogramChart.type.js.map +1 -1
- package/lib/es6/component/Chart/LineChart.js +90 -109
- package/lib/es6/component/Chart/LineChart.js.map +1 -1
- package/lib/es6/component/Chart/LineChart.type.js.map +1 -1
- package/lib/es6/component/Chart/RadarChart.js +80 -107
- package/lib/es6/component/Chart/RadarChart.js.map +1 -1
- package/lib/es6/component/Chart/RadarChart.type.js.map +1 -1
- package/lib/es6/component/Chart/ScatterPlotChart.js +113 -138
- package/lib/es6/component/Chart/ScatterPlotChart.js.map +1 -1
- package/lib/es6/component/Chart/ScatterPlotChart.type.js.map +1 -1
- package/lib/es6/component/Chart/VennChart.js +97 -117
- package/lib/es6/component/Chart/VennChart.js.map +1 -1
- package/lib/es6/component/Chart/VennChart.type.js.map +1 -1
- package/lib/es6/component/ChartLegend/BaseLegend.js +70 -104
- package/lib/es6/component/ChartLegend/BaseLegend.js.map +1 -1
- package/lib/es6/component/ChartLegend/BaseLegend.type.js.map +1 -1
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +53 -65
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +1 -1
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +198 -211
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js +1 -1
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +58 -68
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
- package/lib/es6/component/Cigarette/Cigarette.js +108 -122
- package/lib/es6/component/Cigarette/Cigarette.js.map +1 -1
- package/lib/es6/component/StackGroupBar/StackGroupBar.js +100 -130
- package/lib/es6/component/StackGroupBar/StackGroupBar.js.map +1 -1
- package/lib/es6/component/SvgElement.js +4 -5
- package/lib/es6/component/SvgElement.js.map +1 -1
- package/lib/es6/createElement.js +55 -54
- package/lib/es6/createElement.js.map +1 -1
- package/lib/es6/style/axis.shadow.css +3 -0
- package/lib/es6/style/plot.shadow.css +1 -3
- package/lib/es6/style/plotA11yModule.shadow.css +10 -11
- package/lib/es6/style/plotA11yView.shadow.css +13 -26
- package/lib/es6/translations/__intergalactic-dynamic-locales.js +14 -14
- package/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -1
- package/lib/es6/types/Axis.d.js.map +1 -1
- package/lib/es6/types/CompactHorizontalBar.d.js.map +1 -1
- package/lib/es6/types/Hover.d.js.map +1 -1
- package/lib/es6/types/Line.d.js.map +1 -1
- package/lib/es6/types/Plot.d.js.map +1 -1
- package/lib/es6/types/Radar.d.js.map +1 -1
- package/lib/es6/types/ResponsiveContainer.d.js.map +1 -1
- package/lib/es6/types/Tooltip.d.js.map +1 -1
- package/lib/es6/types/Venn.d.js.map +1 -1
- package/lib/es6/utils.js +105 -144
- package/lib/es6/utils.js.map +1 -1
- package/lib/esm/AnimatedClipPath.mjs +24 -36
- package/lib/esm/Area.mjs +178 -149
- package/lib/esm/Axis.mjs +241 -242
- package/lib/esm/Bar.mjs +155 -137
- package/lib/esm/Bubble.mjs +205 -171
- package/lib/esm/CompactHorizontalBar.mjs +428 -383
- package/lib/esm/Donut.mjs +315 -266
- package/lib/esm/Dots.mjs +60 -49
- package/lib/esm/GroupBar.mjs +71 -75
- package/lib/esm/HorizontalBar.mjs +142 -120
- package/lib/esm/Hover.mjs +173 -163
- package/lib/esm/Line.mjs +174 -145
- package/lib/esm/Pattern.mjs +67 -63
- package/lib/esm/Plot.mjs +98 -95
- package/lib/esm/Radar.mjs +550 -498
- package/lib/esm/RadialTree.mjs +512 -416
- package/lib/esm/Reference.mjs +137 -122
- package/lib/esm/ResponsiveContainer.mjs +58 -69
- package/lib/esm/ScatterPlot.mjs +163 -162
- package/lib/esm/StackBar.mjs +126 -147
- package/lib/esm/StackedArea.mjs +53 -61
- package/lib/esm/Tooltip.mjs +185 -175
- package/lib/esm/Venn.mjs +170 -170
- package/lib/esm/a11y/DataAccessibilityTable.mjs +46 -73
- package/lib/esm/a11y/PlotA11yModule.mjs +37 -80
- package/lib/esm/a11y/PlotA11yView.mjs +99 -74
- package/lib/esm/a11y/bezier.mjs +16 -23
- package/lib/esm/a11y/focus.mjs +15 -16
- package/lib/esm/a11y/hints.mjs +65 -71
- package/lib/esm/a11y/insights.mjs +347 -495
- package/lib/esm/a11y/intl.mjs +4 -5
- package/lib/esm/a11y/locale.mjs +12 -14
- package/lib/esm/a11y/serialize.mjs +139 -152
- package/lib/esm/a11y/summarize.mjs +3 -3
- package/lib/esm/a11y/translations/module/__intergalactic-dynamic-locales.mjs +1 -1
- package/lib/esm/a11y/translations/module/de.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/en.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/es.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/fr.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/it.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/ja.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/ko.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/nl.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/pl.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/pt.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/sv.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/tr.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/vi.json.mjs +2 -4
- package/lib/esm/a11y/translations/module/zh.json.mjs +2 -4
- package/lib/esm/a11y/translations/view/__intergalactic-dynamic-locales.mjs +1 -1
- package/lib/esm/color.mjs +1 -1
- package/lib/esm/component/Chart/AbstractChart.mjs +422 -415
- package/lib/esm/component/Chart/AreaChart.mjs +92 -91
- package/lib/esm/component/Chart/BarChart.mjs +225 -177
- package/lib/esm/component/Chart/BubbleChart.mjs +110 -118
- package/lib/esm/component/Chart/CigaretteChart.mjs +277 -268
- package/lib/esm/component/Chart/CompactHorizontalBarChart.mjs +70 -87
- package/lib/esm/component/Chart/DonutChart.mjs +74 -84
- package/lib/esm/component/Chart/HistogramChart.mjs +121 -117
- package/lib/esm/component/Chart/LineChart.mjs +90 -89
- package/lib/esm/component/Chart/RadarChart.mjs +81 -97
- package/lib/esm/component/Chart/ScatterPlotChart.mjs +113 -111
- package/lib/esm/component/Chart/VennChart.mjs +98 -111
- package/lib/esm/component/ChartLegend/BaseLegend.mjs +75 -97
- package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +54 -55
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +194 -165
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.type.mjs +1 -1
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +60 -58
- package/lib/esm/component/Cigarette/Cigarette.mjs +109 -99
- package/lib/esm/component/StackGroupBar/StackGroupBar.mjs +97 -111
- package/lib/esm/component/SvgElement.mjs +4 -4
- package/lib/esm/createElement.mjs +54 -37
- package/lib/esm/style/axis.shadow.css +3 -0
- package/lib/esm/style/plot.shadow.css +1 -3
- package/lib/esm/style/plotA11yModule.shadow.css +10 -11
- package/lib/esm/style/plotA11yView.shadow.css +13 -26
- package/lib/esm/translations/__intergalactic-dynamic-locales.mjs +1 -1
- package/lib/esm/utils.mjs +103 -138
- package/lib/types/Axis.d.ts +4 -0
- package/lib/types/CompactHorizontalBar.d.ts +1 -1
- package/lib/types/Hover.d.ts +1 -1
- package/lib/types/Line.d.ts +1 -1
- package/lib/types/Plot.d.ts +1 -1
- package/lib/types/Radar.d.ts +1 -1
- package/lib/types/ResponsiveContainer.d.ts +1 -1
- package/lib/types/Tooltip.d.ts +1 -3
- package/lib/types/Venn.d.ts +1 -1
- package/lib/types/a11y/PlotA11yModule.d.ts +4 -11
- package/lib/types/a11y/PlotA11yView.d.ts +12 -1
- package/lib/types/a11y/translations/module/__intergalactic-dynamic-locales.d.ts +14 -14
- package/lib/types/component/Chart/AbstractChart.d.ts +1 -1
- package/lib/types/component/Chart/AbstractChart.type.d.ts +1 -1
- package/lib/types/component/Chart/AreaChart.type.d.ts +1 -1
- package/lib/types/component/Chart/BarChart.type.d.ts +1 -1
- package/lib/types/component/Chart/BubbleChart.type.d.ts +1 -1
- package/lib/types/component/Chart/CompactHorizontalBarChart.type.d.ts +1 -1
- package/lib/types/component/Chart/DonutChart.type.d.ts +1 -1
- package/lib/types/component/Chart/HistogramChart.type.d.ts +1 -1
- package/lib/types/component/Chart/LineChart.type.d.ts +1 -1
- package/lib/types/component/Chart/RadarChart.type.d.ts +1 -1
- package/lib/types/component/Chart/ScatterPlotChart.type.d.ts +1 -1
- package/lib/types/component/Chart/VennChart.type.d.ts +1 -1
- package/lib/types/component/ChartLegend/BaseLegend.d.ts +1 -1
- package/lib/types/component/ChartLegend/BaseLegend.type.d.ts +1 -1
- package/lib/types/component/ChartLegend/LegendFlex/LegendFlex.type.d.ts +1 -1
- package/lib/types/component/ChartLegend/LegendItem/LegendItem.type.d.ts +1 -1
- package/lib/types/component/ChartLegend/LegendTable/LegendTable.type.d.ts +1 -1
- package/lib/types/utils.d.ts +10 -10
- package/package.json +11 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radar.d.js","names":[],"sources":["../../../src/types/Radar.d.ts"],"sourcesContent":["import type {
|
|
1
|
+
{"version":3,"file":"Radar.d.js","names":[],"sources":["../../../src/types/Radar.d.ts"],"sourcesContent":["import type { BoxProps } from '@semcore/base-components';\nimport type { UnknownProperties } from '@semcore/core';\nimport type { CurveFactory } from 'd3-shape';\n\nimport type { Context } from './context';\nimport type { PatternsConfig } from './Pattern';\nimport type { IntergalacticD3Component } from './Plot';\nimport type { TooltipType } from './Tooltip';\n\n/** @deprecated */\nexport interface IRadarProps extends RadarProps, UnknownProperties {}\nexport type RadarProps = Context & {\n /**\n * Scale for radar element\n * */\n /** @deprecated */\n scale: any;\n /**\n * Graph type to be displayed\n * @default 'polygon'\n * */\n type?: 'polygon' | 'circle';\n /**\n * Indent from the edge of svg to graph\n * */\n offset?: number;\n\n /**\n * Label font size\n * @default 12\n * */\n textSize?: number;\n\n /**\n * Base angle of chart rotation\n * @default 0\n * @example Math.PI/3\n * */\n angleOffset?: number;\n /** Enables charts patterns that enhances charts accessibility */\n patterns?: PatternsConfig;\n /** Callback triggered when a user clicks on a chart at a position corresponding to a category */\n onClick?: (index: number, e: React.SyntheticEvent) => void;\n};\n\n/** @deprecated */\nexport interface IRadarAxisProps extends RadarAxisProps, UnknownProperties {}\nexport type RadarAxisProps = Context & {\n /**\n * Sets the field name for categories\n * */\n dataKey: string;\n};\n\n/** @deprecated */\nexport interface IRadarAxisTicksProps extends RadarAxisTicksProps, UnknownProperties {}\nexport type RadarAxisTicksProps = {\n /**\n * Distance between auxiliary lines\n * @default 100\n * */\n tickSize?: number;\n};\n\n/** @deprecated */\nexport interface IRadarAxisLabelsProps extends RadarAxisLabelsProps, UnknownProperties {}\nexport type RadarAxisLabelsProps = {\n /**\n * Indent from graph to label\n * @default 10\n * */\n labelOffset?: number;\n};\n\ntype RadarAxisLabelsContext = Context & {\n xDirection: 'middle' | 'start' | 'end';\n yDirection: 'alphabetic' | 'mathematical' | 'middle';\n x: number;\n y: number;\n};\n\n/** @deprecated */\nexport interface IRadialPolygonProps extends RadialPolygonProps, UnknownProperties {}\nexport type RadialPolygonProps = Context & {\n /**\n * Sets the field name for data\n * */\n dataKey: string;\n /**\n * Curve method\n * @default curveLinearClosed\n * */\n curve?: CurveFactory;\n /**\n * Sets the color of the entire polygon\n * */\n color?: string;\n /**\n * Sets the fill color\n * */\n fill?: string;\n};\n\n/** @deprecated */\nexport interface IRadialPolygonLineProps extends RadialPolygonLineProps, UnknownProperties {}\nexport type RadialPolygonLineProps = {\n /**\n * Sets the line color\n * */\n color?: string;\n};\n\n/** @deprecated */\nexport interface IRadialPolygonDotsProps extends RadialPolygonDotsProps, UnknownProperties {}\nexport type RadialPolygonDotsProps = {\n /**\n * Sets the dot color\n * */\n color?: string;\n};\n\n/** @deprecated */\nexport interface IRadarHoverProps extends RadarHoverProps, UnknownProperties {}\nexport type RadarHoverProps = BoxProps & Context & {};\n\ndeclare const Radar: IntergalacticD3Component<'g', RadarProps, Context> & {\n Axis: IntergalacticD3Component<'path', RadarAxisProps, Context> & {\n Ticks: IntergalacticD3Component<'path', RadarAxisTicksProps, Context>;\n Labels: IntergalacticD3Component<'text', RadarAxisLabelsProps, RadarAxisLabelsContext>;\n };\n Polygon: IntergalacticD3Component<'path', RadialPolygonProps, Context> & {\n Line: IntergalacticD3Component<'line', RadialPolygonLineProps, Context>;\n Dots: IntergalacticD3Component<'circle', RadialPolygonDotsProps, Context>;\n };\n Hover: IntergalacticD3Component<'path', RadarHoverProps, Context>;\n Tooltip: TooltipType<\n RadarHoverProps & {\n /** Index in `data` array of the current items */\n index: number;\n }\n >;\n};\n\nexport declare function getLabelOffsetPosition(\n xDirection: 'middle' | 'start' | 'end',\n yDirection: 'alphabetic' | 'mathematical' | 'middle',\n width: number,\n height: number,\n): [xOffset: number, yOffset: number];\n\nexport default Radar;\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponsiveContainer.d.js","names":[],"sources":["../../../src/types/ResponsiveContainer.d.ts"],"sourcesContent":["import type {
|
|
1
|
+
{"version":3,"file":"ResponsiveContainer.d.js","names":[],"sources":["../../../src/types/ResponsiveContainer.d.ts"],"sourcesContent":["import type { BoxProps } from '@semcore/base-components';\nimport type { UnknownProperties } from '@semcore/core';\n\nimport type { IntergalacticD3Component } from './Plot';\n\n/** @deprecated */\nexport interface IResponsiveContainerProps extends ResponsiveContainerProps, UnknownProperties {}\nexport type ResponsiveContainerProps = BoxProps & {\n /** Relation between height and width dimensions block */\n aspect?: number;\n /** Callback which will be called after changing the block size */\n onResize?: (size: [number, number], entries: ResizeObserverEntry[]) => void;\n};\n\n/** @deprecated */\nexport interface IResponsiveContainerContext\n extends ResponsiveContainerContext,\n UnknownProperties {}\nexport type ResponsiveContainerContext = {\n width?: number;\n height?: number;\n};\n\ndeclare const ResponsiveContainer: IntergalacticD3Component<\n 'div',\n ResponsiveContainerProps,\n ResponsiveContainerContext\n>;\n\nexport default ResponsiveContainer;\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.js","names":[],"sources":["../../../src/types/Tooltip.d.ts"],"sourcesContent":["import type {
|
|
1
|
+
{"version":3,"file":"Tooltip.d.js","names":[],"sources":["../../../src/types/Tooltip.d.ts"],"sourcesContent":["import type { Popper, Box, BoxProps, PopperProps, PopperTriggerProps } from '@semcore/base-components';\nimport type { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport type React from 'react';\n\nimport type { Context } from './context';\nimport type { IntergalacticD3Component } from './Plot';\n\n/** @deprecated */\nexport interface ITooltipChartProps extends TooltipChartProps, UnknownProperties {}\nexport type TooltipChartProps = PopperProps &\n PopperTriggerProps &\n Context & {\n /** Field name from `data` array item for the XAxis */\n x?: string;\n /** Field name from `data` array item for the YAxis */\n y?: string;\n /** Handle click by trigger has an index - it is an index of the data array. */\n onClick?: (index: number, e: React.SyntheticEvent) => void;\n };\n\n/** @deprecated */\nexport interface ITooltipChartContext extends TooltipChartContext, UnknownProperties {\n /** Index active value for Axis x */\n xIndex: number | null;\n /** Index active value for Axis y */\n yIndex: number | null;\n}\nexport type TooltipChartContext = {\n getTriggerProps: PropGetterFn;\n getPopperProps: PropGetterFn;\n};\n\nexport type TooltipTypeBase = {\n Trigger: typeof Popper.Trigger;\n Popper: typeof Popper.Popper;\n Title: typeof Box;\n Dot: IntergalacticD3Component<'div', BoxProps & { color?: string }, TooltipChartContext>;\n Footer: typeof Box;\n};\n\nexport type TooltipType<ChildrenRenderProps = {}, TooltipProps = {}> = (<\n Tag extends Intergalactic.Tag = typeof Box,\n>(\n props: Intergalactic.InternalTypings.PropsRenderingResultComponentProps<\n Tag,\n TooltipProps,\n ChildrenRenderProps & TooltipChartContext\n >,\n) => Intergalactic.InternalTypings.ComponentRenderingResults) &\nIntergalactic.InternalTypings.ComponentAdditive<\n Intergalactic.Tag,\n Intergalactic.Tag,\n TooltipProps\n> &\nTooltipTypeBase;\n\n/**\n * @deprecated Consider migration to better typed Bubble.Tooltip, HoverLine.Tooltip,\n * HoverRect.Tooltip, Donut.Tooltip, Radar.Tooltip,\n * ScatterPlot.Tooltip or Venn.Tooltip.\n *\n * Migration examples:\n * 1. `<Tooltip tag={HoverLine}>...</Tooltip>` => `<HoverLine.Tooltip>...</HoverLine.Tooltip>`\n * 2. `<Tooltip tag={HoverRect}>...</Tooltip>` => `<HoverRect.Tooltip>...</HoverRect.Tooltip>`\n * 3. `<Tooltip tag={Radar.Hover}>...</Tooltip>` => `<Radar.Tooltip>...</Radar.Tooltip>`\n * 4. `<Tooltip>...</Tooltip>` => `<Bubble.Tooltip>...</Bubble.Tooltip>`\n * 5. `<Tooltip>...</Tooltip>` => `<Donut.Tooltip>...</Donut.Tooltip>`\n * 6. `<Tooltip>...</Tooltip>` => `<ScatterPlot.Tooltip>...</ScatterPlot.Tooltip>`\n * 7. `<Tooltip>...</Tooltip>` => `<Venn.Tooltip>...</Venn.Tooltip>`\n */\ndeclare const Tooltip: TooltipType;\n\nexport default Tooltip;\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Venn.d.js","names":[],"sources":["../../../src/types/Venn.d.ts"],"sourcesContent":["import type { FadeInOutProps } from '@semcore/
|
|
1
|
+
{"version":3,"file":"Venn.d.js","names":[],"sources":["../../../src/types/Venn.d.ts"],"sourcesContent":["import type { FadeInOutProps } from '@semcore/base-components';\nimport type { UnknownProperties } from '@semcore/core';\n\nimport type { Context } from './context';\nimport type { PatternsConfig } from './Pattern';\nimport type { IntergalacticD3Component } from './Plot';\nimport type { TooltipType } from './Tooltip';\n\n/** @deprecated */\nexport interface IVennProps extends VennProps, UnknownProperties {}\nexport type VennProps = Context &\n FadeInOutProps & {\n /**\n * Rotate sets in the chart\n * @default Math.PI / 2\n */\n orientation?: number;\n /**\n * The function for sorting sets inside the chart\n * @default (circle1, circle2) => circle2.radius - circle1.radius\n */\n orientationOrder?: (c1: number, c2: number) => number;\n /** Enables charts patterns that enhances charts accessibility */\n patterns?: PatternsConfig;\n /**\n * Fallback for minimum value radius\n * @default 6\n * */\n minRadius?: number;\n };\n\n/** @deprecated */\nexport interface ICircleProps extends CircleProps, UnknownProperties {}\nexport type CircleProps = Context & {\n /**\n * Name of the field in the data\n * */\n dataKey: string;\n /**\n * Human readable name of the circle\n * */\n name: string;\n /** Color circle\n @default #3AB011\n **/\n color?: string;\n /** Animation duration in ms\n * @default 500\n */\n duration?: number;\n /** Enables element transparency */\n transparent?: boolean;\n};\n\n/** @deprecated */\nexport interface IIntersectionProps extends IntersectionProps, UnknownProperties {}\nexport type IntersectionProps = Context &\n FadeInOutProps & {\n /**\n * Name of the field in the data\n * */\n dataKey: string;\n /**\n * Human readable name of the intersection\n * */\n name: string;\n /** Enables element transparency */\n transparent?: boolean;\n };\n\ndeclare const Venn: IntergalacticD3Component<'g', VennProps, Context> & {\n Circle: IntergalacticD3Component<'circle', CircleProps, Context>;\n Intersection: IntergalacticD3Component<'path', IntersectionProps, Context>;\n Tooltip: TooltipType<CircleProps>;\n};\n\nexport default Venn;\n"],"mappings":"","ignoreList":[]}
|
package/lib/cjs/types/index.d.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard")
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
@@ -32,139 +32,139 @@ var _exportNames = {
|
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "Area", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function
|
|
36
|
-
return _Area
|
|
35
|
+
get: function () {
|
|
36
|
+
return _Area.default;
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "Bar", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function
|
|
42
|
-
return _Bar
|
|
41
|
+
get: function () {
|
|
42
|
+
return _Bar.default;
|
|
43
43
|
}
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "Bubble", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function
|
|
48
|
-
return _Bubble
|
|
47
|
+
get: function () {
|
|
48
|
+
return _Bubble.default;
|
|
49
49
|
}
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "Chart", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function
|
|
54
|
-
return _Chart
|
|
53
|
+
get: function () {
|
|
54
|
+
return _Chart.default;
|
|
55
55
|
}
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "ChartLegend", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function
|
|
59
|
+
get: function () {
|
|
60
60
|
return _ChartLegend.ChartLegend;
|
|
61
61
|
}
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "ChartLegendTable", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function
|
|
65
|
+
get: function () {
|
|
66
66
|
return _ChartLegend.ChartLegendTable;
|
|
67
67
|
}
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "CompactHorizontalBar", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function
|
|
72
|
-
return _CompactHorizontalBar
|
|
71
|
+
get: function () {
|
|
72
|
+
return _CompactHorizontalBar.default;
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "Donut", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function
|
|
78
|
-
return _Donut
|
|
77
|
+
get: function () {
|
|
78
|
+
return _Donut.default;
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "GroupBar", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function
|
|
84
|
-
return _GroupBar
|
|
83
|
+
get: function () {
|
|
84
|
+
return _GroupBar.default;
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "HorizontalBar", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function
|
|
90
|
-
return _HorizontalBar
|
|
89
|
+
get: function () {
|
|
90
|
+
return _HorizontalBar.default;
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "Line", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function
|
|
96
|
-
return _Line
|
|
95
|
+
get: function () {
|
|
96
|
+
return _Line.default;
|
|
97
97
|
}
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "Plot", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function
|
|
102
|
-
return _Plot
|
|
101
|
+
get: function () {
|
|
102
|
+
return _Plot.default;
|
|
103
103
|
}
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(exports, "PlotEventEmitter", {
|
|
106
106
|
enumerable: true,
|
|
107
|
-
get: function
|
|
107
|
+
get: function () {
|
|
108
108
|
return _utils.PlotEventEmitter;
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "Radar", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function
|
|
114
|
-
return _Radar
|
|
113
|
+
get: function () {
|
|
114
|
+
return _Radar.default;
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(exports, "RadialTree", {
|
|
118
118
|
enumerable: true,
|
|
119
|
-
get: function
|
|
120
|
-
return _RadialTree
|
|
119
|
+
get: function () {
|
|
120
|
+
return _RadialTree.default;
|
|
121
121
|
}
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "ResponsiveContainer", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function
|
|
126
|
-
return _ResponsiveContainer
|
|
125
|
+
get: function () {
|
|
126
|
+
return _ResponsiveContainer.default;
|
|
127
127
|
}
|
|
128
128
|
});
|
|
129
129
|
Object.defineProperty(exports, "ScatterPlot", {
|
|
130
130
|
enumerable: true,
|
|
131
|
-
get: function
|
|
132
|
-
return _ScatterPlot
|
|
131
|
+
get: function () {
|
|
132
|
+
return _ScatterPlot.default;
|
|
133
133
|
}
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "StackBar", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function
|
|
138
|
-
return _StackBar
|
|
137
|
+
get: function () {
|
|
138
|
+
return _StackBar.default;
|
|
139
139
|
}
|
|
140
140
|
});
|
|
141
141
|
Object.defineProperty(exports, "StackGroupBar", {
|
|
142
142
|
enumerable: true,
|
|
143
|
-
get: function
|
|
144
|
-
return _StackGroupBar
|
|
143
|
+
get: function () {
|
|
144
|
+
return _StackGroupBar.default;
|
|
145
145
|
}
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "StackedArea", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function
|
|
150
|
-
return _StackedArea
|
|
149
|
+
get: function () {
|
|
150
|
+
return _StackedArea.default;
|
|
151
151
|
}
|
|
152
152
|
});
|
|
153
153
|
Object.defineProperty(exports, "Tooltip", {
|
|
154
154
|
enumerable: true,
|
|
155
|
-
get: function
|
|
156
|
-
return _Tooltip
|
|
155
|
+
get: function () {
|
|
156
|
+
return _Tooltip.default;
|
|
157
157
|
}
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "Venn", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function
|
|
162
|
-
return _Venn
|
|
161
|
+
get: function () {
|
|
162
|
+
return _Venn.default;
|
|
163
163
|
}
|
|
164
164
|
});
|
|
165
165
|
Object.defineProperty(exports, "makeDataHintsContainer", {
|
|
166
166
|
enumerable: true,
|
|
167
|
-
get: function
|
|
167
|
+
get: function () {
|
|
168
168
|
return _hints.makeDataHintsContainer;
|
|
169
169
|
}
|
|
170
170
|
});
|
|
@@ -177,7 +177,7 @@ Object.keys(_Plot).forEach(function (key) {
|
|
|
177
177
|
if (key in exports && exports[key] === _Plot[key]) return;
|
|
178
178
|
Object.defineProperty(exports, key, {
|
|
179
179
|
enumerable: true,
|
|
180
|
-
get: function
|
|
180
|
+
get: function () {
|
|
181
181
|
return _Plot[key];
|
|
182
182
|
}
|
|
183
183
|
});
|
|
@@ -189,7 +189,7 @@ Object.keys(_Axis).forEach(function (key) {
|
|
|
189
189
|
if (key in exports && exports[key] === _Axis[key]) return;
|
|
190
190
|
Object.defineProperty(exports, key, {
|
|
191
191
|
enumerable: true,
|
|
192
|
-
get: function
|
|
192
|
+
get: function () {
|
|
193
193
|
return _Axis[key];
|
|
194
194
|
}
|
|
195
195
|
});
|
|
@@ -201,7 +201,7 @@ Object.keys(_Hover).forEach(function (key) {
|
|
|
201
201
|
if (key in exports && exports[key] === _Hover[key]) return;
|
|
202
202
|
Object.defineProperty(exports, key, {
|
|
203
203
|
enumerable: true,
|
|
204
|
-
get: function
|
|
204
|
+
get: function () {
|
|
205
205
|
return _Hover[key];
|
|
206
206
|
}
|
|
207
207
|
});
|
|
@@ -213,7 +213,7 @@ Object.keys(_ResponsiveContainer).forEach(function (key) {
|
|
|
213
213
|
if (key in exports && exports[key] === _ResponsiveContainer[key]) return;
|
|
214
214
|
Object.defineProperty(exports, key, {
|
|
215
215
|
enumerable: true,
|
|
216
|
-
get: function
|
|
216
|
+
get: function () {
|
|
217
217
|
return _ResponsiveContainer[key];
|
|
218
218
|
}
|
|
219
219
|
});
|
|
@@ -225,7 +225,7 @@ Object.keys(_Line).forEach(function (key) {
|
|
|
225
225
|
if (key in exports && exports[key] === _Line[key]) return;
|
|
226
226
|
Object.defineProperty(exports, key, {
|
|
227
227
|
enumerable: true,
|
|
228
|
-
get: function
|
|
228
|
+
get: function () {
|
|
229
229
|
return _Line[key];
|
|
230
230
|
}
|
|
231
231
|
});
|
|
@@ -237,7 +237,7 @@ Object.keys(_Bar).forEach(function (key) {
|
|
|
237
237
|
if (key in exports && exports[key] === _Bar[key]) return;
|
|
238
238
|
Object.defineProperty(exports, key, {
|
|
239
239
|
enumerable: true,
|
|
240
|
-
get: function
|
|
240
|
+
get: function () {
|
|
241
241
|
return _Bar[key];
|
|
242
242
|
}
|
|
243
243
|
});
|
|
@@ -249,7 +249,7 @@ Object.keys(_HorizontalBar).forEach(function (key) {
|
|
|
249
249
|
if (key in exports && exports[key] === _HorizontalBar[key]) return;
|
|
250
250
|
Object.defineProperty(exports, key, {
|
|
251
251
|
enumerable: true,
|
|
252
|
-
get: function
|
|
252
|
+
get: function () {
|
|
253
253
|
return _HorizontalBar[key];
|
|
254
254
|
}
|
|
255
255
|
});
|
|
@@ -261,7 +261,7 @@ Object.keys(_CompactHorizontalBar).forEach(function (key) {
|
|
|
261
261
|
if (key in exports && exports[key] === _CompactHorizontalBar[key]) return;
|
|
262
262
|
Object.defineProperty(exports, key, {
|
|
263
263
|
enumerable: true,
|
|
264
|
-
get: function
|
|
264
|
+
get: function () {
|
|
265
265
|
return _CompactHorizontalBar[key];
|
|
266
266
|
}
|
|
267
267
|
});
|
|
@@ -273,7 +273,7 @@ Object.keys(_GroupBar).forEach(function (key) {
|
|
|
273
273
|
if (key in exports && exports[key] === _GroupBar[key]) return;
|
|
274
274
|
Object.defineProperty(exports, key, {
|
|
275
275
|
enumerable: true,
|
|
276
|
-
get: function
|
|
276
|
+
get: function () {
|
|
277
277
|
return _GroupBar[key];
|
|
278
278
|
}
|
|
279
279
|
});
|
|
@@ -285,7 +285,7 @@ Object.keys(_StackBar).forEach(function (key) {
|
|
|
285
285
|
if (key in exports && exports[key] === _StackBar[key]) return;
|
|
286
286
|
Object.defineProperty(exports, key, {
|
|
287
287
|
enumerable: true,
|
|
288
|
-
get: function
|
|
288
|
+
get: function () {
|
|
289
289
|
return _StackBar[key];
|
|
290
290
|
}
|
|
291
291
|
});
|
|
@@ -297,7 +297,7 @@ Object.keys(_Area).forEach(function (key) {
|
|
|
297
297
|
if (key in exports && exports[key] === _Area[key]) return;
|
|
298
298
|
Object.defineProperty(exports, key, {
|
|
299
299
|
enumerable: true,
|
|
300
|
-
get: function
|
|
300
|
+
get: function () {
|
|
301
301
|
return _Area[key];
|
|
302
302
|
}
|
|
303
303
|
});
|
|
@@ -309,7 +309,7 @@ Object.keys(_StackedArea).forEach(function (key) {
|
|
|
309
309
|
if (key in exports && exports[key] === _StackedArea[key]) return;
|
|
310
310
|
Object.defineProperty(exports, key, {
|
|
311
311
|
enumerable: true,
|
|
312
|
-
get: function
|
|
312
|
+
get: function () {
|
|
313
313
|
return _StackedArea[key];
|
|
314
314
|
}
|
|
315
315
|
});
|
|
@@ -321,7 +321,7 @@ Object.keys(_Radar).forEach(function (key) {
|
|
|
321
321
|
if (key in exports && exports[key] === _Radar[key]) return;
|
|
322
322
|
Object.defineProperty(exports, key, {
|
|
323
323
|
enumerable: true,
|
|
324
|
-
get: function
|
|
324
|
+
get: function () {
|
|
325
325
|
return _Radar[key];
|
|
326
326
|
}
|
|
327
327
|
});
|
|
@@ -333,7 +333,7 @@ Object.keys(_Donut).forEach(function (key) {
|
|
|
333
333
|
if (key in exports && exports[key] === _Donut[key]) return;
|
|
334
334
|
Object.defineProperty(exports, key, {
|
|
335
335
|
enumerable: true,
|
|
336
|
-
get: function
|
|
336
|
+
get: function () {
|
|
337
337
|
return _Donut[key];
|
|
338
338
|
}
|
|
339
339
|
});
|
|
@@ -345,7 +345,7 @@ Object.keys(_Tooltip).forEach(function (key) {
|
|
|
345
345
|
if (key in exports && exports[key] === _Tooltip[key]) return;
|
|
346
346
|
Object.defineProperty(exports, key, {
|
|
347
347
|
enumerable: true,
|
|
348
|
-
get: function
|
|
348
|
+
get: function () {
|
|
349
349
|
return _Tooltip[key];
|
|
350
350
|
}
|
|
351
351
|
});
|
|
@@ -357,7 +357,7 @@ Object.keys(_ScatterPlot).forEach(function (key) {
|
|
|
357
357
|
if (key in exports && exports[key] === _ScatterPlot[key]) return;
|
|
358
358
|
Object.defineProperty(exports, key, {
|
|
359
359
|
enumerable: true,
|
|
360
|
-
get: function
|
|
360
|
+
get: function () {
|
|
361
361
|
return _ScatterPlot[key];
|
|
362
362
|
}
|
|
363
363
|
});
|
|
@@ -369,7 +369,7 @@ Object.keys(_Bubble).forEach(function (key) {
|
|
|
369
369
|
if (key in exports && exports[key] === _Bubble[key]) return;
|
|
370
370
|
Object.defineProperty(exports, key, {
|
|
371
371
|
enumerable: true,
|
|
372
|
-
get: function
|
|
372
|
+
get: function () {
|
|
373
373
|
return _Bubble[key];
|
|
374
374
|
}
|
|
375
375
|
});
|
|
@@ -381,7 +381,7 @@ Object.keys(_Reference).forEach(function (key) {
|
|
|
381
381
|
if (key in exports && exports[key] === _Reference[key]) return;
|
|
382
382
|
Object.defineProperty(exports, key, {
|
|
383
383
|
enumerable: true,
|
|
384
|
-
get: function
|
|
384
|
+
get: function () {
|
|
385
385
|
return _Reference[key];
|
|
386
386
|
}
|
|
387
387
|
});
|
|
@@ -393,7 +393,7 @@ Object.keys(_Venn).forEach(function (key) {
|
|
|
393
393
|
if (key in exports && exports[key] === _Venn[key]) return;
|
|
394
394
|
Object.defineProperty(exports, key, {
|
|
395
395
|
enumerable: true,
|
|
396
|
-
get: function
|
|
396
|
+
get: function () {
|
|
397
397
|
return _Venn[key];
|
|
398
398
|
}
|
|
399
399
|
});
|
|
@@ -405,7 +405,7 @@ Object.keys(_RadialTree).forEach(function (key) {
|
|
|
405
405
|
if (key in exports && exports[key] === _RadialTree[key]) return;
|
|
406
406
|
Object.defineProperty(exports, key, {
|
|
407
407
|
enumerable: true,
|
|
408
|
-
get: function
|
|
408
|
+
get: function () {
|
|
409
409
|
return _RadialTree[key];
|
|
410
410
|
}
|
|
411
411
|
});
|
|
@@ -418,7 +418,7 @@ Object.keys(_LegendFlex).forEach(function (key) {
|
|
|
418
418
|
if (key in exports && exports[key] === _LegendFlex[key]) return;
|
|
419
419
|
Object.defineProperty(exports, key, {
|
|
420
420
|
enumerable: true,
|
|
421
|
-
get: function
|
|
421
|
+
get: function () {
|
|
422
422
|
return _LegendFlex[key];
|
|
423
423
|
}
|
|
424
424
|
});
|
|
@@ -430,7 +430,7 @@ Object.keys(_LegendTable).forEach(function (key) {
|
|
|
430
430
|
if (key in exports && exports[key] === _LegendTable[key]) return;
|
|
431
431
|
Object.defineProperty(exports, key, {
|
|
432
432
|
enumerable: true,
|
|
433
|
-
get: function
|
|
433
|
+
get: function () {
|
|
434
434
|
return _LegendTable[key];
|
|
435
435
|
}
|
|
436
436
|
});
|
|
@@ -442,7 +442,7 @@ Object.keys(_LegendItem).forEach(function (key) {
|
|
|
442
442
|
if (key in exports && exports[key] === _LegendItem[key]) return;
|
|
443
443
|
Object.defineProperty(exports, key, {
|
|
444
444
|
enumerable: true,
|
|
445
|
-
get: function
|
|
445
|
+
get: function () {
|
|
446
446
|
return _LegendItem[key];
|
|
447
447
|
}
|
|
448
448
|
});
|
|
@@ -454,7 +454,7 @@ Object.keys(_Pattern).forEach(function (key) {
|
|
|
454
454
|
if (key in exports && exports[key] === _Pattern[key]) return;
|
|
455
455
|
Object.defineProperty(exports, key, {
|
|
456
456
|
enumerable: true,
|
|
457
|
-
get: function
|
|
457
|
+
get: function () {
|
|
458
458
|
return _Pattern[key];
|
|
459
459
|
}
|
|
460
460
|
});
|
|
@@ -467,7 +467,7 @@ Object.keys(_AbstractChart).forEach(function (key) {
|
|
|
467
467
|
if (key in exports && exports[key] === _AbstractChart[key]) return;
|
|
468
468
|
Object.defineProperty(exports, key, {
|
|
469
469
|
enumerable: true,
|
|
470
|
-
get: function
|
|
470
|
+
get: function () {
|
|
471
471
|
return _AbstractChart[key];
|
|
472
472
|
}
|
|
473
473
|
});
|
|
@@ -479,7 +479,7 @@ Object.keys(_LineChart).forEach(function (key) {
|
|
|
479
479
|
if (key in exports && exports[key] === _LineChart[key]) return;
|
|
480
480
|
Object.defineProperty(exports, key, {
|
|
481
481
|
enumerable: true,
|
|
482
|
-
get: function
|
|
482
|
+
get: function () {
|
|
483
483
|
return _LineChart[key];
|
|
484
484
|
}
|
|
485
485
|
});
|
|
@@ -491,7 +491,7 @@ Object.keys(_BarChart).forEach(function (key) {
|
|
|
491
491
|
if (key in exports && exports[key] === _BarChart[key]) return;
|
|
492
492
|
Object.defineProperty(exports, key, {
|
|
493
493
|
enumerable: true,
|
|
494
|
-
get: function
|
|
494
|
+
get: function () {
|
|
495
495
|
return _BarChart[key];
|
|
496
496
|
}
|
|
497
497
|
});
|
|
@@ -503,7 +503,7 @@ Object.keys(_HistogramChart).forEach(function (key) {
|
|
|
503
503
|
if (key in exports && exports[key] === _HistogramChart[key]) return;
|
|
504
504
|
Object.defineProperty(exports, key, {
|
|
505
505
|
enumerable: true,
|
|
506
|
-
get: function
|
|
506
|
+
get: function () {
|
|
507
507
|
return _HistogramChart[key];
|
|
508
508
|
}
|
|
509
509
|
});
|
|
@@ -515,7 +515,7 @@ Object.keys(_CompactHorizontalBarChart).forEach(function (key) {
|
|
|
515
515
|
if (key in exports && exports[key] === _CompactHorizontalBarChart[key]) return;
|
|
516
516
|
Object.defineProperty(exports, key, {
|
|
517
517
|
enumerable: true,
|
|
518
|
-
get: function
|
|
518
|
+
get: function () {
|
|
519
519
|
return _CompactHorizontalBarChart[key];
|
|
520
520
|
}
|
|
521
521
|
});
|
|
@@ -527,7 +527,7 @@ Object.keys(_ScatterPlotChart).forEach(function (key) {
|
|
|
527
527
|
if (key in exports && exports[key] === _ScatterPlotChart[key]) return;
|
|
528
528
|
Object.defineProperty(exports, key, {
|
|
529
529
|
enumerable: true,
|
|
530
|
-
get: function
|
|
530
|
+
get: function () {
|
|
531
531
|
return _ScatterPlotChart[key];
|
|
532
532
|
}
|
|
533
533
|
});
|
|
@@ -539,7 +539,7 @@ Object.keys(_AreaChart).forEach(function (key) {
|
|
|
539
539
|
if (key in exports && exports[key] === _AreaChart[key]) return;
|
|
540
540
|
Object.defineProperty(exports, key, {
|
|
541
541
|
enumerable: true,
|
|
542
|
-
get: function
|
|
542
|
+
get: function () {
|
|
543
543
|
return _AreaChart[key];
|
|
544
544
|
}
|
|
545
545
|
});
|
|
@@ -551,7 +551,7 @@ Object.keys(_BubbleChart).forEach(function (key) {
|
|
|
551
551
|
if (key in exports && exports[key] === _BubbleChart[key]) return;
|
|
552
552
|
Object.defineProperty(exports, key, {
|
|
553
553
|
enumerable: true,
|
|
554
|
-
get: function
|
|
554
|
+
get: function () {
|
|
555
555
|
return _BubbleChart[key];
|
|
556
556
|
}
|
|
557
557
|
});
|
|
@@ -563,7 +563,7 @@ Object.keys(_DonutChart).forEach(function (key) {
|
|
|
563
563
|
if (key in exports && exports[key] === _DonutChart[key]) return;
|
|
564
564
|
Object.defineProperty(exports, key, {
|
|
565
565
|
enumerable: true,
|
|
566
|
-
get: function
|
|
566
|
+
get: function () {
|
|
567
567
|
return _DonutChart[key];
|
|
568
568
|
}
|
|
569
569
|
});
|
|
@@ -575,7 +575,7 @@ Object.keys(_VennChart).forEach(function (key) {
|
|
|
575
575
|
if (key in exports && exports[key] === _VennChart[key]) return;
|
|
576
576
|
Object.defineProperty(exports, key, {
|
|
577
577
|
enumerable: true,
|
|
578
|
-
get: function
|
|
578
|
+
get: function () {
|
|
579
579
|
return _VennChart[key];
|
|
580
580
|
}
|
|
581
581
|
});
|
|
@@ -587,7 +587,7 @@ Object.keys(_RadarChart).forEach(function (key) {
|
|
|
587
587
|
if (key in exports && exports[key] === _RadarChart[key]) return;
|
|
588
588
|
Object.defineProperty(exports, key, {
|
|
589
589
|
enumerable: true,
|
|
590
|
-
get: function
|
|
590
|
+
get: function () {
|
|
591
591
|
return _RadarChart[key];
|
|
592
592
|
}
|
|
593
593
|
});
|
|
@@ -599,7 +599,7 @@ Object.keys(_CigaretteChart).forEach(function (key) {
|
|
|
599
599
|
if (key in exports && exports[key] === _CigaretteChart[key]) return;
|
|
600
600
|
Object.defineProperty(exports, key, {
|
|
601
601
|
enumerable: true,
|
|
602
|
-
get: function
|
|
602
|
+
get: function () {
|
|
603
603
|
return _CigaretteChart[key];
|
|
604
604
|
}
|
|
605
605
|
});
|