pmarques
(Paulo Marques)
May 2, 2019, 4:47pm
1
Hello All,
I am trying to do a vertical bar graph having a percentage of total data instead of a fixed number.
The data looks like:
{item: "A", price: 10}
{item: "B", price: 12}
{item: "A", price: 11}
{item: "C", price: 5}
{item: "A", price: 9}
{item: "B", price: 10}
(...)
I would like to see all the products which represent 20% of the total price. I mean 20% of (sum_price(A) + sum_price(B) + sum_price(C)...)
Sure I have much more than 3 items and 6 documents...
Thanks in advance,
Paulo
I don't think that's possible right now, in a normal visualization, but you can accomplish it with Canvas: https://www.elastic.co/guide/en/kibana/current/canvas.html
Canvas allows you to write a pretty unique combination of queries, and then bind it to visualizations.
pmarques
(Paulo Marques)
May 3, 2019, 4:52pm
3
Hey @christophilus ,
Thank you for your answer. I will take a look at it.
Regards,
Paulo
pmarques
(Paulo Marques)
May 3, 2019, 6:21pm
4
Hey @christophilus ,
Thank you again for your information. Unlikely, Canvas will not solve the issue.
I will keep looking at how to solve the problem.
Regards,
Paulo
system
(system)
Closed
May 31, 2019, 6:21pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.