mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-03 06:54:02 +01:00
Update size limits (#11212)
This commit is contained in:
committed by
GitHub
parent
f11505fc03
commit
f3d4aa4264
@@ -13,14 +13,14 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
path: 'dist/chart.js',
|
||||
limit: '34.5 KB',
|
||||
limit: '37.0 KB',
|
||||
import: '{ Chart }',
|
||||
running: false,
|
||||
modifyWebpackConfig
|
||||
},
|
||||
{
|
||||
path: 'dist/chart.js',
|
||||
limit: '19.5 KB',
|
||||
limit: '22.0 KB',
|
||||
import: '{ BarController, BubbleController, DoughnutController, LineController, PolarAreaController, PieController, RadarController, ScatterController }',
|
||||
running: false,
|
||||
modifyWebpackConfig
|
||||
@@ -34,7 +34,7 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
path: 'dist/chart.js',
|
||||
limit: '35.5 KB',
|
||||
limit: '36.5 KB',
|
||||
import: '{ Decimation, Filler, Legend, SubTitle, Title, Tooltip, Colors }',
|
||||
running: false,
|
||||
modifyWebpackConfig
|
||||
|
||||
Reference in New Issue
Block a user