|
10 | 10 | <property key="width" type="integer" required="true" defaultValue="500"> |
11 | 11 | <caption>Width</caption> |
12 | 12 | <category>Appearance</category> |
13 | | - <description>Initial width of the chart canvas, will be ignored when responsive property is set to 'Yes'</description> |
| 13 | + <description>Initial width of the chart canvas, will be ignored when responsive property is set to 'Yes'</description> |
14 | 14 | </property> |
15 | 15 | <property key="height" type="integer" required="true" defaultValue="250"> |
16 | 16 | <caption>Height</caption> |
17 | 17 | <category>Appearance</category> |
18 | | - <description>Initial height of the chart canvas, will be ignored when responsive property is set to 'Yes'</description> |
| 18 | + <description>Initial height of the chart canvas, will be ignored when responsive property is set to 'Yes'</description> |
19 | 19 | </property> |
20 | 20 | <property key="responsiveRatio" type="integer" required="true" defaultValue="0"> |
21 | 21 | <caption>Responsive w/h ratio (%)</caption> |
|
100 | 100 | <property key="sourceentity" type="entity" required="true" allowNonPersistableEntities="true"> |
101 | 101 | <caption>Chart Entity</caption> |
102 | 102 | <category>Data Source</category> |
103 | | - <description>Container entity, referencing DataSet entity objects.</description> |
| 103 | + <description>Container entity, referencing DataSet entity objects.</description> |
104 | 104 | </property> |
105 | 105 | <property key="datasourcemf" type="microflow" required="false"> |
106 | 106 | <caption>Microflow</caption> |
107 | 107 | <category>Data Source</category> |
108 | | - <description>Microflow returning a 'Chart Entity' object.</description> |
| 108 | + <description>Microflow returning a 'Chart Entity' object.</description> |
109 | 109 | <returnType type="Object" entityProperty="sourceentity"></returnType> |
110 | 110 | </property> |
111 | | - <property key="numberInside" type="attribute" entityProperty="sourceentity" required="false"> |
112 | | - <caption>Total value</caption> |
113 | | - <category>Data Source</category> |
114 | | - <description>Optional: attribute containing a total value </description> |
115 | | - <attributeTypes> |
116 | | - <attributeType name="String"/> |
117 | | - <attributeType name="Integer"/> |
118 | | - <attributeType name="Float"/> |
| 111 | + <property key="numberInside" type="attribute" entityProperty="sourceentity" required="false"> |
| 112 | + <caption>Total value</caption> |
| 113 | + <category>Data Source</category> |
| 114 | + <description>Optional: attribute containing a total value </description> |
| 115 | + <attributeTypes> |
| 116 | + <attributeType name="String"/> |
| 117 | + <attributeType name="Integer"/> |
| 118 | + <attributeType name="Float"/> |
119 | 119 | <attributeType name="Decimal"/> |
120 | | - </attributeTypes> |
121 | | - </property> |
| 120 | + </attributeTypes> |
| 121 | + </property> |
122 | 122 | <!--<property key="sourceTrigger" type="attribute" entityProperty="sourceentity" allowNonPersistableEntities="true" required="false"> |
123 | 123 | <caption>Attribute to trigger</caption> |
124 | 124 | <category>Data Set</category> |
|
132 | 132 | <property key="datasetentity" type="entity" required="true" allowNonPersistableEntities="true" entityProperty="sourceentity" isPath="yes" pathType="referenceSet"> |
133 | 133 | <caption>Data Set Entity</caption> |
134 | 134 | <category>Data Set</category> |
135 | | - <description>Entity, containing value representing a doughnut part</description> |
| 135 | + <description>Entity, containing value representing a doughnut part</description> |
136 | 136 | </property> |
137 | 137 |
|
138 | 138 | <property key="datasetlabel" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true"> |
139 | 139 | <caption>Data Set label</caption> |
140 | 140 | <category>Data Set</category> |
141 | | - <description>Label, displayed in legend</description> |
| 141 | + <description>Label, displayed in legend</description> |
142 | 142 | <attributeTypes> |
143 | 143 | <attributeType name="Enum"/> |
144 | 144 | <attributeType name="String"/> |
|
147 | 147 | <property key="datasetsorting" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true"> |
148 | 148 | <caption>Sorting</caption> |
149 | 149 | <category>Data Set</category> |
150 | | - <description>Attribute used for sorting dataset objects</description> |
| 150 | + <description>Attribute used for sorting dataset objects</description> |
151 | 151 | <attributeTypes> |
152 | 152 | <attributeType name="AutoNumber"/> |
153 | 153 | <attributeType name="Currency"/> |
|
172 | 172 | <category>Data Set</category> |
173 | 173 | <description>Set the highlight color of the doughnut part.</description> |
174 | 174 | <attributeTypes> |
175 | | - <attributeType name="Enum"/> |
176 | | - <attributeType name="String"/> |
177 | | - </attributeTypes> |
178 | | - </property> |
179 | | - <property key="seriesColorReduceOpacity" type="boolean" required="true" defaultValue="true"> |
180 | | - <caption>Reduce opacity</caption> |
181 | | - <category>Data Set</category> |
182 | | - <description>Adds transparency to the fill color(opacity:0.5) and highlight color(opacity:0.75)</description> |
183 | | - </property> |
184 | | - <property key="seriesylabel" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true"> |
| 175 | + <attributeType name="Enum"/> |
| 176 | + <attributeType name="String"/> |
| 177 | + </attributeTypes> |
| 178 | + </property> |
| 179 | + <property key="seriesColorReduceOpacity" type="boolean" required="true" defaultValue="true"> |
| 180 | + <caption>Reduce opacity</caption> |
| 181 | + <category>Data Set</category> |
| 182 | + <description>Adds transparency to the fill color(opacity:0.5) and highlight color(opacity:0.75)</description> |
| 183 | + </property> |
| 184 | + <property key="seriesylabel" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true"> |
185 | 185 | <caption>Value</caption> |
186 | 186 | <category>Data Set</category> |
187 | 187 | <description>Doughnut part value</description> |
|
202 | 202 | <property key="onclickmf" type="microflow" required="false"> |
203 | 203 | <caption>On Click Microflow</caption> |
204 | 204 | <category>Behavior</category> |
205 | | - <description>Microflow to invoke when chart canvas is clicked</description> |
| 205 | + <description>Microflow to invoke when chart canvas is clicked</description> |
206 | 206 | <returnType type="Void"></returnType> |
207 | 207 | </property> |
208 | 208 | <property key="onclickDataSetMf" type="microflow" required="false" entityProperty="datasetentity"> |
|
215 | 215 | <property key="responsive" type="boolean" required="true" defaultValue="true"> |
216 | 216 | <caption>Responsive</caption> |
217 | 217 | <category>Appearance</category> |
218 | | - <description>Chart canvas dimensions respond to changes in layout</description> |
| 218 | + <description>Chart canvas dimensions respond to changes in layout</description> |
219 | 219 | </property> |
220 | 220 | <property key="segmentShowStroke" type="boolean" required="true" defaultValue="true"> |
221 | 221 | <caption>Segment Show Stroke</caption> |
|
245 | 245 | <property key="showTooltips" type="boolean" required="true" defaultValue="false"> |
246 | 246 | <caption>Show tooltip</caption> |
247 | 247 | <category>Settings</category> |
248 | | - <description>Determines whether to draw tooltips on the canvas or not.</description> |
| 248 | + <description>Determines whether to draw tooltips on the canvas or not.</description> |
249 | 249 | </property> |
250 | 250 | <!--<property key="tooltipForm" type="form" required="false"> |
251 | 251 | <caption>Tooltip form</caption> |
|
0 commit comments