# Type alias BeforeRenderHandler
BeforeRenderHandler: (
highchartsOptions
) =>HighchartsOptions
Before render handler where any custom adjustments can be made to the chart options of highcharts, which is an underlying charting library used by Sisense.
# Parameters
Parameter | Type |
---|---|
highchartsOptions | HighchartsOptions |
# Returns
HighchartsOptions