Common Chart Properties
The following sections describe the properties shared by most chart components, with separate pages for groups of similar properties. Basic Properties are listed here.
Property Types
Description of each component property includes property type. Property type is the type of value returned by a component property reference appearing in a dashboard binding (String, Boolean, Integer, etc.)
However, since properties are internally represented by variables of UI component contexts, each property is naturally a data table. Thus, an variable with an Integer property type indicates that the component’s variable is a single-cell data table, consisting of a single Integer field and a single row.
Basic Properties
The following properties appear under the Basic Properties group of each component.
Empty Chart Text
Text to display when the chart has no data to display.
Variable Name: | emptyChartText |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
emptyChartText | lang | Empty Chart Text |
Language
Display language for chart elements with a text component. Options include:
Auto: automatically uses the system language of the Iotellect instance the user is accessing.
English
Russian
Spanish
Variable Name: | lang |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
lang | String | Language |
Time Zone
Indicate the time zone to use when a chart element displays a time value. All time values will be converted to the chosen time zone when shown to the user.
Variable Name: | timezone |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
timezone | String | Time Zone |
Sync Id
Allow user to compare data position across multiple charts. When two or more charts are displayed with the same Sync ID, and the user hovers over a data point in one chart which exists in other charts, the tooltip will open in all other charts where the similar data point exists.
Variable Name:
syncId
Records:
1
Record Format:
Field Name | Field Type | Field Description |
syncId | String | Allow tool tips to be displayed in multiple places. |
Was this page helpful?