AndreyPatseiko commented on issue #21368:
URL: https://github.com/apache/echarts/issues/21368#issuecomment-3526524755

   I've also tried with "ellipse" shape.
   
   ```
    return {
         type: 'ellipse',
         shape: {
           cx: center[0],
           cy: center[1],
           rx: size[0],
           ry: size[1]
         },
         style: { fill: null, stroke: color, lineWidth: 1 }
   };
   ```
   But this element has problems with correct radius.
   So this means that at the moment there is no way to draw a scatter with some 
kind of "circular" borders for a better user experience?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to