@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class Halo extends AbstractConfigurationObject
Options for the halo appearing around the hovered point in line-type series
as well as outside the hovered slice in pie charts. By default the halo is
filled by the current point or series color with an opacity of 0.25. The halo
can be disabled by setting the halo
option to false
.
In styled mode, the halo is styled with the .highcharts-halo
class, with colors inherited from .highcharts-color-{n}
.
Constructor and Description |
---|
Halo() |
Modifier and Type | Method and Description |
---|---|
Number |
getSize() |
void |
setSize(Number size)
The pixel size of the halo.
|
public Number getSize()
setSize(Number)
public void setSize(Number size)
Defaults to: 10
Copyright © 2020. All rights reserved.