Skip to content

Commit

Permalink
update tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
lilykuang committed Mar 15, 2024
1 parent 6d5c2be commit cbb80df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const config: ControlPanelConfig = {
visibility: ({ controls }) =>
controls?.comparison_color_enabled?.value === true,

Check warning on line 173 in superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod/controlPanel.ts

View check run for this annotation

Codecov / codecov/patch

superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod/controlPanel.ts#L173

Added line #L173 was not covered by tests
description: t(
' Adds color to the chart symbols based on the positive or' +
'Adds color to the chart symbols based on the positive or ' +
'negative change from the comparison value.',
),
},
Expand Down

0 comments on commit cbb80df

Please sign in to comment.