I have following lines of code of highchart:
xAxis : {
"categories" : [100, 200, 250, 300, 400]
}
The categories are not equi-distant. But highchart API draws the points with equal distance. This gives wrong interpretation to the user. I want points to be drawn with such distances, which will give user correct information. The distance shown between two points should be proportionate to the actual distance between two points.