Chenxu Liu
Chenxu Liu
I'd like to add a feature to **hide/filter out zero/null values** in the tooltip, and potentially **sort the tooltip by the value of each field/column**. Here's an example: Basically I...
**Parameter signatures**: **Filter** - added as a parameter for each tooltip object in the tooltip array: `{"field": "type1", "type": "quantitative", "**filter**": {"operator": ">", "literal": 0}` **Sort** - added as a...
Linked by https://github.com/vega/vega-lite/issues/9152, https://github.com/vega/vega-lite/pull/9148, https://github.com/vega/vega-tooltip/pull/820.
Hi altair folks, Related to this https://github.com/vega/vega-tooltip/pull/820. I can test it in vega editor. But I'd like to know how can I test the changes in vega-tooltip using altair? That...
Error message: `SchemaValidationError: Tooltip has no parameter named 'condition' Existing parameter names are: shorthand bin format title aggregate condition formatType type bandPosition field timeUnit See the help for Tooltip to...
Hi there, I want to contribute to the altair repo such that I can achieve: 1) Filter out/hide null/nan values in tooltip 2) Sort the values in tooltip Not sure...
Closes https://github.com/vega/vega-lite/issues/9152 This requires to modify vega-lite as well: https://github.com/vega/vega-lite/pull/9148 cc: @joelostblom @jakevdp @kanitw @domoritz @arvind @jheer