提交 a1a3fa3c 编写于 作者: S susiwen8

Fix(sankey): sankey label has higher z2

上级 a7ce768f
...@@ -250,7 +250,8 @@ class SankeyView extends ChartView { ...@@ -250,7 +250,8 @@ class SankeyView extends ChartView {
width: layout.dx, width: layout.dx,
height: layout.dy height: layout.dy
}, },
style: itemModel.getModel('itemStyle').getItemStyle() style: itemModel.getModel('itemStyle').getItemStyle(),
z2: 10
}); });
setLabelStyle( setLabelStyle(
......
...@@ -42,13 +42,19 @@ import type {TimelineOption as TimelineComponentOption} from '../component/timel ...@@ -42,13 +42,19 @@ import type {TimelineOption as TimelineComponentOption} from '../component/timel
import type {SliderTimelineOption as TimelineSliderComponentOption} from '../component/timeline/SliderTimelineModel'; import type {SliderTimelineOption as TimelineSliderComponentOption} from '../component/timeline/SliderTimelineModel';
import type {LegendOption as PlainLegendComponentOption} from '../component/legend/LegendModel'; import type {LegendOption as PlainLegendComponentOption} from '../component/legend/LegendModel';
import type {ScrollableLegendOption as ScrollableLegendComponentOption} from '../component/legend/ScrollableLegendModel'; import type {
ScrollableLegendOption as ScrollableLegendComponentOption
} from '../component/legend/ScrollableLegendModel';
import type {SliderDataZoomOption as SliderDataZoomComponentOption} from '../component/dataZoom/SliderZoomModel'; import type {SliderDataZoomOption as SliderDataZoomComponentOption} from '../component/dataZoom/SliderZoomModel';
import type {InsideDataZoomOption as InsideDataZoomComponentOption} from '../component/dataZoom/InsideZoomModel'; import type {InsideDataZoomOption as InsideDataZoomComponentOption} from '../component/dataZoom/InsideZoomModel';
import type {ContinousVisualMapOption as ContinousVisualMapComponentOption} from '../component/visualMap/ContinuousModel'; import type {
import type {PiecewiseVisualMapOption as PiecewiseVisualMapComponentOption} from '../component/visualMap/PiecewiseModel'; ContinousVisualMapOption as ContinousVisualMapComponentOption
} from '../component/visualMap/ContinuousModel';
import type {
PiecewiseVisualMapOption as PiecewiseVisualMapComponentOption
} from '../component/visualMap/PiecewiseModel';
import type {MarkLineOption as MarkLineComponentOption} from '../component/marker/MarkLineModel'; import type {MarkLineOption as MarkLineComponentOption} from '../component/marker/MarkLineModel';
import type {MarkPointOption as MarkPointComponentOption} from '../component/marker/MarkPointModel'; import type {MarkPointOption as MarkPointComponentOption} from '../component/marker/MarkPointModel';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册