We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1ddb7 commit 6df856bCopy full SHA for 6df856b
packages/charts/src/index.ts
@@ -11,6 +11,7 @@ import { PieChart } from './lib/PieChart';
11
import { PieChartPlaceholder } from './lib/PieChartPlaceholder';
12
import { RadarChart } from './lib/RadarChart';
13
import { RadialChart } from './lib/RadialChart';
14
+import { ScatterChart } from './lib/ScatterChart';
15
16
export {
17
ColumnChart,
@@ -21,6 +22,7 @@ export {
21
22
RadarChart,
23
RadialChart,
24
MicroBarChart,
25
+ ScatterChart,
26
BarChartPlaceholder,
27
ColumnChartPlaceholder,
28
LineChartPlaceholder,
0 commit comments