-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pie chart #18
Comments
One way to do that is to set the border color to null and increase the border width, but as you can see there's now a problem with overlapping: http://jsfiddle.net/highcharts/pDdcd/325/ |
Hi @TorsteinHonsi how can i add an space between the data series? |
Currently you can't. A very ugly workaround would be to add hidden points in between. http://jsfiddle.net/highcharts/w5arfhpw/4/ |
I'd like to see this as a first class option as well. We are currently weighing a couple of different charting libraries and this works well a different library we are considering. |
@maximmold Do you mean rounded corners for the pie series, or space between the slices? Maybe we can see a sketch of what you want to achieve? |
SVG filters offer an alternative: http://jsfiddle.net/highcharts/1ye6j47m/ |
Hmm... not bad at on the corners, but the arc looks blurrier than normal. I guess setting an additional arc on the svg path at the corners isn't an easy task? |
Yes, it looks like antialiasing is broken when using the filters. Adding arc at the corners requires some complicated math, but if you want to have a go, you can extend the |
+1 |
How can i add a rounded corner to a pie chart like:
Is possible with the latest version of HighCharts?
The text was updated successfully, but these errors were encountered: