Skip to content

Commit

Permalink
feature list update. use chart.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyrne01 committed Mar 5, 2015
1 parent 9d1b7e7 commit e7e02ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Provides user with tab related stats/data
* Preference to include url on memory usage panel UI
* Prepend, append or disable tab memory usage in title
* Preference to set interval between memory usage collection
* Top 5 memory consumers drawn on line chart
* Perform a garbage collection

### Monitoring memory
Expand Down
2 changes: 1 addition & 1 deletion addon/lib/Panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports.init = function () {
width: 525,
height: 475,
contentURL: Data.get("html/view.html"),
contentScriptFile: [Data.get("bower_components/Chart.js/Chart.js"), Data.get("js/controller.js")],
contentScriptFile: [Data.get("bower_components/Chart.js/Chart.min.js"), Data.get("js/controller.js")],
onShow: function () {

var stats = JSON.stringify({
Expand Down

0 comments on commit e7e02ce

Please sign in to comment.