We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4069f06 commit 97da1afCopy full SHA for 97da1af
src/stories/Articles/Article.stories.tsx
@@ -149,7 +149,7 @@ export const GovGradCAM: FunctionComponent<LogoProp> = ({ textColor = "navy" })
149
>
150
<Loader color="#2BAD60" height={100} width={100} />
151
</div>
152
- : <ChromaScale text={text} data={data.map(x => x * 10)} />}
+ : <ChromaScale text={text} data={data.map(x => Math.log(x * 10 + 1) / Math.log(2))} />}
153
154
155
)
0 commit comments