Skip to content

Commit

Permalink
analytics: Use plotly-basic.js instead of plotly.js.
Browse files Browse the repository at this point in the history
It's 600kb (minified) instead of 1.8mb.
  • Loading branch information
rishig authored and timabbott committed Feb 7, 2017
1 parent 86b45b5 commit 27055bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def get_secret(key):
'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'
},
Expand Down

0 comments on commit 27055bd

Please sign in to comment.