DenneulinThomas
DenneulinThomas
Hello, you can add decorators to your graph. The decorator should render a SVG Line. But you have to compute on your own the position. ``` /** * Render the...
It depend from what you want to compute the position. In my case I has to draw a line between two given points. You can access a point position into...
So with the render dot content function, you can have your lowest and highest point from the dataset. You can now compute the position of your custom horizontal line.