Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
webbind:parameters [2025/04/04 08:06] optrix |
webbind:parameters [2025/04/05 03:33] (current) optrix |
||
---|---|---|---|
Line 1: | Line 1: | ||
====Web Data Binding Parameters==== | ====Web Data Binding Parameters==== | ||
+ | |||
+ | [[webbind: | ||
The parameters are given in the same format as CSS styles. Parameter names, a colon character (:) and the property value. | The parameters are given in the same format as CSS styles. Parameter names, a colon character (:) and the property value. | ||
Line 38: | Line 40: | ||
Using // | Using // | ||
+ | |||
+ | ===Convert=== | ||
+ | |||
+ | The **convert** parameter converts numeric values to either **colours** or **text**. This is particularly useful for data points that represent discrete values and enumerations, | ||
+ | |||
+ | The following are valid values for ' | ||
+ | |||
+ | ^Value^Meaning^ | ||
+ | |**text**|Numeric values are converted to text (ie. ' | ||
+ | |**colour** or **color**|Numeric values are converted to RGB/HTML colours| | ||
===Map=== | ===Map=== |