Chart.js: Can i remove border from pie chart.

Created on 12 May 2016  ·  1Comment  ·  Source: chartjs/Chart.js

piechart

support

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