bleeping
coder
Projects
JavaScript
TypeScript
Python
C++
C#
Go
Chart.js: Can i remove border from pie chart.
Created on 12 May 2016
路
1
Comment
路
Source:
chartjs/Chart.js
support
Source
Most helpful comment
@jaajapie1
in your config:
{ elements: { arc: { borderWidth: 0 } } }
>All comments
@jaajapie1
in your config:
{ elements: { arc: { borderWidth: 0 } } }
Was this page helpful?
0
/ 5 -
0
ratings
Related issues
Question: How to hide label
SylarRuby
路
3
Comments
Add multiple data in tooltip
akashrajkn
路
3
Comments
Using pointStyle "rectRot" on retina display causes points to be drawn incorrectly
nickgoodliff
路
3
Comments
Issue with Colors in Safari
lizbanach
路
3
Comments
"Cannot read property 'length' of undefined" when using bars on time series without 'labels' defined
kennsippell
路
3
Comments
Most helpful comment
@jaajapie1
in your config: