Skip to content

Commit

Permalink
Merge pull request #1113 from AI4Bharat/ana-mas
Browse files Browse the repository at this point in the history
fixes for formula
  • Loading branch information
ishvindersethi22 authored Oct 5, 2024
2 parents 66d4798 + dc1646d commit f3a557d
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ function TaskCountAnalyticsChart(props) {
: 0
}`}</p>):annotationChecked&&reviewChecked&&supercheckChecked?(<p style={{ color: "rgba(243, 156, 18 )" }}>
{`Annotation : ${
payload[0].payload.diff_annotation_rev_sup
payload[0].payload.diff_annotation_rev
? new Intl.NumberFormat("en").format(
payload[0].payload.diff_annotation_rev_sup
payload[0].payload.diff_annotation_rev
)
: 0
}`}</p>):null}
Expand Down Expand Up @@ -371,14 +371,7 @@ function TaskCountAnalyticsChart(props) {
fill="rgba(243, 156, 18 )"
cursor="pointer"
/>):annotationChecked&&reviewChecked&&supercheckChecked?(<Bar
dataKey="diff_annotation_rev_sup"
barSize={30}
name="Annotation"
stackId="a"
fill="rgba(243, 156, 18 )"
cursor="pointer"
/>):annotationChecked&&supercheckChecked&&!reviewChecked?(<Bar
dataKey="diff_annotation_sup"
dataKey="diff_annotation_rev"
barSize={30}
name="Annotation"
stackId="a"
Expand Down

0 comments on commit f3a557d

Please sign in to comment.