Skip to content

Commit cc1a5c0

Browse files
committed
Updating chart card tutorial
1 parent a4c67dc commit cc1a5c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/spfx/viva/get-started/build-data-visualization-adaptive-card-extension.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Create a Data Visualization Adaptive Card Extension
33
description: Step-by-step guide on creating Data Visualization Adaptive Card Extension.
4-
ms.date: 04/05/2024
4+
ms.date: 05/01/2024
55
ms.localizationpriority: high
66
---
77
# Create a Data Visualization Adaptive Card Extension
88

99
The [SharePoint Framework v1.19](../../release-1.19.md) introduces a new Data Visualization Template that can be used to implement line charts. This tutorial provides step-by-step guidance on implementing Data Visualization with Adaptive Card Extensions (ACEs).
1010

11-
[!INCLUDE [developer-preview-notice](../../../../includes/snippets/developer-preview-notice.md)]
12-
1311
> [!NOTE]
1412
> Before you start, complete the procedures in the following articles to ensure that you understand the basic flow of creating a custom Adaptive Card Extension: [Build your first SharePoint Adaptive Card Extension](./build-first-sharepoint-adaptive-card-extension.md)
1513
@@ -27,7 +25,7 @@ When prompted, enter the following values (select the default option for all oth
2725

2826
- **What is your solution name?** dataVisualization-tutorial
2927
- **Which type of client-side component to create?** Adaptive Card Extension
30-
- **Which template do you want to use?** Data Visualization Card Template (preview)
28+
- **Which template do you want to use?** Data Visualization Card Template
3129
- **What is your Adaptive Card Extension name?** DataVisualization
3230

3331
At this point, Yeoman installs the required dependencies and scaffolds the solution files. This process might take few minutes.

0 commit comments

Comments
 (0)