I want to change the order my special points in Chart.js so the brown point should be above the blue one. I only recognized the higher indexed point will be rendered over the lower indexed point.
I cannot use the order property because these two point are on the same curve.
As I know I can use the following properties only for points:
Somehow can I change the rendering order of the point ?