Skip to content

Commit

Permalink
Allow to invert colorization of trend, implement #10
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos committed Oct 19, 2022
1 parent 2707f03 commit 1196704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PercentPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const PercentPanel: React.FC<Props> = ({ options, data, width, height })
fontSize={options.baseValueFontSize}
color={negativeTrendColor}
>
{percentFormatted}% &#9660;
{percentFormatted}% &#9660;
</SpanValue>
)}
<SpanValue className="percenttrend-panel-ref" fontSize={options.referenceTextFontSize}>
Expand Down

0 comments on commit 1196704

Please sign in to comment.