Package | Description |
---|---|
net.pricefx.formulaengine.scripting | |
net.pricefx.server.dto.calculation |
Modifier and Type | Method and Description |
---|---|
ResultHighchart |
PublicGroovyAPI.buildHighchart(Map<String,?> definition)
Creates a
ResultHighchart from the passed definition . |
Modifier and Type | Class and Description |
---|---|
class |
ResultHighmap |
Modifier and Type | Method and Description |
---|---|
ResultHighchart |
ResultHighchart.addModule(String... modules)
By default, only the modules required for the various Price Analyzer chart types are available.
|
ResultHighchart |
ResultHighchart.addResultMatrixTab(ResultMatrix matrix)
The automatically filled data tab can be replaced by customized ResultMatrix data.
|
ResultHighchart |
ResultHighchart.setDataHeaders(String... headers)
To override the default column headers of the data tab table.
|
ResultHighchart |
ResultHighchart.setResultMatrixTabs(ResultMatrix... matrices)
The automatically filled data tab can be replaced by customized ResultMatrix data.
|
ResultHighchart |
ResultHighchart.setShowDataTab(boolean show)
Show a tab set, with the chart in the first tab, and data grids in the other tabs.
|
ResultHighchart |
ResultHighchart.showDataTab()
Short for setShowDataTab(true)
|
Copyright © 2019. All rights reserved.