Socket
Socket
Sign inDemoInstall

vega-lite

Package Overview
Dependencies
Maintainers
2
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-lite - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

examples/specs/bar_aggregate_vertical.json

12

examples/specs/histogram.json
{
"data": {"url": "data/cars.json"},
"data": {"url": "data/movies.json"},
"mark": "bar",
"encoding": {
"x": {
"bin": {"maxbins": 15},
"field": "Horsepower",
"bin": {"maxbins": 10},
"field": "IMDB_Rating",
"type": "quantitative"
},
"y": {"aggregate": "count", "field": "*", "type": "quantitative"}
"y": {
"aggregate": "count",
"field": "*",
"type": "quantitative"
}
}
}
{
"data": {"url": "data/cars.json"},
"data": {"url": "data/movies.json"},
"mark": "point",
"encoding": {
"x": {"bin": {"maxbins": 10}, "field": "Displacement", "type": "quantitative"},
"y": {"bin": {"maxbins": 10}, "field": "Miles_per_Gallon", "type": "quantitative"},
"size": {"aggregate": "count", "field": "*", "type": "quantitative"}
"x": {
"bin": {"maxbins": 10},
"field": "IMDB_Rating",
"type": "quantitative"
},
"y": {
"bin": {"maxbins": 10},
"field": "Rotten_Tomatoes_Rating",
"type": "quantitative"
},
"size": {
"aggregate": "count",
"field": "*", "type":
"quantitative"
}
}
}

@@ -7,3 +7,3 @@ {

"galleryParameters": {
"backgroundPosition": "-5% 50%"
"backgroundPosition": "25% 50%"
}

@@ -28,2 +28,14 @@ },

{
"name": "circle",
"title": "Scatterplot with Filled Circles"
},
{
"name": "scatter_binned",
"title": "Binned Scatterplot",
"galleryParameters": {
"backgroundSize": "150%",
"backgroundPosition": "1% 26%"
}
},
{
"name": "scatter_colored_with_shape",

@@ -182,3 +194,3 @@ "title": "Colored Scatterplot",

"name": "trellis_barley",
"title": "Becker's Barley",
"title": "Becker's Barley Trellis Plot",
"galleryParameters": {

@@ -185,0 +197,0 @@ "backgroundSize": "150%",

{
"name": "vega-lite",
"author": "Jeffrey Heer, Dominik Moritz, Kanit \"Ham\" Wongsuphasawat",
"version": "1.0.3",
"version": "1.0.5",
"collaborators": [

@@ -54,2 +54,3 @@ "Kanit Wongsuphasawat <kanitw@gmail.com> (http://kanitw.yellowpigz.com)",

"chai": "^3.5.0",
"exorcist": "^0.4.0",
"istanbul": "^0.4.2",

@@ -56,0 +57,0 @@ "json-diff": "^0.3.1",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc