HomeSort by relevance Sort by last modified time
    Searched defs:findBottomSeries (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.fillbetween.min.js 7 (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(s,allseries){var i;for(i=0;i<allseries.length;++i){if(allseries[i].id===s.fillBetween){return allseries[i]}}if(typeof s.fillBetween==="number"){if(s.fillBetween<0||s.fillBetween>=allseries.length){return null}return allseries[s.fillBetween]}return null}function computeFillBottoms(plot,s,datapoints){if(s.fillBetween==null){return}var other=findBottomSeries(s,plot.getData());if(!other){return}var ps=datapoints.pointsize,points=datapoints.points,otherps=o (…)
jquery.flot.fillbetween.js 42 function findBottomSeries( s, allseries ) {
68 var other = findBottomSeries( s, plot.getData() );

Completed in 197 milliseconds