Category: ACE
-
Introducing the new PieChartCardView for Adaptive Card Extensions

Introduction The version 1.20 of SharePoint Framework introduces two different charts for the Adaptive Card Extensions, in this post I want to cover the PieChartCardView. As the name suggests, this visual control displays a pie chart which can also be displayed as a donut chart. I created a sample solution…
-
Introducing LineChartCardView: the new Adaptive Card Extension for SPFx

SharePoint Framework version 1.19 is out with the first preview and this brings a new awesome class for the ACE (Adaptive Card Extensions) development, this class is the LineChartCardView! To check all the new features and changes of the new SPFx version you can check here. NB: at the time…
-
ACE with multiple quick views

Today I want to show a simple thing about ACEs and that is: how to register multiple quick views. In this sample I’ll be using two buttons in the card view to open differents quick views. Just a reminder before diving into the code: an ACE can be displayed in…
