Skip to content

Commit

Permalink
Use vega-lite with ES5 mode- not released yet
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Apr 3, 2020
1 parent 156fa69 commit 32f4ca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
{
$schema: https://vega.github.io/schema/vega-lite/v2.json
$schema: https://vega.github.io/schema/vega-lite/v3.json
data: {
format: {property: "aggregations.time_buckets.buckets"}
values: {
Expand Down
Expand Up @@ -19,7 +19,7 @@

import _ from 'lodash';
import { logger as vegaLogger, Warn, version as vegaVersion } from 'vega/build-es5/vega.js';
import { version as vegaLiteVersion, compile } from 'vega-lite';
import { version as vegaLiteVersion, compile } from 'vega-lite/build-es5/vega-lite.js';
import schemaParser from 'vega-schema-url-parser';
import versionCompare from 'compare-versions';
import { EsQueryParser } from './es_query_parser';
Expand Down
Expand Up @@ -27,7 +27,7 @@ import {
loader as vegaLoader,
version as vegaVersion,
} from 'vega/build-es5/vega.js';
import { version as vegaLiteVersion } from 'vega-lite';
import { version as vegaLiteVersion } from 'vega-lite/build-es5/vega-lite.js';
import { Utils } from '../data_model/utils';
import { VISUALIZATION_COLORS } from '@elastic/eui';
import { i18n } from '@kbn/i18n';
Expand Down

0 comments on commit 32f4ca4

Please sign in to comment.