Skip to content

Commit af95a4a

Browse files
authored
Live publish
2 parents 1be9dc0 + 3a50bf8 commit af95a4a

20 files changed

+272
-17
lines changed

powerapps-docs/developer/component-framework/community-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following is the list of blogs created by Power Apps community.
6262
- [Beyond the Power Apps component framework](https://www.itaintboring.com/dynamics-crm/beyond-the-powerapps-component-framework)
6363
- [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)
6464
- [Create code components](https://debajmecrm.com/2019/04/26/in-depth-end-end-walkthrough-develop-your-custom-controls-using-power-apps-component-framework-and-use-it-on-your-crm-interface/)
65-
- [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/)
6666
- [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)
6767
- [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)
6868
- [How to simulate desired events using bound properties](https://technomancy.com.au/2020/03/27/how-to-handle-events-and-reset-component-in-pcf/)

powerapps-docs/developer/component-framework/reference/position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Model-driven and canvas apps
2626

2727
### coords
2828

29-
Contains a set of geographic coordinates along with the associated currency as well as a set of other optional columns such as altitude and speed.
29+
Contains a set of geographic coordinates along with the associated accuracy as well as a set of other optional columns such as altitude and speed.
3030

3131
### timestamp
3232

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui-formSelector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ The **formContext.ui.formSelector** property lets you work with form items where
2222

2323
[!INCLUDE[cc-terminology](../../../data-platform/includes/cc-terminology.md)]
2424

25+
> [!NOTE]
26+
> The `formContext.ui.formSelector`is not supported for quick create forms.
27+
2528
Form Items are available through any of the following:
2629

2730
- **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:

powerapps-docs/developer/model-driven-apps/understand-charts-underlying-data-chart-representation.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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
33
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.
44
ms.custom: ""
5-
ms.date: 04/15/2021
5+
ms.date: 07/15/2021
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
@@ -157,6 +157,10 @@ Gets or sets the X-axis type of the series.
157157
|Title|Gets or sets the title of the axis.|
158158
|TitleForeColor|Gets or sets the text color of an axis title. More information: [Supported color format](#supported-color-format-in-unified-interface)|
159159

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+
160164
**Example**
161165

162166
```xml
@@ -169,13 +173,13 @@ Gets or sets the X-axis type of the series.
169173

170174
### AxisY
171175

172-
Gets or sets the Y-axis type of the series.
176+
Gets or sets the Y-axis type of the series.
173177

174178
**Properties**
175179

176180
|Property Name| Description|
177181
|-------------|------------|
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.|
179183
|Enabled|Gets or sets a value that indicates whether an axis is enabled.|
180184
|Interval|Gets or sets the interval of an axis.|
181185
|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.
230234

231235
|Property Name| Description|
232236
|-------------|------------|
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|
234238
|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)|
235239
|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)|
236240
|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.
281285
|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.|
282286
|YAxisType|Gets or sets the Y-axis type of a series. Only the second Y-axis is supported, not second X-axis.|
283287

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+
284292
**Example**
285293

286294
```xml
@@ -332,4 +340,4 @@ Unified Interface supports the following color formats in chart presentation xml
332340
[Chart class (Microsoft Chart Controls)](/dotnet/api/system.web.ui.datavisualization.charting.chart)
333341

334342

335-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
343+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,6 +2298,8 @@
22982298
href: ../teams/extend-issue-rename-work-order.md
22992299
- name: Remove the Planner dependency for task creation
23002300
href: ../teams/extend-issue-remove-planner.md
2301+
- name: Add the ability to be notified when an issue is resolved
2302+
href: ../teams/extend-issue-sign-up-notification.md
23012303
- name: Milestones
23022304
items:
23032305
- name: Milestones

powerapps-docs/maker/canvas-apps/test-studio-classic-pipeline-editor.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 04/24/2020
10+
ms.date: 07/20/2021
1111
ms.subservice: canvas-maker
1212
ms.author: aheaney
1313
search.audienceType:
@@ -29,9 +29,6 @@ You can use a public project on GitHub - [Microsoft/PowerAppsTestAutomation](htt
2929
- Open a browser on the build agent and execute a set of test cases and suites.
3030
- View the status of the test execution in the Azure DevOps pipeline.
3131

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-
3532
## Prerequisites
3633

3734
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
323320
- [Configure pipeline using YAML](test-studio-yaml-pipeline.md)
324321
325322
326-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
323+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/canvas-apps/test-studio-yaml-pipeline.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 04/24/2020
10+
ms.date: 07/20/2021
1111
ms.subservice: canvas-maker
1212
ms.author: aheaney
1313
search.audienceType:
@@ -29,9 +29,6 @@ You can use a public project on GitHub&mdash;[Microsoft/PowerAppsTestAutomation]
2929
- Open a browser on the build agent and execute a set of test cases and suites.
3030
- View the status of the test execution in the Azure DevOps pipeline.
3131

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-
3532
## Prerequisites
3633

3734
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
224221
- [Working with Test Studio](working-with-test-studio.md)
225222
- [Automate tests with Azure Pipelines using classic editor](test-studio-classic-pipeline-editor.md)
226223

227-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
224+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)