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
[Question] Line chart : label position when there is only one data
frlinw
路
3
Comments
Chartjs ctx.rotate and ctx.translate and drawn lines
gabrieldesouza
路
3
Comments
Radius Size Per Point
joebirkin
路
3
Comments
Row and column names for axis's
HeinPauwelyn
路
3
Comments
Most helpful comment
@jaajapie1
in your config: