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

Function previousPoint

public/assets/bower_components/Chart.js/Chart.js:2777–2779  ·  view source on GitHub ↗
(point, collection, index)

Source from the content-addressed store, hash-verified

2775 return helpers.findNextWhere(collection, hasValue, index) || point;
2776 },
2777 previousPoint = function(point, collection, index){
2778 return helpers.findPreviousWhere(collection, hasValue, index) || point;
2779 };
2780
2781 this.scale.draw(easingDecimal);
2782

Callers 1

Chart.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected