ColumnLines
Feature
Displays column lines for ticks, with a different styling for major ticks (by default they are darker). If this feature is disabled, no lines are shown. If it's enabled, line are shown for the tick level which is set in current ViewPreset. Please see columnLinesFor config for details.
The lines are drawn as divs, with only visible lines available in DOM. The color and style of the lines are determined by the CSS rules for .b-column-line and .b-column-line-major.
For vertical mode, this features also draws vertical resource column lines if scheduler is configured with columnLines : true (which is the default, see columnLines).
This feature is enabled by default
See also
- Scheduler - Scheduler widget
- NonWorkingTime - Non-working time highlighting
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this classProperties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ColumnLines class, or subclass thereof.
-
Identifies an object as an instance of ColumnLines class, or subclass thereof.
Functions
Functions are methods available for calling on the classCSS variables
CSS variables that can be set to adjust appearance| Name | Description |
|---|---|
| --b-column-lines-major-color | Column lines major tick color |
| --b-column-lines-major-style | Column lines major tick style (border-style) |
| --b-column-lines-resource-color | Column lines resource line color (used in vertical mode) |
| --b-column-lines-tick-color | Column lines tick color |
| --b-column-lines-tick-style | Column lines tick style (border-style) |
| --b-column-lines-zindex | Column lines z-index |