Skip to content

Commit

Permalink
bot stats
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Jan 5, 2024
1 parent 62cc9cd commit 19e1018
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/statistics/bot-statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ class BotStats extends LitElement {
Number of unique Users:
<strong>${this.statistics?.numberOfUsers}</strong>
<br />
Average conversation duration:
<strong
>${this.statistics?.averageConversationDuration} s</strong
>
<br />
Average conversation length:
<strong>${this.statistics?.averageConversationLength}</strong>
${this.statistics?.conformance?.fitness?.averageFitness !=
null
Expand All @@ -130,7 +137,7 @@ class BotStats extends LitElement {
%</strong
>
<br />`
: "-"}
: ""}
</div>
</div>
</div>
Expand Down

0 comments on commit 19e1018

Please sign in to comment.