Skip to content

Commit 8262f6d

Browse files
authored
Merge pull request #470 from adobe/exportLocales
Export locales
2 parents a197940 + 9227c4e commit 8262f6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/VegaChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const VegaChart: FC<VegaChartProps> = ({
8989
}
9090
embed(containerRef.current, specCopy, {
9191
actions: false,
92+
ast: true,
9293
config,
9394
expressionFunctions: {
9495
...expressionFunctions,

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212

1313
export * from './components';
1414
export * from './Chart';
15+
export * from './locales';
1516
export * from './themes';
1617
export * from './types/';

0 commit comments

Comments
 (0)