Package | Description |
---|---|
com.hyjavaapex.model.apexcharts | |
com.hyjavaapex.model.apexcharts.tooltip |
Modifier and Type | Method and Description |
---|---|
Y |
Tooltip.getY()
In a multiple series, the
|
Y |
Tooltip.getYAsArrayObjectSingle()
In a multiple series, the
|
Modifier and Type | Method and Description |
---|---|
List<Y> |
Tooltip.getYAsArrayObject()
In a multiple series, the
|
Modifier and Type | Method and Description |
---|---|
Tooltip |
Tooltip.setY(Y yAsObject)
In a multiple series, the
|
Modifier and Type | Method and Description |
---|---|
Tooltip |
Tooltip.setY(List<Y> yAsArrayObject)
In a multiple series, the
|
Modifier and Type | Field and Description |
---|---|
static Y |
Y.NULL |
Modifier and Type | Method and Description |
---|---|
Y |
Y.setFormatter(Function formatter)
To format the Y-axis values of tooltip, you can define a custom formatter function.
|
Copyright © 2024. All rights reserved.