I've indexed some data from a couple of csv files, which contain information about a product: productID, price,stock, description and timestamp. I made a Line Chart (I am using Kibana 4.4.2), which shows me stock variation over time of a product with a given productID. Currently the line chart is showing me what the stock was for, lets say, each week. The content from the visualization -> Table looks like this:
@timestamp per week || 50th percentile of Quantity
August 31st 2015, 00:00:00.000 || 60
September 7th 2015, 00:00:00.000 || 60
September 14th 2015, 00:00:00.000 || 48
September 21st 2015, 00:00:00.000 || 60
September 28th 2015, 00:00:00.000 || 50
.............................................................................
I would like to know if there is a way to create the Line Chart so that it will show me in percentages how the stock variates from the previous week, something like 'in september 10th the stock was 23, in september the 17th the stock increased with 40% from september 10th, in september 24th the stock decreased with 10% from september the 17th' and so on (obviously in a graphical manner, not a written one ) ?