Skip to content

Commit a4e22f9

Browse files
author
Jelte Lagendijk
committed
Fix property types Decimal
1 parent 7ec7329 commit a4e22f9

File tree

8 files changed

+9
-0
lines changed

8 files changed

+9
-0
lines changed

src/ChartJS/widgets/BarChart/BarChart.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<attributeType name="Float"/>
7676
<attributeType name="Integer"/>
7777
<attributeType name="Long"/>
78+
<attributeType name="Decimal"/>
7879
</attributeTypes>
7980
</property>
8081
<property key="seriescolor" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true">
@@ -134,6 +135,7 @@
134135
<attributeType name="Float"/>
135136
<attributeType name="Integer"/>
136137
<attributeType name="Long"/>
138+
<attributeType name="Decimal"/>
137139
</attributeTypes>
138140
</property>
139141
<property key="seriesylabel" type="attribute" entityProperty="datapointentity" allowNonPersistableEntities="true" required="true">

src/ChartJS/widgets/DoughnutChart/DoughnutChart.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<attributeType name="Float"/>
8686
<attributeType name="Integer"/>
8787
<attributeType name="Long"/>
88+
<attributeType name="Decimal"/>
8889
</attributeTypes>
8990
</property>
9091
<property key="seriescolor" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true">

src/ChartJS/widgets/LineChart/LineChart.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<attributeType name="Float"/>
7878
<attributeType name="Integer"/>
7979
<attributeType name="Long"/>
80+
<attributeType name="Decimal"/>
8081
</attributeTypes>
8182
</property>
8283
<property key="seriescolor" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true">
@@ -141,6 +142,7 @@
141142
<attributeType name="Float"/>
142143
<attributeType name="Integer"/>
143144
<attributeType name="Long"/>
145+
<attributeType name="Decimal"/>
144146
</attributeTypes>
145147
</property>
146148
<property key="seriesylabel" type="attribute" entityProperty="datapointentity" allowNonPersistableEntities="true" required="true">

src/ChartJS/widgets/PieChart/PieChart.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<attributeType name="Float"/>
8888
<attributeType name="Integer"/>
8989
<attributeType name="Long"/>
90+
<attributeType name="Decimal"/>
9091
</attributeTypes>
9192
</property>
9293
<property key="seriescolor" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true">

src/ChartJS/widgets/PolarChart/PolarChart.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<attributeType name="Float"/>
7676
<attributeType name="Integer"/>
7777
<attributeType name="Long"/>
78+
<attributeType name="Decimal"/>
7879
</attributeTypes>
7980
</property>
8081
<property key="seriescolor" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true">

src/ChartJS/widgets/RadarChart/RadarChart.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<attributeType name="Float"/>
7575
<attributeType name="Integer"/>
7676
<attributeType name="Long"/>
77+
<attributeType name="Decimal"/>
7778
</attributeTypes>
7879
</property>
7980
<property key="seriescolor" type="attribute" entityProperty="datasetentity" allowNonPersistableEntities="true" required="true">
@@ -133,6 +134,7 @@
133134
<attributeType name="Float"/>
134135
<attributeType name="Integer"/>
135136
<attributeType name="Long"/>
137+
<attributeType name="Decimal"/>
136138
</attributeTypes>
137139
</property>
138140
<property key="seriesylabel" type="attribute" entityProperty="datapointentity" allowNonPersistableEntities="true" required="true">

test/[Test] ChartJS.mpr

21 KB
Binary file not shown.

test/widgets/ChartJS.mpk

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)