Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Jul 20, 2022
1 parent edb74a1 commit 3e77dff
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const config: ControlPanelConfig = {
name: 'normalize_across',
config: {
type: 'SelectControl',
label: t('COLOR BASED ON'),
label: t('Normalize Across'),
choices: [
['heatmap', 'heatmap'],
['x', 'x'],
Expand All @@ -179,12 +179,8 @@ const config: ControlPanelConfig = {
)}
</div>
<ul>
<li>
{t('x: values are normalized within each column')}
</li>
<li>
{t('y: values are normalized within each row')}
</li>
<li>{t('x: values are normalized within each column')}</li>
<li>{t('y: values are normalized within each row')}</li>
<li>
{t(
'heatmap: values are normalized across the entire heatmap',
Expand Down

0 comments on commit 3e77dff

Please sign in to comment.