Hello,
I have an interesting problem that I need to solve using some sort of a charting framework, could someone suggest a nice one that is easy to set up and use?
Problem stmt: You have data coming in from a source which has things like number of servers, up time, etc. I need to plot a graph of uptime vs servers over time. Also, provide some other points on the graph like Business Unit/Country etc which is also present in the data.
Should I be using some graph algorithm or is there a java scrip framework that caters to graph problems?
Thanks