Update example chart config type, remove whitespace (#10831)

* Update example chart config type, remove whitespace

* update size limit
This commit is contained in:
Jacco van den Berg 2022-10-26 11:24:32 +02:00 committed by GitHub
parent 3557559004
commit b969ae3d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ function modifyWebpackConfig(config) {
module.exports = [
{
path: 'dist/chart.js',
limit: '78.5 KB',
limit: '79 KB',
webpack: false,
running: false
},

View File

@ -124,7 +124,7 @@ When using object notation in a radar chart you still need a labels array with l
```javascript
const cfg = {
type: 'pie',
type: 'line',
data: {
datasets: [{
data: {