Line Graphs in Apex
Hi,
We intend to plot a graph that displays the usage of CPU across 4 hosts in a cluster. Data for this graph will be present in an oracle database table, which will be queried and presented in Apex front-end. Can you share information/links on how can we present both the data and the graph in APEX, below is the prototype that we have which was generated in MS-Excel.
| Time | Host1 | Host2 | Host3 | Host4 |
|---|---|---|---|---|
| 0:15 | 34 | 33 | 37 | 38 |
| 0:30 | 37 | 38 | 32 | 36 |
| 0:45 | 32 | 38 | 39 | 34 |
| 1:00 | 39 | 36 | 40 | 34 |
| 1:15 | 40 | 34 | 33 | 37 |
| 1:30 | 33 | 34 | 40 | 36 |
| 1:45 | 38 | 37 | 33 | 34 |
| 2:00 | 36 | 32 | 38 | 34 |
| 2:15 | 34 | 39 | 34 | 37 |
| 2:30 | 38 | 40 | 37 | 32 |
| 2:45 | 36 | 33 | 32 | 39 |
| 3:00 | 34 | 38 | 39 | 40 |
| 3:15 | 34 | 34 | 39 | 33 |
| 3:30 | 37 | 37 | 40 | 38 |
| 3:45 | 33 | 39 | 22 | 35 |
| 4:00 | 38 | 39 | 39 | 39 |
| 4:15 | 34 | 39 | 39 | 39 |
| 4:30 | 37 | 40 | 40 | 40 |
| 4:45 | 32 | 33 | 33 | 33 |
| 5:00 | 39 | 38 | 38 | 38 |
| 5:15 | 40 | 36 | 36 | 38 |
| 5:30 | 33 | 34 | 34 | 36 |
| 5:45 | 38 | 37 | 34 | 34 |
| 6:00 | 36 | 32 | 38 | 34 |
Thanks,
Vijay