forked from github/dataease
feat:瀑布图
This commit is contained in:
parent
11f2ae5b67
commit
027844a850
@ -16,8 +16,7 @@ export function baseWaterfallOptionAntV(plot, container, chart, action) {
|
|||||||
const label = getLabel(chart)
|
const label = getLabel(chart)
|
||||||
const tooltip = getTooltip(chart)
|
const tooltip = getTooltip(chart)
|
||||||
// style
|
// style
|
||||||
const legend = getLegend(chart)
|
// const legend = getLegend(chart)
|
||||||
legend.position = 'top'
|
|
||||||
const xAxis = getXAxis(chart)
|
const xAxis = getXAxis(chart)
|
||||||
const yAxis = getYAxis(chart)
|
const yAxis = getYAxis(chart)
|
||||||
// fix yAxis
|
// fix yAxis
|
||||||
@ -44,7 +43,7 @@ export function baseWaterfallOptionAntV(plot, container, chart, action) {
|
|||||||
appendPadding: getPadding(chart),
|
appendPadding: getPadding(chart),
|
||||||
label: label,
|
label: label,
|
||||||
tooltip: tooltip,
|
tooltip: tooltip,
|
||||||
legend: legend,
|
legend: {},
|
||||||
xAxis: xAxis,
|
xAxis: xAxis,
|
||||||
yAxis: yAxis,
|
yAxis: yAxis,
|
||||||
risingFill: theme.styleSheet.paletteQualitative10[0],
|
risingFill: theme.styleSheet.paletteQualitative10[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user