- 09 Feb 2024
- 1 Minute to read
- Print
- PDF
Pillar Radar Chart Card
- Updated on 09 Feb 2024
- 1 Minute to read
- Print
- PDF
Filter By Pillars
In the Scorecard Container HTML replace the <! -- Filter by Pillars snippet in Pillar Radar Chart --> with below link in the HTML, update & upload the HTML after changing the version of HTML file
Use below snippet to achieve above output
<label>Filter by Pillars</label>
<chartjs-label-dropdown [chartname]="'ScorecardName_Pillar_Radar_Chart'" [items]="['Pillar 1','Pillar 2','Pillar ...', 'Pillar n']"></chartjs-label-dropdown>
Add respective Pillar Name from the Source Data Sheet.
Note:- You can add all your Pillar Name separated by "," as shown above.
Radar Chart
Replace the <! -- Radar Chart snippet in Pillar Radar Chart --> with below link in the HTML, update & upload the HTML after changing the version of HTML file
Use below snippet to achieve above output
<div chartjs [chartname]="'ScorecardName_Pillar_Radar_Chart'" ></div>