I'm trying to create a canvas with a horizontal bar chart with a percentage (0.0 - 1.0) on the x-axis but can't get it sorted. What syntax do i need to add? Currently the chart shows 0.00 through 1.00 on the x-axis.
filters
| essql
query="SELECT \"metric.instance\" as \"Object\", AVG(\"metric.value_double\") as \"Availability\" FROM \"filebeat-7.4.1" GROUP BY \"metric.instance\" "
| pointseries x="mean(Availability)" y="Object" color="project"
| plot defaultStyle={seriesStyle bars=0.75 horizontalBars=true color="#004170"} legend=false
| render
Unfortunately, there is not a way to format the display of the axis. We've had several asks for this and have an issue to track it if you want to follow along https://github.com/elastic/kibana/issues/44325
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.