监测点运行状态
This commit is contained in:
@@ -112,6 +112,7 @@ const handlerBar = (options: any) => {
|
||||
options.series.forEach((item: any) => {
|
||||
if (item.type === 'bar') {
|
||||
item.barMinHeight = 10
|
||||
item.barMaxWidth = 30
|
||||
item.itemStyle = Object.assign(
|
||||
{
|
||||
color: (params: any) => {
|
||||
|
||||
Reference in New Issue
Block a user