Skip to content

Commit

Permalink
update legend styles, remove pie labels
Browse files Browse the repository at this point in the history
  • Loading branch information
theBstar committed Sep 18, 2024
1 parent e1eb489 commit 477c22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package-dist/ui-gallery.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -129112,6 +129112,9 @@ const Urt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6A
}
},
legend: {
type: "scroll",
orient: "horizontal",
left: "center",
textStyle: {
color: "#999999"
}
Expand Down Expand Up @@ -129223,6 +129226,7 @@ function hnt(e) {
type: "pie",
radius: "60%",
data: r,
label: { show: !1 },
emphasis: {
itemStyle: {
shadowBlur: 10,
Expand Down
2 changes: 1 addition & 1 deletion package-dist/ui-gallery.umd.js

Large diffs are not rendered by default.

0 comments on commit 477c22f

Please sign in to comment.