Skip to content

Commit

Permalink
Merge pull request apache#15326 from susiwen8/gauge-label-z
Browse files Browse the repository at this point in the history
fix(gauge): guage detail label should be on top
  • Loading branch information
pissang authored Jul 11, 2021
2 parents 1e36890 + e0bc363 commit fca2cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chart/gauge/GaugeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ class GaugeView extends ChartView {
const labelEl = newDetailEls[idx];
const formatter = itemDetailModel.get('formatter');
labelEl.attr({
z2: 10,
style: createTextStyle(itemDetailModel, {
x: detailX,
y: detailY,
Expand Down

0 comments on commit fca2cb7

Please sign in to comment.