mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
analytics: Use plotly-basic.js instead of plotly.js.
It's 600kb (minified) instead of 1.8mb.
This commit is contained in:
@@ -882,7 +882,7 @@ JS_SPECS = {
|
||||
'js/portico/stats.js',
|
||||
],
|
||||
'minifed_source_filenames': [
|
||||
'node_modules/plotly.js/dist/plotly.min.js',
|
||||
'node_modules/plotly.js/dist/plotly-basic.min.js',
|
||||
],
|
||||
'output_filename': 'min/stats.js'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user