only show relevant entries in statistics graphs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-05-15 13:12:46 +00:00
parent 819c7b66c5
commit 0e16733ce0
2 changed files with 22 additions and 15 deletions

View file

@ -70,7 +70,7 @@ public:
virtual QString displayValue(float v) const ;
// return the vector of last values up to date
virtual void getCurrentValues(std::vector<float>& vals) const ;
virtual void getCurrentValues(std::vector<QPointF>& vals) const ;
// returns what to display in the legend. Derive this to show additional info.
virtual QString legend(int i,float v) const ;