Code: Select all
[
{"id": 1, "x": 8000000, "y": 15800, "count": 120},
{"id": 2, "x": 12200000, "y": 14400, "count": 150},
{"id": 3, "x": 17020000, "y": 16100, "count": 250},
{"id": 4, "x": 74780000, "y": 17800, "count": 310}
]
When I plot a 2D line chart, Highcharts will plot the "x" values in X axis and "y" values in Y axis. How do I make Highcharts ignore the "y" values and instead use the "count" values in Y axis?
Thanks in advance.