stable

Clone or download

Read-only

request #11275 - Build site-admin pie-charts with webpack

How to test: - On administration home-page --> Graphs are well displayed --> They are interactive --> You can resize them --> No errors in console Change-Id: Ie9dceef8357eff50e2bc47f3d2a721cb6b2ca5c5

Modified Files

Name
M src/www/admin/index.php +4 −4 Go to diff View file
M src/www/scripts/admin/generate-pie-charts.js +24 −29 Go to diff View file
D src/www/scripts/admin/statistics-chart-factory.js +0 −377 Go to diff View file
M src/www/scripts/admin/statistics-chart.js +328 −108 Go to diff View file
D src/www/scripts/d3/d3.min.js +0 −5 Go to diff View file
D src/www/scripts/d3/v4/d3.min.js +0 −8 Go to diff View file
M src/www/scripts/package-lock.json +59 −0 Go to diff View file
M src/www/scripts/package.json +3 −0 Go to diff View file
M src/www/scripts/webpack.config.js +2 −1 Go to diff View file