public interface PlotGanttOptions extends Any
gantt
series. If the type option is not specified, it is
inherited from chart.type.
Configuration options for the series are given in three levels:
gantt
series are defined in plotOptions.gantt.
Modifier and Type | Interface and Description |
---|---|
static class |
PlotGanttOptions.CompareBase |
static interface |
PlotGanttOptions.PointDescriptionFormatter |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllAreas()
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
boolean |
getAllowPointSelect()
(Gantt) Allow this series' points to be selected by clicking on the
graphic (columns, point markers, pie slices, map areas etc).
|
Unknown |
getAnimation()
(Gantt) Enable or disable the initial animation when a series is
displayed.
|
double |
getAnimationLimit()
(Gantt) For some series, there is a limit that shuts down initial
animation by default when the total number of points in the chart is too
high.
|
String |
getBorderColor()
(Highcharts, Highstock, Gantt) The color of the border surrounding each
column or bar.
|
double |
getBorderRadius()
(Highcharts, Highstock, Gantt) The corner radius of the border
surrounding each column or bar.
|
double |
getBorderWidth()
(Highcharts, Highstock, Gantt) The width of the border surrounding each
column or bar.
|
String |
getClassName()
(Gantt) An additional class name to apply to the series' graphical
elements.
|
boolean |
getClip()
(Gantt) Disable this option to allow series rendering in the whole
plotting area.
|
Unknown |
getColor()
(Gantt) The main color of the series.
|
boolean |
getColorAxis()
(Highmaps) Set this option to
false to prevent a series from connecting
to the global color axis. |
boolean |
getColorByPoint()
(Highcharts, Highstock, Gantt) In an X-range series, this option makes
all points of the same Y-axis category the same color.
|
double |
getColorIndex()
(Gantt) Styled mode only.
|
String[] |
getColors()
(Highcharts, Highstock, Gantt) A series specific or series type specific
color set to apply instead of the global colors when colorByPoint is
true.
|
String |
getCompare()
(Highstock) Compare the values of the series against the first non-null,
non- zero value in the visible range.
|
PlotGanttOptions.CompareBase |
getCompareBase()
(Highstock) When compare is
percent , this option dictates whether to
use 0 or 100 as the base of comparison. |
boolean |
getCompareStart()
(Highstock) Defines if comparison should start from the first point
within the visible range or should start from the first point (see online
documentation for example) the range.
|
PlotGanttConnectorsOptions |
getConnectors()
(Gantt) Override Pathfinder connector options for a series.
|
Unknown |
getCursor()
(Gantt) You can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
PlotGanttDataGroupingOptions |
getDataGrouping()
(Highstock) Data grouping is the concept of sampling the data values into
larger blocks in order to ease readability and increase performance of
the JavaScript charts.
|
PlotGanttDataLabelsOptions |
getDataLabels()
(Gantt) Options for the series data labels, appearing next to each data
point.
|
String |
getDescription()
(Gantt) Requires the Accessibility module.
|
PlotGanttDragDropOptions |
getDragDrop()
(Gantt) The draggable-points module allows points to be moved around or
modified in the chart.
|
boolean |
getEnableMouseTracking()
(Gantt) Enable or disable the mouse tracking for a specific series.
|
PlotGanttEventsOptions |
getEvents()
(Gantt) General event handlers for the series items.
|
boolean |
getExposeElementToA11y()
(Gantt) By default, series are exposed to screen readers as regions.
|
boolean |
getGrouping()
(Highcharts, Highstock, Gantt) Whether to group non-stacked columns or to
let them render independent of each other.
|
double |
getGroupPadding()
(Highcharts, Highstock, Gantt) Padding between each value groups, in x
axis units.
|
double |
getGroupZPadding()
(Highcharts) The spacing between columns on the Z Axis in a 3D chart.
|
Unknown |
getJoinBy()
(Highmaps) What property to join the
mapData to the value data. |
String[] |
getKeys()
(Gantt) An array specifying which option maps to which key in the data
point array.
|
PlotGanttLabelOptions |
getLabel()
(Highcharts, Highstock, Gantt) Series labels are placed as close to the
series as possible in a natural way, seeking to avoid other series.
|
String |
getLinkedTo()
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
double |
getMaxPointWidth()
(Highcharts, Highstock, Gantt) The maximum allowed pixel width for a
column, translated to the height of a bar in a bar chart.
|
double |
getMinPointLength()
(Highcharts, Highstock, Gantt) The minimal height for a column or width
for a bar.
|
PlotSeriesOptions |
getNavigatorOptions()
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
PlotGanttPartialFillOptions |
getPartialFill()
(Gantt) A partial fill for each point, typically used to visualize how
much of a task is performed.
|
PlotGanttPointOptions |
getPoint()
(Gantt) Properties for each single point.
|
PlotGanttOptions.PointDescriptionFormatter |
getPointDescriptionFormatter()
(Gantt) Same as accessibility.pointDescriptionFormatter, but for an
individual series.
|
double |
getPointPadding()
(Highcharts, Highstock, Gantt) Padding between each column or bar, in x
axis units.
|
double |
getPointRange() |
double |
getPointWidth()
(Highcharts, Highstock, Gantt) A pixel value specifying a fixed width for
each column or bar.
|
boolean |
getSelected()
(Gantt) Whether to select the series initially.
|
Unknown |
getShadow()
(Gantt) Whether to apply a drop shadow to the graph line.
|
boolean |
getShowCheckbox()
(Gantt) If true, a checkbox is displayed next to the legend item to allow
selecting the series.
|
boolean |
getShowInLegend()
(Gantt) Whether to display this particular series or series type in the
legend.
|
boolean |
getShowInNavigator()
(Highstock) Whether or not to show the series in the navigator.
|
boolean |
getSkipKeyboardNavigation()
(Gantt) If set to
true , the accessibility module will skip past the
points in this series for keyboard navigation. |
PlotGanttStatesOptions |
getStates()
(Gantt) A wrapper object for all the series options in specific states.
|
boolean |
getStickyTracking()
(Gantt) Sticky tracking of mouse events.
|
PlotGanttTooltipOptions |
getTooltip()
(Gantt) A configuration object for the tooltip rendering of each single
series.
|
double |
getTurboThreshold()
(Highcharts, Highstock, Gantt) When a series contains a data array that
is longer than this, only one dimensional arrays of numbers, or two
dimensional arrays with x and y values are allowed.
|
boolean |
getVisible()
(Gantt) Set the initial visibility of the series.
|
double |
getZIndex()
(Highmaps) Define the z index of the series.
|
String |
getZoneAxis()
(Highcharts, Highstock) Defines the Axis on which the zones are applied.
|
Array<PlotGanttZonesOptions> |
getZones()
(Highcharts, Highstock) An array defining zones within a series.
|
void |
setAllAreas(boolean value)
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
void |
setAllowPointSelect(boolean value)
(Gantt) Allow this series' points to be selected by clicking on the
graphic (columns, point markers, pie slices, map areas etc).
|
void |
setAnimation(AnimationOptionsObject value)
(Gantt) Enable or disable the initial animation when a series is
displayed.
|
void |
setAnimation(boolean value)
(Gantt) Enable or disable the initial animation when a series is
displayed.
|
void |
setAnimation(PlotGanttAnimationOptions value)
(Gantt) Enable or disable the initial animation when a series is
displayed.
|
void |
setAnimationLimit(double value)
(Gantt) For some series, there is a limit that shuts down initial
animation by default when the total number of points in the chart is too
high.
|
void |
setBorderColor(String value)
(Highcharts, Highstock, Gantt) The color of the border surrounding each
column or bar.
|
void |
setBorderRadius(double value)
(Highcharts, Highstock, Gantt) The corner radius of the border
surrounding each column or bar.
|
void |
setBorderWidth(double value)
(Highcharts, Highstock, Gantt) The width of the border surrounding each
column or bar.
|
void |
setClassName(String value)
(Gantt) An additional class name to apply to the series' graphical
elements.
|
void |
setClip(boolean value)
(Gantt) Disable this option to allow series rendering in the whole
plotting area.
|
void |
setColor(Any value)
(Gantt) The main color of the series.
|
void |
setColor(GradientColorObject value)
(Gantt) The main color of the series.
|
void |
setColor(String value)
(Gantt) The main color of the series.
|
void |
setColorAxis(boolean value)
(Highmaps) Set this option to
false to prevent a series from connecting
to the global color axis. |
void |
setColorByPoint(boolean value)
(Highcharts, Highstock, Gantt) In an X-range series, this option makes
all points of the same Y-axis category the same color.
|
void |
setColorIndex(double value)
(Gantt) Styled mode only.
|
void |
setColors(String[] value)
(Highcharts, Highstock, Gantt) A series specific or series type specific
color set to apply instead of the global colors when colorByPoint is
true.
|
void |
setCompare(String value)
(Highstock) Compare the values of the series against the first non-null,
non- zero value in the visible range.
|
void |
setCompareBase(PlotGanttOptions.CompareBase value)
(Highstock) When compare is
percent , this option dictates whether to
use 0 or 100 as the base of comparison. |
void |
setCompareStart(boolean value)
(Highstock) Defines if comparison should start from the first point
within the visible range or should start from the first point (see online
documentation for example) the range.
|
void |
setConnectors(PlotGanttConnectorsOptions value)
(Gantt) Override Pathfinder connector options for a series.
|
void |
setCursor(CursorType value)
(Gantt) You can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
void |
setCursor(String value)
(Gantt) You can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
void |
setDataGrouping(PlotGanttDataGroupingOptions value)
(Highstock) Data grouping is the concept of sampling the data values into
larger blocks in order to ease readability and increase performance of
the JavaScript charts.
|
void |
setDataLabels(PlotGanttDataLabelsOptions value)
(Gantt) Options for the series data labels, appearing next to each data
point.
|
void |
setDescription(String value)
(Gantt) Requires the Accessibility module.
|
void |
setDragDrop(PlotGanttDragDropOptions value)
(Gantt) The draggable-points module allows points to be moved around or
modified in the chart.
|
void |
setEnableMouseTracking(boolean value)
(Gantt) Enable or disable the mouse tracking for a specific series.
|
void |
setEvents(PlotGanttEventsOptions value)
(Gantt) General event handlers for the series items.
|
void |
setExposeElementToA11y(boolean value)
(Gantt) By default, series are exposed to screen readers as regions.
|
void |
setGrouping(boolean value)
(Highcharts, Highstock, Gantt) Whether to group non-stacked columns or to
let them render independent of each other.
|
void |
setGroupPadding(double value)
(Highcharts, Highstock, Gantt) Padding between each value groups, in x
axis units.
|
void |
setGroupZPadding(double value)
(Highcharts) The spacing between columns on the Z Axis in a 3D chart.
|
void |
setJoinBy(String value)
(Highmaps) What property to join the
mapData to the value data. |
void |
setJoinBy(String[] value)
(Highmaps) What property to join the
mapData to the value data. |
void |
setKeys(String[] value)
(Gantt) An array specifying which option maps to which key in the data
point array.
|
void |
setLabel(PlotGanttLabelOptions value)
(Highcharts, Highstock, Gantt) Series labels are placed as close to the
series as possible in a natural way, seeking to avoid other series.
|
void |
setLinkedTo(String value)
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
void |
setMaxPointWidth(double value)
(Highcharts, Highstock, Gantt) The maximum allowed pixel width for a
column, translated to the height of a bar in a bar chart.
|
void |
setMinPointLength(double value)
(Highcharts, Highstock, Gantt) The minimal height for a column or width
for a bar.
|
void |
setNavigatorOptions(PlotSeriesOptions value)
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
void |
setPartialFill(PlotGanttPartialFillOptions value)
(Gantt) A partial fill for each point, typically used to visualize how
much of a task is performed.
|
void |
setPoint(PlotGanttPointOptions value)
(Gantt) Properties for each single point.
|
void |
setPointDescriptionFormatter(PlotGanttOptions.PointDescriptionFormatter value)
(Gantt) Same as accessibility.pointDescriptionFormatter, but for an
individual series.
|
void |
setPointPadding(double value)
(Highcharts, Highstock, Gantt) Padding between each column or bar, in x
axis units.
|
void |
setPointRange(double value) |
void |
setPointWidth(double value)
(Highcharts, Highstock, Gantt) A pixel value specifying a fixed width for
each column or bar.
|
void |
setSelected(boolean value)
(Gantt) Whether to select the series initially.
|
void |
setShadow(boolean value)
(Gantt) Whether to apply a drop shadow to the graph line.
|
void |
setShadow(ShadowOptionsObject value)
(Gantt) Whether to apply a drop shadow to the graph line.
|
void |
setShowCheckbox(boolean value)
(Gantt) If true, a checkbox is displayed next to the legend item to allow
selecting the series.
|
void |
setShowInLegend(boolean value)
(Gantt) Whether to display this particular series or series type in the
legend.
|
void |
setShowInNavigator(boolean value)
(Highstock) Whether or not to show the series in the navigator.
|
void |
setSkipKeyboardNavigation(boolean value)
(Gantt) If set to
true , the accessibility module will skip past the
points in this series for keyboard navigation. |
void |
setStates(PlotGanttStatesOptions value)
(Gantt) A wrapper object for all the series options in specific states.
|
void |
setStickyTracking(boolean value)
(Gantt) Sticky tracking of mouse events.
|
void |
setTooltip(PlotGanttTooltipOptions value)
(Gantt) A configuration object for the tooltip rendering of each single
series.
|
void |
setTurboThreshold(double value)
(Highcharts, Highstock, Gantt) When a series contains a data array that
is longer than this, only one dimensional arrays of numbers, or two
dimensional arrays with x and y values are allowed.
|
void |
setVisible(boolean value)
(Gantt) Set the initial visibility of the series.
|
void |
setZIndex(double value)
(Highmaps) Define the z index of the series.
|
void |
setZoneAxis(String value)
(Highcharts, Highstock) Defines the Axis on which the zones are applied.
|
void |
setZones(Array<PlotGanttZonesOptions> value)
(Highcharts, Highstock) An array defining zones within a series.
|
boolean getAllAreas()
mapData
should be
rendered. If true
, areas which don't correspond to a data point, are
rendered as null
points. If false
, those areas are skipped.void setAllAreas(boolean value)
mapData
should be
rendered. If true
, areas which don't correspond to a data point, are
rendered as null
points. If false
, those areas are skipped.boolean getAllowPointSelect()
void setAllowPointSelect(boolean value)
@Nullable Unknown getAnimation()
void setAnimation(boolean value)
void setAnimation(AnimationOptionsObject value)
void setAnimation(PlotGanttAnimationOptions value)
double getAnimationLimit()
animationLimit
to Infinity
.void setAnimationLimit(double value)
animationLimit
to Infinity
.@Nullable String getBorderColor()
.highcharts-point
rule.void setBorderColor(String value)
.highcharts-point
rule.double getBorderRadius()
void setBorderRadius(double value)
double getBorderWidth()
1
when there is room for a border, but to
0
when the columns are so dense that a border would cover the next
column.
In styled mode, the stroke width can be set with the .highcharts-point
rule.void setBorderWidth(double value)
1
when there is room for a border, but to
0
when the columns are so dense that a border would cover the next
column.
In styled mode, the stroke width can be set with the .highcharts-point
rule.@Nullable String getClassName()
void setClassName(String value)
boolean getClip()
void setClip(boolean value)
@Nullable Unknown getColor()
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.void setColor(GradientColorObject value)
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.void setColor(String value)
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.void setColor(Any value)
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.boolean getColorAxis()
false
to prevent a series from connecting
to the global color axis. This will cause the series to have its own
legend item.void setColorAxis(boolean value)
false
to prevent a series from connecting
to the global color axis. This will cause the series to have its own
legend item.boolean getColorByPoint()
void setColorByPoint(boolean value)
double getColorIndex()
highcharts-color-{n}
.void setColorIndex(double value)
highcharts-color-{n}
.@Nullable String[] getColors()
void setColors(String[] value)
@Nullable String getCompare()
compare
is set to "percent"
or
"value"
. When this is applied to multiple series, it allows comparing
the development of the series against each other. Adds a change
field
to every point object.void setCompare(String value)
compare
is set to "percent"
or
"value"
. When this is applied to multiple series, it allows comparing
the development of the series against each other. Adds a change
field
to every point object.@Nullable PlotGanttOptions.CompareBase getCompareBase()
percent
, this option dictates whether to
use 0 or 100 as the base of comparison.void setCompareBase(PlotGanttOptions.CompareBase value)
percent
, this option dictates whether to
use 0 or 100 as the base of comparison.boolean getCompareStart()
compareStart=true
) or should have been already calculated according to
the previous point (compareStart=false
).void setCompareStart(boolean value)
compareStart=true
) or should have been already calculated according to
the previous point (compareStart=false
).@Nullable PlotGanttConnectorsOptions getConnectors()
void setConnectors(PlotGanttConnectorsOptions value)
@Nullable Unknown getCursor()
void setCursor(CursorType value)
void setCursor(String value)
@Nullable PlotGanttDataGroupingOptions getDataGrouping()
groupPixelWidth
option.
If data grouping is applied, the grouping information of grouped points
can be read from the Point.dataGroup. If point options other than the
data itself are set, for example name
or color
or custom properties,
the grouping logic doesn't know how to group it. In this case the options
of the first point instance are copied over to the group point. This can
be altered through a custom approximation
callback function.void setDataGrouping(PlotGanttDataGroupingOptions value)
groupPixelWidth
option.
If data grouping is applied, the grouping information of grouped points
can be read from the Point.dataGroup. If point options other than the
data itself are set, for example name
or color
or custom properties,
the grouping logic doesn't know how to group it. In this case the options
of the first point instance are copied over to the group point. This can
be altered through a custom approximation
callback function.@Nullable PlotGanttDataLabelsOptions getDataLabels()
.highcharts-data-label-box
and .highcharts-data-label
class names
(see example).void setDataLabels(PlotGanttDataLabelsOptions value)
.highcharts-data-label-box
and .highcharts-data-label
class names
(see example).@Nullable String getDescription()
void setDescription(String value)
@Nullable PlotGanttDragDropOptions getDragDrop()
dragDrop
API structure, the module fires three events, point.dragStart,
point.drag and point.drop.
It requires the modules/draggable-points.js
file to be loaded.void setDragDrop(PlotGanttDragDropOptions value)
dragDrop
API structure, the module fires three events, point.dragStart,
point.drag and point.drop.
It requires the modules/draggable-points.js
file to be loaded.boolean getEnableMouseTracking()
void setEnableMouseTracking(boolean value)
@Nullable PlotGanttEventsOptions getEvents()
Highcharts.addEvent
function.void setEvents(PlotGanttEventsOptions value)
Highcharts.addEvent
function.boolean getExposeElementToA11y()
void setExposeElementToA11y(boolean value)
boolean getGrouping()
void setGrouping(boolean value)
double getGroupPadding()
void setGroupPadding(double value)
double getGroupZPadding()
highcharts-3d.js
.void setGroupZPadding(double value)
highcharts-3d.js
.@Nullable Unknown getJoinBy()
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.void setJoinBy(String value)
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.void setJoinBy(String[] value)
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.@Nullable String[] getKeys()
void setKeys(String[] value)
@Nullable PlotGanttLabelOptions getLabel()
graph
or an
area
.
Requires the series-label.js
module.void setLabel(PlotGanttLabelOptions value)
graph
or an
area
.
Requires the series-label.js
module.@Nullable String getLinkedTo()
void setLinkedTo(String value)
double getMaxPointWidth()
void setMaxPointWidth(double value)
double getMinPointLength()
void setMinPointLength(double value)
@Nullable PlotSeriesOptions getNavigatorOptions()
showInNavigator
is true
for this series. Available options are the
same as any series, documented at plotOptions and series.
These options are merged with options in navigator.series, and will take
precedence if the same option is defined both places.void setNavigatorOptions(PlotSeriesOptions value)
showInNavigator
is true
for this series. Available options are the
same as any series, documented at plotOptions and series.
These options are merged with options in navigator.series, and will take
precedence if the same option is defined both places.@Nullable PlotGanttPartialFillOptions getPartialFill()
void setPartialFill(PlotGanttPartialFillOptions value)
@Nullable PlotGanttPointOptions getPoint()
void setPoint(PlotGanttPointOptions value)
@Nullable PlotGanttOptions.PointDescriptionFormatter getPointDescriptionFormatter()
void setPointDescriptionFormatter(PlotGanttOptions.PointDescriptionFormatter value)
double getPointPadding()
void setPointPadding(double value)
double getPointRange()
void setPointRange(double value)
double getPointWidth()
null
, the width is calculated from the
pointPadding
and groupPadding
.void setPointWidth(double value)
null
, the width is calculated from the
pointPadding
and groupPadding
.boolean getSelected()
showCheckbox
is
true, the checkbox next to the series name in the legend will be checked
for a selected series.void setSelected(boolean value)
showCheckbox
is
true, the checkbox next to the series name in the legend will be checked
for a selected series.@Nullable Unknown getShadow()
color
, offsetX
,
offsetY
, opacity
and width
.void setShadow(ShadowOptionsObject value)
color
, offsetX
,
offsetY
, opacity
and width
.void setShadow(boolean value)
color
, offsetX
,
offsetY
, opacity
and width
.boolean getShowCheckbox()
selected
option.void setShowCheckbox(boolean value)
selected
option.boolean getShowInLegend()
true
for standalone series, false
for
linked series.void setShowInLegend(boolean value)
true
for standalone series, false
for
linked series.boolean getShowInNavigator()
void setShowInNavigator(boolean value)
boolean getSkipKeyboardNavigation()
true
, the accessibility module will skip past the
points in this series for keyboard navigation.void setSkipKeyboardNavigation(boolean value)
true
, the accessibility module will skip past the
points in this series for keyboard navigation.@Nullable PlotGanttStatesOptions getStates()
void setStates(PlotGanttStatesOptions value)
boolean getStickyTracking()
mouseOut
event
on a series isn't triggered until the mouse moves over another series, or
out of the plot area. When false, the mouseOut
event on a series is
triggered when the mouse leaves the area around the series' graph or
markers. This also implies the tooltip when not shared. When
stickyTracking
is false and tooltip.shared
is false, the tooltip will
be hidden when moving the mouse between series. Defaults to true for line
and area type series, but to false for columns, pies etc.void setStickyTracking(boolean value)
mouseOut
event
on a series isn't triggered until the mouse moves over another series, or
out of the plot area. When false, the mouseOut
event on a series is
triggered when the mouse leaves the area around the series' graph or
markers. This also implies the tooltip when not shared. When
stickyTracking
is false and tooltip.shared
is false, the tooltip will
be hidden when moving the mouse between series. Defaults to true for line
and area type series, but to false for columns, pies etc.@Nullable PlotGanttTooltipOptions getTooltip()
void setTooltip(PlotGanttTooltipOptions value)
double getTurboThreshold()
0
disable.void setTurboThreshold(double value)
0
disable.boolean getVisible()
void setVisible(boolean value)
double getZIndex()
void setZIndex(double value)
@Nullable String getZoneAxis()
void setZoneAxis(String value)
@Nullable Array<PlotGanttZonesOptions> getZones()
zoneAxis
option. The zone definitions have to be in ascending order
regarding to the value.
In styled mode, the color zones are styled with the
.highcharts-zone-{n}
class, or custom classed from the className
option (view live demo).void setZones(Array<PlotGanttZonesOptions> value)
zoneAxis
option. The zone definitions have to be in ascending order
regarding to the value.
In styled mode, the color zones are styled with the
.highcharts-zone-{n}
class, or custom classed from the className
option (view live demo).Copyright © 2020. All rights reserved.