MCPcopy Index your code
hub / github.com/Blogify/Blogify / dataTotal

Function dataTotal

public/assets/bower_components/Chart.js/Chart.js:2203–2209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2201 var self = this;
2202
2203 var dataTotal = function(){
2204 var values = [];
2205 self.eachBars(function(bar){
2206 values.push(bar.value);
2207 });
2208 return values;
2209 };
2210
2211 var scaleOptions = {
2212 templateString : this.options.scaleLabel,

Callers 1

Chart.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected