Skip to content

Commit

Permalink
Update test-project and add base64 attribute to missing widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Dec 11, 2017
1 parent 2c22748 commit 778347b
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ChartJS/widgets/BarChart/BarChart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@
Note: This is experimental. In case of non-persistent objects this should not be necessary, and in MX 7 this is useless. Only use this if you experience memory leaks in Mendix 5</description>
<returnType type="Void"></returnType>
</property>
<property key="base64Attr" type="attribute" required="false">
<caption>Base 64 Attribute</caption>
<category>Behavior</category>
<description>The attribute to store the base64 encoding of the chart when rendered.</description>
<attributeTypes>
<attributeType name="String"/>
</attributeTypes>
</property>
<!-- Settings -->
<property key="responsive" type="boolean" required="true" defaultValue="true">
<caption>Responsive</caption>
Expand Down
8 changes: 8 additions & 0 deletions src/ChartJS/widgets/PieChart/PieChart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,14 @@
Note: This is experimental. In case of non-persistent objects this should not be necessary, and in MX 7 this is useless. Only use this if you experience memory leaks in Mendix 5</description>
<returnType type="Void"></returnType>
</property>
<property key="base64Attr" type="attribute" required="false">
<caption>Base 64 Attribute</caption>
<category>Behavior</category>
<description>The attribute to store the base64 encoding of the chart when rendered.</description>
<attributeTypes>
<attributeType name="String"/>
</attributeTypes>
</property>
<!-- Settings -->
<property key="responsive" type="boolean" required="true" defaultValue="true">
<caption>Responsive</caption>
Expand Down
8 changes: 8 additions & 0 deletions src/ChartJS/widgets/PolarChart/PolarChart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@
Note: This is experimental. In case of non-persistent objects this should not be necessary, and in MX 7 this is useless. Only use this if you experience memory leaks in Mendix 5</description>
<returnType type="Void"></returnType>
</property>
<property key="base64Attr" type="attribute" required="false">
<caption>Base 64 Attribute</caption>
<category>Behavior</category>
<description>The attribute to store the base64 encoding of the chart when rendered.</description>
<attributeTypes>
<attributeType name="String"/>
</attributeTypes>
</property>
<!-- Settings -->
<property key="responsive" type="boolean" required="true" defaultValue="true">
<caption>Responsive</caption>
Expand Down
8 changes: 8 additions & 0 deletions src/ChartJS/widgets/RadarChart/RadarChart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ Note: This is experimental. In case of non-persistent objects this should not be
<description>Microflow to invoke when chart canvas is clicked. This Microflow will pass the Datapoint object 'Data point entity'</description>
<returnType type="Void"></returnType>
</property>
<property key="base64Attr" type="attribute" required="false">
<caption>Base 64 Attribute</caption>
<category>Behavior</category>
<description>The attribute to store the base64 encoding of the chart when rendered.</description>
<attributeTypes>
<attributeType name="String"/>
</attributeTypes>
</property>
<!-- Settings -->
<property key="responsive" type="boolean" required="true" defaultValue="true">
<caption>Responsive</caption>
Expand Down
8 changes: 8 additions & 0 deletions src/ChartJS/widgets/StackedBarChart/StackedBarChart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@
Note: This is experimental. In case of non-persistent objects this should not be necessary, and in MX 7 this is useless. Only use this if you experience memory leaks in Mendix 5</description>
<returnType type="Void"></returnType>
</property>
<property key="base64Attr" type="attribute" required="false">
<caption>Base 64 Attribute</caption>
<category>Behavior</category>
<description>The attribute to store the base64 encoding of the chart when rendered.</description>
<attributeTypes>
<attributeType name="String"/>
</attributeTypes>
</property>
<!-- Settings -->
<property key="responsive" type="boolean" required="true" defaultValue="true">
<caption>Responsive</caption>
Expand Down
Binary file modified test/[Test] ChartJS.mpr
Binary file not shown.
Binary file modified test/widgets/ChartJS.mpk
Binary file not shown.

0 comments on commit 778347b

Please sign in to comment.