Skip to content

Commit

Permalink
update score domain range
Browse files Browse the repository at this point in the history
  • Loading branch information
Janith Rathnayaka committed May 9, 2024
1 parent 3956785 commit 4b1b5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/score-ring.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { getOrdinal } from "lib";
import { ancillary } from "database/ancillary";
import kebabCase from "lodash/kebabCase";

const scoreDomain = [1, 5];
const scoreDomain = [0, 5];
const numberOfStages = scoreDomain[1] - scoreDomain[0];
const tweakColor = (color: string) => {
const d3Color = hcl(color);
Expand Down

0 comments on commit 4b1b5ed

Please sign in to comment.