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 c9cbe06 commit 9d73440Copy full SHA for 9d73440
js/vegaexpr.ts
@@ -16,7 +16,7 @@ import { MODULE_NAME, MODULE_VERSION } from './version';
16
const locale = vegaFormat.defaultLocale();
17
const dataflow = { context: { dataflow: { locale: () => locale } } };
18
vegaFunctions.functionContext.format = vegaFunctions.functionContext.format.bind(
19
- dataflow
+ dataflow,
20
);
21
22
export class VegaExprModel extends WidgetModel {
0 commit comments