From 270e8d3df52da59baff818351eb6ddd129776576 Mon Sep 17 00:00:00 2001 From: Robert Byrne Date: Wed, 18 Mar 2015 13:31:37 +0000 Subject: [PATCH] feature list update for graph types --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8ae1cf..ee25c74 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ 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 +* Top 5 memory consumers drawn on graph +* Graph types include: Line, Bar and Radar * Perform a garbage collection * Resize panel UI @@ -62,3 +63,7 @@ Measurements use bytes as their unit and the value of each leaf node is the sum ### Package rob@work:~/git/tab-data-firefox/addon$ ~/apps/addon-sdk-1.17/bin/cfx xpi + +### Attribution + +Charts are drawn using [Chart.js](https://github.com/nnnick/Chart.js) \ No newline at end of file