I need to provide multiple data points on a single point inside a series. In easy way, on single x axis point, i need to show two y axis points. But when i provide multiple data points, in a series, it show the last on in the graph.
This fiddle has the basic implementation of the scenario. Notice that first series has 4 points and second does have 3. But in graph only 3 are shown.
Check this example I made, it has two series that both have an x value with multiple points.
Example on jsfiddle.
Highcharts will render both values for x=7, connecting them with a line.