Is there a way, that I can generate graphs using 2-dimensional data inputs?
Like an example:
Month | Value 1 | Value 2 | % age
Jan | 5 | 10 | 50
Feb | 10 | 10 | 100
With the above data, I would like to the graph as
Value 1 and Value 2 as Column Type from Chart
and
% age as trend line
Have you ever found a solve for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.