I am plotting a scatter plot using highchart.js.
X-Axis: "Servers" [List of Servers "17.0.0.1","17.0.0.2","17.0.0.3","17.0.0.4". Y-Axis: "DateTime" {last 5 days with interval of 6 hours}
Basically the servers gets refreshed multiple time on a given day and the data is captured and saved into database. The chart will read the database table data and paints the chart.
Now, for shake of simplicity, i have hard-coded and showing here.
Here is the link for the JSBIN. http://jsbin.com/joxacen/2/edit?js,output
- The categories, "17.0.0.3" and "17.0.0.4" are repeated. I don't want this to be repeated. How to solve this? Please find the image for the repeated values.
- The following dates are not painted for the server 17.0.0.1 ['Server 17.0.0.1', Date.UTC(2016, 5, 2, 20, 0, 0)], //not painted june 2nd ['Server 17.0.0.1', Date.UTC(2016, 5, 4, 11, 0, 0)], //not painted june 4th
- Tooltip is showing some junk data. Ideally it should show me the date.