Commit 4626be5b by zhaochengxiang

热力图

parent 81ecca6b
...@@ -73,7 +73,7 @@ const init = (ctx) => function (container, data, onClick) { ...@@ -73,7 +73,7 @@ const init = (ctx) => function (container, data, onClick) {
var option = { var option = {
title: { title: {
text: `${data[0]?.text||''} (${data[0]?.dataAssetAndSubDirCount})`, text: ((data||[]).length>0) ? `${data[0]?.text||''} (${data[0]?.dataAssetAndSubDirCount})` : '',
left: 'center', left: 'center',
bottom: 10, bottom: 10,
textStyle: { textStyle: {
......
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