This topic is locked

How to display data in stacked chart

9/17/2015 8:19:53 AM
PHPRunner General questions
K
kamil6x author

I need to display the data in a stacked chart per user, eg:
Date | actions | user

2015/8/25 1 Uni

2015/8/25 1 Kam

2015/8/24 40 Kam

2015/8/22 3 Mar

2015/8/21 20 Ром

2015/8/21 138 Tab
On the horizontal axis I would like the date; and the columns to be Total actions, subdivided in the column by user name. How do I do this in phprunner?

The key is that there is an unlimited number of users and each date can have 0 or more users; and each box from the column should identify(by label or link to data by clicking) which user contributed that value.
Eg: forseen output of chart (sample from the internet not to data above).