mirror of
https://github.com/apache/superset.git
synced 2026-05-10 02:15:50 +00:00
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
This commit is contained in:
@@ -70,9 +70,9 @@ const config: ControlPanelConfig = {
|
||||
renderTrigger: true,
|
||||
default: EchartsTimeseriesSeriesType.Start,
|
||||
choices: [
|
||||
[EchartsTimeseriesSeriesType.Start, 'Start'],
|
||||
[EchartsTimeseriesSeriesType.Middle, 'Middle'],
|
||||
[EchartsTimeseriesSeriesType.End, 'End'],
|
||||
[EchartsTimeseriesSeriesType.Start, t('Start')],
|
||||
[EchartsTimeseriesSeriesType.Middle, t('Middle')],
|
||||
[EchartsTimeseriesSeriesType.End, t('End')],
|
||||
],
|
||||
description: t(
|
||||
'Defines whether the step should appear at the beginning, middle or end between two data points',
|
||||
|
||||
Reference in New Issue
Block a user