Skip to content

Commit 8a13907

Browse files
author
Jelte Lagendijk
committed
Add missing attribute types (fix #96)
1 parent 954786c commit 8a13907

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/ChartJS/widgets/DoughnutChart/DoughnutChart.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
<attributeType name="String"/>
117117
<attributeType name="Integer"/>
118118
<attributeType name="Float"/>
119+
<attributeType name="Decimal"/>
119120
</attributeTypes>
120121
</property>
121122
<!--<property key="sourceTrigger" type="attribute" entityProperty="sourceentity" allowNonPersistableEntities="true" required="false">

src/ChartJS/widgets/PieChart/PieChart.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<attributeType name="String"/>
120120
<attributeType name="Integer"/>
121121
<attributeType name="Float"/>
122+
<attributeType name="Decimal"/>
122123
</attributeTypes>
123124
</property>
124125
<!--<property key="sourceTrigger" type="attribute" entityProperty="sourceentity" allowNonPersistableEntities="true" required="false">

src/ChartJS/widgets/StackedBarChart/StackedBarChart.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
<attributeType name="Float"/>
150150
<attributeType name="Integer"/>
151151
<attributeType name="Long"/>
152+
<attributeType name="Decimal"/>
152153
</attributeTypes>
153154
</property>
154155
<property key="seriescolor" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true">
@@ -208,6 +209,7 @@
208209
<attributeType name="Float"/>
209210
<attributeType name="Integer"/>
210211
<attributeType name="Long"/>
212+
<attributeType name="Decimal"/>
211213
</attributeTypes>
212214
</property>
213215
<property key="seriesylabel" type="attribute" entityProperty="datapointentity" allowNonPersistableEntities="true" required="true">

0 commit comments

Comments
 (0)