Skip to content

Commit

Permalink
Merge pull request #14191 from apache/fix-14188
Browse files Browse the repository at this point in the history
fix(showLoading): #14188 text of loading covered by charts
  • Loading branch information
yufeng04 authored Feb 2, 2021
2 parents cf89ecc + 2b55862 commit 0b33193
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/loading/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ export default function defaultLoading(
fontWeight: opts.fontWeight,
fontStyle: opts.fontStyle,
fontFamily: opts.fontFamily
}
},
zlevel: opts.zlevel,
z: 10001
});

const labelRect = new graphic.Rect({
Expand Down
46 changes: 46 additions & 0 deletions test/loading.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b33193

Please sign in to comment.