-
Notifications
You must be signed in to change notification settings - Fork 3
GS1UiShowChart
Gs1TestTeam edited this page Aug 16, 2018
·
12 revisions
Display the retrieved data in a chart

| Attributes | type | Description |
|---|---|---|
| chartTitle | string | Define chart title (e.g: Used DBMS Analysis) |
| chartStyle | string | Define chart style (e.g: pie, bar, line) |
| chartSize | Number | Define total chart size (e.g: 40%) |
Source Code:
<app-gs1-ui-show-chart
[chartTitle] = "'GS1 Canada'"
[chartStyle] = "'pie'"
[chartSize] = "40"
>
</app-gs1-ui-show-chart>Output:

Source Code:
<app-gs1-ui-show-chart
[chartTitle] = "'GS1 Canada'"
[chartStyle] = "'line'" <--- change it to line chart
[chartSize] = "40"
>
</app-gs1-ui-show-chart>Output:

Source Code:
<app-gs1-ui-show-chart
[chartTitle] = "'GS1 Canada Development Team'" <-- change it to GS1 Canada Development Team
[chartStyle] = "'bar'" <--- change it to bar chart
[chartSize] = "40"
>
</app-gs1-ui-show-chart>Output:

GS1 Canada® is a registered trademark of GS1 Canada. Copyright © GS1 Canada 2018.