var dataTotal = function(){
var values = [];
self.eachPoints(function(point){
values.push(point.value);
});