specifies the CSS class that will be applied to markers
marker | object | the marker's configuration object |
var showAdvancedMarkers;
gantt.templates.marker_class = function(marker){
if (showAdvancedMarkers) {
return "advanced_marker";
}
return "hidden";
}