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

Related issues

vacquah picture vacquah  路  40Comments

joeljeske picture joeljeske  路  77Comments

justanotheranonymoususer picture justanotheranonymoususer  路  33Comments

etimberg picture etimberg  路  94Comments

sgratzl picture sgratzl  路  37Comments