Workflow - AngularJS Components - Charts

Published on Thursday, 7 September 2017

In this Article I will run through how to enable AngularJS when using Chart Components.

Table Of Contents

Create a new Project and add a Web Form to your main Model.

Search for a Web Chart Component and add it to your page.

Setup the necessary properties to display some data.

Web Chart

LogicBase.Components.FormBuilder.AdvancedComponents.WebChart.WebChartComponent
https://www.symantec.com/connect/articles/webchart
https://www.symantec.com/connect/content-external/workflow-id_LogicBase.Components.FormBuilder.AdvancedComponents.WebChart.WebChartComponent/workflow

As usual Edit the Component and in the "General" tab tick the "Use Angular JS" box.

AngularJS - WebChart - Edit Component

Run the app in Debug and you will get some interactive Charts.

AngularJS - Graphs

If you click on the Legend this will Show/Hide the data. Hover over the points and if the property has been set you can see the Data Labels. There is lots you can configure depending on how you wish to use the Chart.

There are other types of Charts you can use in Workflow:

Dynamic Guage

LogicBase.Components.FormBuilder.Components.DynamicGuageComponent
https://www.symantec.com/connect/articles/dynamic-configurable-guage
https://www.symantec.com/connect/content-external/workflow-id\_LogicBase.Components.FormBuilder.Components.DynamicGuageComponent/workflow

No option to use AngularJS, unless I've missed the setting.

Protirus