mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
fix(echarts): adaptive formatting labels (#38017)
This commit is contained in:
committed by
GitHub
parent
796c206ee7
commit
63e7ee70bf
@@ -619,7 +619,7 @@ export default function transformProps(
|
||||
: String;
|
||||
const xAxisFormatter =
|
||||
xAxisDataType === GenericDataType.Temporal
|
||||
? getXAxisFormatter(xAxisTimeFormat)
|
||||
? getXAxisFormatter(xAxisTimeFormat, timeGrainSqla)
|
||||
: xAxisDataType === GenericDataType.Numeric
|
||||
? getNumberFormatter(xAxisNumberFormat)
|
||||
: String;
|
||||
|
||||
Reference in New Issue
Block a user