Hi, how to apply conditions in css,according to column value in kibana canvas.
eg.
I am trying below code in progress wheel in kibana canvas,but it doesn't seems to working
Sub-expressions receive the same context (or input) as it's parent function which is the output of the previous function, so your gte 0.5 is receiving the output of the progress function, which is a render object and not a number. Hence gte is comparing that render object to 0.5, which will always evaluate to false.
You can pass valueColor with your conditional expression if you want to conditionally color the progress bar, or barColor if you want to conditionally color the background bar.
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.