{typedef} anychart.scales.GanttDateTime.Gap Improve this Doc
Gantt scale gap type definition.
'value'-field is a value to be applied.
If isPixels-flag is set to 'false', value must be 0..1 ratio, the percent of total scale data range.
If isPixels-flag is set to 'true', value must be valid numeric value of pixel gap with.
'isPixels' is a boolean flag, whether value should be treated as pixels, not ratio.
'value'-field is a value to be applied.
If isPixels-flag is set to 'false', value must be 0..1 ratio, the percent of total scale data range.
If isPixels-flag is set to 'true', value must be valid numeric value of pixel gap with.
'isPixels' is a boolean flag, whether value should be treated as pixels, not ratio.
| Name | Type | Description |
|---|---|---|
| isPixels | boolean | Whether to treat numeric value as pixels, not ratio. |
| value | number | Ratio of pixel value. |
