Skip to content

Commit

Permalink
[vega-embed] update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsa-aerial committed Dec 9, 2018
1 parent b2ff2cc commit 67f1956
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 9 deletions.
2 changes: 1 addition & 1 deletion vega-embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[](dependency)
```clojure
[cljsjs/vega-embed "3.24.1-0"] ;; latest release
[cljsjs/vega-embed "3.26.0-0"] ;; latest release
```
[](/dependency)

Expand Down
9 changes: 5 additions & 4 deletions vega-embed/build.boot
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
(set-env!
:resource-paths #{"resources"}
:dependencies '[[cljsjs/boot-cljsjs "0.10.3" :scope "test"]
[cljsjs/vega "4.3.0-0"]])
[cljsjs/vega "4.4.0-0"]
[cljsjs/vega-lite "3.0.0-rc10-0"]])

(require '[cljsjs.boot-cljsjs.packaging :refer :all])

(def +lib-version+ "3.24.1")
(def +lib-version+ "3.26.0")
(def +version+ (str +lib-version+ "-0"))

(task-options!
Expand All @@ -20,10 +21,10 @@
(comp
(download
:url (format "https://unpkg.com/vega-embed@%s/build/vega-embed.js" +lib-version+)
:checksum "062C4B09891E5E7D1893301A7092F27B")
:checksum "F19B68E44197E68EFF6F3CA9853E22F4")
(download
:url (format "https://unpkg.com/vega-embed@%s/build/vega-embed.min.js" +lib-version+)
:checksum "DDEAF3AA0801E95A9ADDCA558FEBE130")
:checksum "F5A79DB2A11969A205EC0222E28D9EFB")
(download
:url (format "https://unpkg.com/vega-embed@%s/vega-embed.css" +lib-version+)
:checksum "CFA09422ACF13696B84282A5FCE9267A")
Expand Down
71 changes: 67 additions & 4 deletions vega-embed/resources/cljsjs/vega-embed/common/vega-embed.ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ var vegaEmbed = {
"font": function () {},
"fontFamily": function () {},
"fontSize": function () {},
"format": {
"csv": function () {},
"dsv": function () {},
"json": function () {},
"topojson": function () {},
"tsv": function () {}
},
"formatLocale": function () {},
"formats": function () {},
"id": {
Expand Down Expand Up @@ -820,6 +827,7 @@ var vegaEmbed = {
"COLUMN": {},
"DETAIL": {},
"FILL": {},
"FILLOPACITY": {},
"HREF": {},
"KEY": {},
"LATITUDE": {},
Expand All @@ -832,15 +840,22 @@ var vegaEmbed = {
"SHAPE": {},
"SIZE": {},
"STROKE": {},
"STROKEOPACITY": {},
"STROKEWIDTH": {},
"TEXT": {},
"TOOLTIP": {},
"X": {},
"X2": {},
"XERROR": {},
"XERROR2": {},
"Y": {},
"Y2": {}
"Y2": {},
"YERROR": {},
"YERROR2": {}
},
"DETAIL": {},
"FILL": {},
"FILLOPACITY": {},
"GEOPOSITION_CHANNELS": {},
"GEOPOSITION_CHANNEL_INDEX": {
"latitude": {},
Expand All @@ -865,13 +880,19 @@ var vegaEmbed = {
"SINGLE_DEF_CHANNELS": {},
"SIZE": {},
"STROKE": {},
"STROKEOPACITY": {},
"STROKEWIDTH": {},
"TEXT": {},
"TOOLTIP": {},
"UNIT_CHANNELS": {},
"X": {},
"X2": {},
"XERROR": {},
"XERROR2": {},
"Y": {},
"Y2": {},
"YERROR": {},
"YERROR2": {},
"getSupportedMark": function () {},
"isChannel": function () {},
"isColorChannel": function () {},
Expand Down Expand Up @@ -931,7 +952,12 @@ var vegaEmbed = {
},
"geoshape": {},
"invalidValues": {},
"legend": {},
"legend": {
"gradientHorizontalMaxLength": {},
"gradientHorizontalMinLength": {},
"gradientVerticalMaxLength": {},
"gradientVerticalMinLength": {}
},
"line": {},
"mark": {
"color": {},
Expand Down Expand Up @@ -1107,7 +1133,12 @@ var vegaEmbed = {
"legend": {
"LEGEND_PROPERTIES": {},
"VG_LEGEND_PROPERTIES": {},
"defaultLegendConfig": {}
"defaultLegendConfig": {
"gradientHorizontalMaxLength": {},
"gradientHorizontalMinLength": {},
"gradientVerticalMaxLength": {},
"gradientVerticalMinLength": {}
}
},
"mark": {
"AREA": {},
Expand Down Expand Up @@ -1185,6 +1216,16 @@ var vegaEmbed = {
"color_quantitative_bin": {},
"color_temporal": {},
"color_temporal_bin": {},
"fillOpacity_geojson": {},
"fillOpacity_geojson_bin": {},
"fillOpacity_nominal": {},
"fillOpacity_nominal_bin": {},
"fillOpacity_ordinal": {},
"fillOpacity_ordinal_bin": {},
"fillOpacity_quantitative": {},
"fillOpacity_quantitative_bin": {},
"fillOpacity_temporal": {},
"fillOpacity_temporal_bin": {},
"fill_geojson": {},
"fill_geojson_bin": {},
"fill_nominal": {},
Expand Down Expand Up @@ -1221,6 +1262,26 @@ var vegaEmbed = {
"size_quantitative_bin": {},
"size_temporal": {},
"size_temporal_bin": {},
"strokeOpacity_geojson": {},
"strokeOpacity_geojson_bin": {},
"strokeOpacity_nominal": {},
"strokeOpacity_nominal_bin": {},
"strokeOpacity_ordinal": {},
"strokeOpacity_ordinal_bin": {},
"strokeOpacity_quantitative": {},
"strokeOpacity_quantitative_bin": {},
"strokeOpacity_temporal": {},
"strokeOpacity_temporal_bin": {},
"strokeWidth_geojson": {},
"strokeWidth_geojson_bin": {},
"strokeWidth_nominal": {},
"strokeWidth_nominal_bin": {},
"strokeWidth_ordinal": {},
"strokeWidth_ordinal_bin": {},
"strokeWidth_quantitative": {},
"strokeWidth_quantitative_bin": {},
"strokeWidth_temporal": {},
"strokeWidth_temporal_bin": {},
"stroke_geojson": {},
"stroke_geojson_bin": {},
"stroke_nominal": {},
Expand Down Expand Up @@ -1339,6 +1400,7 @@ var vegaEmbed = {
"MINUTESSECONDS": {},
"MONTH": {},
"MONTHDATE": {},
"MONTHDATEHOURS": {},
"QUARTER": {},
"QUARTERMONTH": {},
"SECONDS": {},
Expand All @@ -1353,6 +1415,7 @@ var vegaEmbed = {
"UTCMINUTESSECONDS": {},
"UTCMONTH": {},
"UTCMONTHDATE": {},
"UTCMONTHDATEHOURS": {},
"UTCQUARTER": {},
"UTCQUARTERMONTH": {},
"UTCSECONDS": {},
Expand Down Expand Up @@ -1432,7 +1495,6 @@ var vegaEmbed = {
"contains": function () {},
"deepEqual": function () {},
"deleteNestedProperty": function () {},
"differ": function () {},
"differArray": function () {},
"duplicate": function () {},
"entries": function () {},
Expand All @@ -1446,6 +1508,7 @@ var vegaEmbed = {
"hasIntersection": function () {},
"hash": function () {},
"isBoolean": function () {},
"isEqual": function () {},
"isNumeric": function () {},
"keys": function () {},
"logicalExpr": function () {},
Expand Down

0 comments on commit 67f1956

Please sign in to comment.