Uses of Class
net.pricefx.server.dto.calculation.ResultHighchart
Package
Description
Provides API related to scripting, including interface
PublicGroovyAPI
, that represents what can be reached in the Groovy element syntax as api
.Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of ResultHighchart in net.pricefx.formulaengine.scripting
Modifier and TypeMethodDescriptionPublicGroovyAPI.buildHighchart
(Map<String, ?> definition) Creates aResultHighchart
from the passeddefinition
. -
Uses of ResultHighchart in net.pricefx.server.dto.calculation
Modifier and TypeMethodDescriptionBy default, these modules are already available: boost, drilldown, exporting, export-data, heatmap, no-data-to-display, treemap.ResultHighchart.addResultMatrixTab
(ResultMatrix matrix) The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchart.OnPointClick.back()
ResultHighchart.setDataHeaders
(String... headers) To override the default column headers of the data tab table.ResultHighchart.setResultMatrixTabs
(ResultMatrix... matrices) The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchart.setShowDataTab
(boolean show) Show a tab set, with the chart in the first tab, and data grids in the other tabs.ResultHighchart.showDataTab()
Short forsetShowDataTab(true)