Package | Description |
---|---|
com.hyjavaapex.model.apexcharts.tooltip | |
com.hyjavaapex.model.common |
Modifier and Type | Method and Description |
---|---|
Function |
Y.getFormatter()
To format the Y-axis values of tooltip, you can define a custom formatter function.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static Function |
Function.NULL |
Modifier and Type | Method and Description |
---|---|
Function |
Function.setEmitAsString(boolean emitAsString)
Set whether to emit the function as a JSON string and convert it so it to be converted back to a function in your JavaScript.
|
Function |
Function.setEmitAsString(boolean emitAsString,
boolean convertFunction)
Set whether to emit the function as a JSON string.
|
Function |
Function.setFunctionBody(String functionBody)
Set the function body.
|
Copyright © 2024. All rights reserved.