Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Line chart

 Hi all.
I have this line chart:
[http://localhostr.com/file/lf6Pm33M5QYV/Immagine.gif | http://localhostr.com/file/lf6Pm33M5QYV/Immagine.gif]
Is it possible to visualize in the chart values that rappresent the variation of price between each point?

1 Solution

Accepted Solutions
Jason_Michaelides
Luminary Alumni
Luminary Alumni

So I think my original solution is still the correct one...Actual-Above(Actual)

See attached.  In the top chart both the values and the variations use the same scale, in the bottom chart there are different scales on left and right.

Hope this helps,

Jason

View solution in original post

8 Replies
Jason_Michaelides
Luminary Alumni
Luminary Alumni

Sure - add another expression:

Sum(Price)-Above(Sum(Price))

Hope this helps,

Jason

Not applicable
Author

Doesn't work. I need that the variation is rapresented like this example http://localhostr.com/file/X917v8MSBKE7/Immagine.gif but I use a line chart.

Jason_Michaelides
Luminary Alumni
Luminary Alumni

How's this?

Not applicable
Author

aYes but I have a line chart with dimension "date" and expression "price" and I want to add the variation of price between each date. E.g. 0,040 between 05/04/2012 and 21/04/2012; 0,004 between 02/04/2012 and 05/04/2012 and so on.

Jason_Michaelides
Luminary Alumni
Luminary Alumni

Please post a sample of your app.

Not applicable
Author

I have a situation like this demo app. Now I want to add in the line chart an expression that represents the variation of actual value between each data. E.g. it must indicate between the years 2006 and 2007 the difference of the actual values 12,622,185 and 14,906,127 and so on.

Jason_Michaelides
Luminary Alumni
Luminary Alumni

So I think my original solution is still the correct one...Actual-Above(Actual)

See attached.  In the top chart both the values and the variations use the same scale, in the bottom chart there are different scales on left and right.

Hope this helps,

Jason

Not applicable
Author

Thanks