SpagoBI - Rotation
|
|
Parameters
|
Description
|
Default
|
paramWidth
|
Set table width
|
300
|
paramHeight
|
Set table height
|
300
|
xColName
|
Name of the label that identifies the attribute of the dataset containing the data label
|
xLabel
|
valsColName
|
Name of the label that identifies the attribute of the dataset containing the data value
|
value
|
refreshRate
|
Set the delay between two consecutive request to server
|
15000
|
dataurl
|
Specify the URL of the servlet that returns data
|
http://localhost:8080/openlaszlo/OpenLaszloEngineDash
|
minValue
|
Set the min value displayed by the dashboard
|
100
|
minValue
|
Set the min value displayed by the dashboard
|
100
|
lowValue
|
Set the value that corresponds to the upper edge of the first arc and the lower of the second one
|
295
|
highValue
|
Set the value that corresponds to the upper edge of the second arc and the lower of the third one |
340
|
maxValue
|
Set the max value displayed by the dashboard
|
400
|
numOfDivision
|
Set the number of the main divisions
|
10
|
showMainDiv
|
Set the main divisions visible
|
true
|
showSecDiv
|
Set the secondary divisions visible
|
true
|
showMainText
|
Set the main division label visible
|
true
|
showSecText
|
Set the secondary division label visible
|
10
|
colorArc1
|
Set the color of the first arc (between minValue and lowValue)
|
0x9cff00
|
colorArc2
|
Set the color of the second arc (between lowValue and highValue)
|
0xfff999
|
colorArc3
|
Set the color of the third arc (between highValue and maxValue)
|
0xff5454
|