Overall Score
  • 09 Feb 2024
  • 1 Minute to read
  • PDF

Overall Score

  • PDF

Article Summary

Overall Score


image.png

In the Scorecard Container HTML replace <! -- Overall Score snippet --> with below snippet, update the version of the HTML file & upload the file to get the shown output.

<div class="col-md-4">
    <span id="survey_progress_overview_percent" style="display:none;" >{{dashboard.data['replace_with_your_field_name']}}</span>
    <canvas id="OverallScoreDoughnut"  data-color="#601A4A" data-text="Overall Score" ></canvas>
</div>

Was this article helpful?