Skip to content

Commit

Permalink
fix: replace absolute difference with difference in legacy charts (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Oct 2, 2021
1 parent 3f6a24f commit 6225c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/explore/controlPanels/sections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@ export const NVD3TimeSeries: ControlPanelSectionConfig[] = [
default: 'values',
choices: [
['values', 'Actual values'],
['absolute', 'Absolute difference'],
['absolute', 'Difference'],
['percentage', 'Percentage change'],
['ratio', 'Ratio'],
],
description: t(
'How to display time shifts: as individual lines; as the ' +
'absolute difference between the main time series and each time shift; ' +
'difference between the main time series and each time shift; ' +
'as the percentage change; or as the ratio between series and time shifts.',
),
},
Expand Down

0 comments on commit 6225c9a

Please sign in to comment.