Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://jsfiddle.net/highcharts/KDv4b/

On the link above the border radius is on top and bottom...how can i just put border radius on the top of the bar?
Posted

1 solution

Based on quick play around, it looks like you cannot do that just by setting any value right now. If you want to have such feature, you need to modify the javascript file of Highcharts by yourself.

It looks like, currently, the integer provided for corner radius is what drives it. Comma separated values are not supported. You can add comma separated value for it just like margins in HTML.
 
Share this answer
 
Comments
hh_7 5-Sep-12 6:42am    
well have any idea of what I have to change in the highcharts.js ?
Sandeep Mewara 5-Sep-12 6:52am    
I don't but you would need to find where the radius is being applied. Find it and change it.
hh_7 5-Sep-12 8:16am    
Thanks for the help, i will do what do you said.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900