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.
2 parents a197940 + 9227c4e commit 8262f6dCopy full SHA for 8262f6d
src/VegaChart.tsx
@@ -89,6 +89,7 @@ export const VegaChart: FC<VegaChartProps> = ({
89
}
90
embed(containerRef.current, specCopy, {
91
actions: false,
92
+ ast: true,
93
config,
94
expressionFunctions: {
95
...expressionFunctions,
src/index.ts
@@ -12,5 +12,6 @@
12
13
export * from './components';
14
export * from './Chart';
15
+export * from './locales';
16
export * from './themes';
17
export * from './types/';
0 commit comments