apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.34k stars 1.3k forks source link

"smooth" curves are not worked in radar multi series chart #774

Closed kinjalgodavale closed 4 years ago

kinjalgodavale commented 5 years ago

Is it possible to convert "polygon" shape into "circle" shape for radar multi series chart and if yes then how can I implement it in my chart ? and I need small red dots to data labels (e.g. one, two, three, ....).

I attached the image : the right side image shows the actual chart that I have made and left side image shows that I want to implement to my chart.

Thanking You. radar chart

kinjalgodavale commented 5 years ago

Anyone? I'm stuck in to this. Not sure if its possible or not..

junedchhipa commented 5 years ago

Smooth curves don't work with the radar chart currently. Marking this as "future enhancement" to work on it later.

HeliumAce commented 4 years ago

Hello, just curious if there has been any progress on this feature request. Have the same need as the original poster for a curved path radar chart. Thanks!

Phantomo commented 3 years ago

Hi from 2021, any updates about bezier style lines or curves?

SyedKabeerAhmed commented 3 years ago

is any body got to make the above chart example

achoimet commented 2 years ago

@kinjalgodavale Hello, just for my information, how did you display the total amount on the center of the image? do you mind share this option ? maybe with a custom tooltip ?

tomtx commented 1 year ago

I think your best option is to go with chart.js, circles instead of polygons work there (there are lot more options in general), not sure why this has not been picked up by apexcharts team in the past 3 years

brihol commented 1 year ago

To add to the conversation, I played around with Chart.js but I actually found Apex better for what I wanted to achieve. However, with that said, I'm wondering how the red dots near the labels were added. Something I missed in the documentation?

Kutlwiwiso commented 6 months ago

Anyone know if the above feature (smooth radar chart) has been implemented yet ?