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
Unable to Create Multiple Charts Per Page
Woogles
·
3
Comments
"Cannot read property 'length' of undefined" when using bars on time series without 'labels' defined
kennsippell
·
3
Comments
[FEATURE] Text wrap long legend text
nanospeck
·
3
Comments
Chartjs ctx.rotate and ctx.translate and drawn lines
gabrieldesouza
·
3
Comments
generateLegend() results in an “undefined is not a function” error
lbowers
·
3
Comments
Most helpful comment
@jaajapie1
in your config: