AnyChart
API Reference
Still have questions?
Contact support
Top

{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.
NameTypeDescription
isPixelsbooleanWhether to treat numeric value as pixels, not ratio.
valuenumberRatio of pixel value.