Hello Everybody, I have question with vega visualize (pie chart).
I want to set background color on vega visualize by condition using data.
{"key": "tier1", "doc_count": 1},
{"key": "tier2", "doc_count": 2},
{"key": "tier3", "doc_count": 3},
{"key": "tier4", "doc_count": 4},
{"key": "tier5", "doc_count": 5}
If data have value (key == tier4 and doc_count > 0)
I want to change background color to red, But other case set background to default color (white).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.