Skip to content

Conversation

@hydrosquall
Copy link
Member

@hydrosquall hydrosquall commented Jun 7, 2025

PR Description

Changes

Testing

{
  "$schema": "https://vega.github.io/schema/vega-lite/v6.json",
  "data": {
    "url": "https://vega.github.io/vega-lite/data/cars.json"
  },
  "params": [
    {
      "name": "brush",
      "select": "region"
    }
  ],
  "mark": "point",
  "encoding": {
    "x": {
      "field": "Horsepower",
      "type": "quantitative"
    },
    "y": {
      "field": "Miles_per_Gallon",
      "type": "quantitative"
    },
    "color": {
      "condition": {
        "param": "brush",
        "field": "Cylinders",
        "type": "ordinal"
      },
      "value": "grey"
    }
  }
}

@hydrosquall hydrosquall force-pushed the cameron.yick/redo-region-lasso branch from 58d4643 to dfd52e2 Compare June 7, 2025 04:47
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jun 7, 2025

Deploying vega-lite with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6bd4cf2
Status: ✅  Deploy successful!
Preview URL: https://212bedf5.vega-lite.pages.dev
Branch Preview URL: https://cameron-yick-redo-region-las.vega-lite.pages.dev

View logs

@hydrosquall hydrosquall changed the title feat(dataviz): redo lasso feat(dataviz): redo region selection Jun 7, 2025
@hydrosquall hydrosquall force-pushed the cameron.yick/redo-region-lasso branch 15 times, most recently from 424d971 to c1e6560 Compare June 7, 2025 15:19
@hydrosquall hydrosquall force-pushed the cameron.yick/redo-region-lasso branch from c1e6560 to 6bd4cf2 Compare June 7, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants