Vega Lite conditional color format not working as expected
Summary The Vega Lite conditional color format is not working as expected for a Text mark in a chart. The goal is to format the color of the text based on whether its field value is greater than zero. Despite successful attempts with similar code for bar charts, the issue persists for Text marks. Root … Read more