You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/component-framework/community-resources.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The following is the list of blogs created by Power Apps community.
62
62
-[Beyond the Power Apps component framework](https://www.itaintboring.com/dynamics-crm/beyond-the-powerapps-component-framework)
63
63
-[Beyond the citizen developer: Why pros see promise in Microsoft's Power Apps component framework](https://msdynamicsworld.com/story/beyond-citizen-developer-why-pros-see-promise-microsofts-powerapps-component-framework)
-[Dianamics Power Apps component framework lady (Multiple topics)](https://dianabirkelbach.wordpress.com/category/pcf/)
65
+
-[Dianamics Lady (Multiple topics)](https://dianabirkelbach.wordpress.com/category/pcf/)
66
66
-[Editing the DOM with supported code components](https://www.magnetismsolutions.com/blog/adammurchison/2019/05/29/editing-the-dom-with-supported-dynamics-365-custom-controls)
67
67
-[How to configure Node.js and Typescript into your environment](https://capuanodanilo.com/2019/06/11/how-to-configure-node-js-and-typescript-into-your-environment-to-develop-powerapps-component-frameworks-pcf)
68
68
-[How to simulate desired events using bound properties](https://technomancy.com.au/2020/03/27/how-to-handle-events-and-reset-component-in-pcf/)
> The `formContext.ui.formSelector`is not supported for quick create forms.
27
+
25
28
Form Items are available through any of the following:
26
29
27
30
-**formselector.items** collection: A collection of all the form items accessible to the current user. Only those forms that share an association with one of the user’s security roles are available in this collection. Example:
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/understand-charts-underlying-data-chart-representation.md
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Understand charts: Underlying data and chart representation (model-driven apps) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces
3
3
description: "Charts display data visually by mapping textual values on two axes: horizontal (x) and vertical (y). The x axis is called the category axis and the y axis is called the series axis."# 115-145 characters including spaces. This abstract displays in the search result.
4
4
ms.custom: ""
5
-
ms.date: 04/15/2021
5
+
ms.date: 07/15/2021
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.topic: "article"
@@ -157,6 +157,10 @@ Gets or sets the X-axis type of the series.
157
157
|Title|Gets or sets the title of the axis.|
158
158
|TitleForeColor|Gets or sets the text color of an axis title. More information: [Supported color format](#supported-color-format-in-unified-interface)|
159
159
160
+
161
+
> [!TIP]
162
+
> - When there are too many `LABELS`, `HighCharts` omits every second label and tries to render again. A quick work around is to either remove the records, or zoom out the browser.
163
+
160
164
**Example**
161
165
162
166
```xml
@@ -169,13 +173,13 @@ Gets or sets the X-axis type of the series.
169
173
170
174
### AxisY
171
175
172
-
Gets or sets the Y-axis type of the series.
176
+
Gets or sets the Y-axis type of the series.
173
177
174
178
**Properties**
175
179
176
180
|Property Name| Description|
177
181
|-------------|------------|
178
-
|AxisY2|Gets or sets an Axis object that represents the secondary Y-axis.<br/> - Second Yaxis only applies to multiple series chart. <br/> - If you create multiple series chart with the chart editor, by default, the `YAxisType=Secondary` property will be added to the 2nd series of your chart, and a `AxisY2` node is added to the XML.<br/> - If you want another series to be measured by second Y axis, you can move the `YAxisType=Secondary` to that series node. <br/> - If you don't want a second Y axis, you can delete the `YAxisType=Secondary`.<br/> - If a Y Axis (either primary or secondary) measures more than 1 series, title will not be added to that Y Axis, because Y Axis title doesn't know which series to display.|
182
+
|AxisY2|Gets or sets an Axis object that represents the secondary Y-axis.<br/> - Second Y-axis only applies to multiple series chart. <br/> - If you create multiple series chart with the chart editor, by default, the `YAxisType=Secondary` property will be added to the 2nd series of your chart, and a `AxisY2` node is added to the XML.<br/> - If you want another series to be measured by second Y axis, you can move the `YAxisType=Secondary` to that series node. <br/> - If you don't want a second Y axis, you can delete the `YAxisType=Secondary`.<br/> - If a Y Axis (either primary or secondary) measures more than 1 series, title will not be added to that Y Axis, because Y Axis title doesn't know which series to display.|
179
183
|Enabled|Gets or sets a value that indicates whether an axis is enabled.|
180
184
|Interval|Gets or sets the interval of an axis.|
181
185
|LabelStyle Enabled|Gets or sets a flag that indicates whether the label is enabled.|
@@ -230,7 +234,7 @@ Represents a chart area on the chart image.
230
234
231
235
|Property Name| Description|
232
236
|-------------|------------|
233
-
|Area3DStyle Enable3D|Gets or sets a value that indicates whether the flag toggles the 3D on and off for a chart area.|
237
+
|Area3DStyle Enable3D|Gets or sets a value that indicates whether the flag toggles the 3D on and off for a chart area. It supports the following 3D chart types:<br/> - 3D Column <br/> - 3D Bar <br/> - 3D StackedColumn <br/> - 3D StackedBar <br/> - 3D StackedColumn100 <br/> - 3D StackedBar100 <br/> - 3D Pie|
234
238
|BackColor|Allow users to set the plot background to either a solid or a gradient color. More information: [Supported color format](#supported-color-format-in-unified-interface)|
235
239
|BackSecondaryColor|Allow users to set the plot background to either a solid or a gradient color. More information: [Supported color format](#supported-color-format-in-unified-interface)|
236
240
|BackGradientStyle|Allow users to set the plot background to either a solid or a gradient color.|
@@ -281,6 +285,10 @@ Stores data points and series.
281
285
|LegendText|Gets or sets the text of the item in the legend. For funnel and pie charts, the legend displays each data point's value in a series. Instead of displaying the series name as a whole.|
282
286
|YAxisType|Gets or sets the Y-axis type of a series. Only the second Y-axis is supported, not second X-axis.|
283
287
288
+
> [!NOTE]
289
+
> - Currently, we partially support `#PERCENT`. `#VAL` and `#TOTAL` are not supported in Unified Interface.
290
+
> - We only support a maximum of 5 `Series` (1 series and 2 categories/groupby) in a chart.
291
+
284
292
**Example**
285
293
286
294
```xml
@@ -332,4 +340,4 @@ Unified Interface supports the following color formats in chart presentation xml
332
340
[Chart class (Microsoft Chart Controls)](/dotnet/api/system.web.ui.datavisualization.charting.chart)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/test-studio-classic-pipeline-editor.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 04/24/2020
10
+
ms.date: 07/20/2021
11
11
ms.subservice: canvas-maker
12
12
ms.author: aheaney
13
13
search.audienceType:
@@ -29,9 +29,6 @@ You can use a public project on GitHub - [Microsoft/PowerAppsTestAutomation](htt
29
29
- Open a browser on the build agent and execute a set of test cases and suites.
30
30
- View the status of the test execution in the Azure DevOps pipeline.
31
31
32
-
> [!NOTE]
33
-
> The [Test Studio](test-studio.md) feature is still experimental and we recommend you use it to write tests for non-production apps. For more information, see [Experimental and preview features](working-with-experimental-preview.md).
34
-
35
32
## Prerequisites
36
33
37
34
Before you begin, you must complete the following steps:
@@ -323,4 +320,4 @@ Select **RunTestAutomation** test to drill into the details on what test case ha
323
320
- [Configure pipeline using YAML](test-studio-yaml-pipeline.md)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/test-studio-yaml-pipeline.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 04/24/2020
10
+
ms.date: 07/20/2021
11
11
ms.subservice: canvas-maker
12
12
ms.author: aheaney
13
13
search.audienceType:
@@ -29,9 +29,6 @@ You can use a public project on GitHub—[Microsoft/PowerAppsTestAutomation]
29
29
- Open a browser on the build agent and execute a set of test cases and suites.
30
30
- View the status of the test execution in the Azure DevOps pipeline.
31
31
32
-
> [!NOTE]
33
-
> The [Test Studio](test-studio.md) feature is still experimental, and we recommend you use it to write tests for non-production apps only. More information: [Experimental and preview features](working-with-experimental-preview.md)
34
-
35
32
## Prerequisites
36
33
37
34
Before you begin, you must complete the following steps:
@@ -224,4 +221,4 @@ Select **RunTestAutomation** to drill into the details about the failed test cas
224
221
-[Working with Test Studio](working-with-test-studio.md)
225
222
-[Automate tests with Azure Pipelines using classic editor](test-studio-classic-pipeline-editor.md)
0 commit comments