zakodium-oss / react-plot

Library of React components to render SVG 2D plots. You can check the story book https://react-plot.pages.dev/ or have a look to the extensive documentation
https://react-plot.zakodium.com
MIT License
12 stars 6 forks source link

Radius of circle annotation #398

Closed wadjih-bencheikh18 closed 2 years ago

wadjih-bencheikh18 commented 2 years ago

generally scales are not the same so circle must be an ellipse when radius is a number

targos commented 2 years ago

not sure about that... I would be surprised to see an ellipse if I use an annotation named Circle.

targos commented 2 years ago

maybe what we can add to the API of the circle is a prop that lets the user decide whether it's the horizontal or vertical scale that determines the true radius