Home
last modified time | relevance | path

Searched defs:histogram_cell_allocated (Results 1 – 2 of 2) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts103 histogram_cell_allocated(start_date: Date, end_date: Date, resource: any, tasks: any[]): void; method
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js16364 gantt.templates.histogram_cell_allocated = function(start_date, end_date, resource, tasks) { function