How to show conditional tooltip based on field?
I have a timeline chart with multiple transaction types (CASH
, INV
, CM
etc.). Each transaction type will have different metadata that is relevant, and I’d like to surface that in the tooltips, and thus make them conditional on trx_type
.
How to show conditional tooltip based on field?
I have a timeline chart with multiple transaction types (CASH
, INV
, CM
etc.). Each transaction type will have different metadata that is relevant, and I’d like to surface that in the tooltips, and thus make them conditional on trx_type
.
Why does this bar chart have a bar with two yellows?
the chart has 2 yellows instead of a green then yellow. .
Tried resorting the data, adding various transforms.
Identical Selections
I have several vconcat
plots that all share an x-axis. As I have a helpful label assigned to each selection, I would like the selection to be shared by all plots. That is, if I create a selection on any plot, that selection should appear on all plots. If I remove a selection from any plot, it should be removed from all plots.
Power BI: Deneb/Vega-lite Sorting Specification
I am attempting to sort the Y axis based on a numeric field already available in my dataset, however, the sorting does not seem to work. See full specifications below. The sorting section is outside of the layer and in the y encoding channel.
assign the max value of a column to a param
I have a simple question, but I’m not able to figure out the syntax …
conditionaly fill the color to Shape path co-ordinates in Vega-lite
I am trying to fill the path co-ordinates diagram based on the value. but unable to make it.
It is possbile in SVG and trying the same in vega-lite.
the SVG based one is below. ref:
[1]: https://codepen.io/thiru_tbl/pen/gOJBozb
Vega Lite Map is not showing up
Hello I am very new in using Vega lite, I want to try to use the data from https://automaticknowledge.org/wpc-hex/uk-constituencies-2024-21-june-24.geojson to show the UK election result on the map, but nothing show up, is this something to do with the URL ?
Vega-lite Gradient: Specify Where the Color Changes Relative to the Axis Scale
I have a metric and want to show a gradient color in an area chart corresponding to good (0 to .1 = green), ok (>.1 to .3 = yellow), bad (> .3 = red) for that metric at various time points. How an I make the color cut points relative to the actual scale on the y axis?
Vega lite shows bar on the wrong date
the data is for that Monday but the bar shows Sunday…