Skip to content

Commit

Permalink
Merge pull request #1080 from AI4Bharat/sagarika-master
Browse files Browse the repository at this point in the history
Sagarika master
  • Loading branch information
aparna-aa authored Jul 11, 2024
2 parents 6162b19 + c4556fc commit d08bd5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export default function PerformanceAnalytics() {
labels: labels,
datasets: [
{
label: `${metaInfo?"Word Counts":"Task Count"}`,
label: `${selectedType==="AcousticNormalisedTranscriptionEditing" ?"Duration": metaInfo?"Word Count":"Task Count"}`,
data: entries,
backgroundColor: "rgba(255, 0, 0)",
fill: {
Expand Down

0 comments on commit d08bd5f

Please sign in to comment.