TIMELINE_scaley_class
info
This functionality is available in the PRO edition only.
Description
Specifies the name of a CSS class that will be applied to items of the Y-Axis
TIMELINE_scaley_class: (key: string, label: string, section: object) => string;
Parameters
key- (required) string - the section's idlabel- (required) string - the section's labelsection- (required) object - the section object that contains the 'key' and 'label' properties
Returns
css_class- (string) - css class for related element
Example
scheduler.templates.timeline_scaley_class = function(key, label, section){
return "";
};
Applicable views: Timeline view
Details
note
The template requires the timeline plugin to be activated.
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.