Commit 13b81426 by zhaochengxiang

热力图面积调大

parent 4064ead3
......@@ -72,7 +72,7 @@ const init = (ctx) => function (container, data, onClick) {
title: {
text: `${data[0]?.text||''} (${data[0]?.dataAssetAndSubDirCount})`,
left: 'center',
bottom: 20,
bottom: 10,
textStyle: {
fontSize: 16
}
......@@ -94,6 +94,7 @@ const init = (ctx) => function (container, data, onClick) {
series: [
{
type: 'treemap',
height: '85%',
visibleMin: 0,
childrenVisibleMin: 0,
label: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment