Dylan Wootton

Results 7 issues of Dylan Wootton

Added the interactive aggregation threshold example [from this demo](https://x.com/WoottonDylan/status/1708842645202891029?s=20). ![2023-10-02 09 20 42](https://github.com/vega/vega-lite/assets/30129761/49156159-a68a-4c58-b84e-f28a3059be8c)

Currently, [properties of the bin transform](https://vega.github.io/vega-lite/docs/bin.html#bin-parameters) currently take specific property types like Numbers; however, using those primitive types instead of vega expressions restricts the ability to use parameters to customize...

Enhancement :tada:

## Bug Description When setting a bin parameter to a signal value, the transformed dataset compiles the signal name to __object_Object__ instead of using the signal name. As such, any...

Bug :bug:

When npm installing with node v16.13.1, I recieve this error: Invalid response body while trying to fetch https://registry.npmjs.org/@hubspot%2fwebpack-cms-plugins: aborted

## Description The example notebook embedded in "[configuration" in the docs](https://jupyterlite-sphinx.readthedocs.io/en/latest/configuration.html) doesn't work for me. ## Reproduce Go to configuration page: https://jupyterlite-sphinx.readthedocs.io/en/latest/configuration.html Try to use the jupyterlite notebook. For me...

bug

Seems like imputation over time units is a somewhat [frequently](https://github.com/vega/vega-lite/issues/6592) [requested](https://vega-js.slack.com/archives/C0NG6SXNZ/p1732756299096689) feature. Would there by any issue with allowing the impute transform's keyVals to take arguments for generating either a...

Enhancement :tada:

This PR introduces support for defining explicit thresholds as a parameter in Vega's bin transform. Current bin parameters are insufficient to set custom bin thresholds via signal values or irregular...

enhancement