mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
chore: bump echarts to 5.3.0 (#18162)
* chore: bump echarts to 5.3.0 * change to official 5.3.0 and reintroduce bold effect
This commit is contained in:
@@ -266,6 +266,7 @@ export default function transformProps(
|
||||
}, {}) as Record<string, DataRecordValue[]>;
|
||||
|
||||
const { setDataMask = () => {} } = hooks;
|
||||
const alignTicks = yAxisIndex !== yAxisIndexB;
|
||||
|
||||
const echartOptions: EChartsCoreOption = {
|
||||
useUTC: true,
|
||||
@@ -296,6 +297,7 @@ export default function transformProps(
|
||||
name: yAxisTitle,
|
||||
nameGap: yAxisTitleMargin,
|
||||
nameLocation: yAxisTitlePosition === 'Left' ? 'middle' : 'end',
|
||||
alignTicks,
|
||||
},
|
||||
{
|
||||
...defaultYAxis,
|
||||
@@ -308,6 +310,7 @@ export default function transformProps(
|
||||
axisLabel: { formatter: formatterSecondary },
|
||||
scale: truncateYAxis,
|
||||
name: yAxisTitleSecondary,
|
||||
alignTicks,
|
||||
},
|
||||
],
|
||||
tooltip: {
|
||||
|
||||
Reference in New Issue
Block a user