Hi,
I want to create a pie chart with four different terms car_total, heavy_total, bike_total and ped_total. For the terms the percentage from the sum (car_total +heavy_total +bike_total + ped_total) should be visible. The pie chart should look like the chart "Modal split" at Telraam
What is the best way to do this in Kibana?
Currently I work on an ELK setup, which uses the open data from our ADFC-TK system .
the formula now works in our dashboard for the metric charts with the percentages of the individual terms of the total. In the Pi chart, I have not yet managed to display the four different terms in a common circle.
Formula for Pedestrians Metric:
sum(ped_total) / (overall_sum(sum(bike_total)+sum(car_total)+sum(heavy_total)+sum(ped_total)))
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.