提交 149e4a27 编写于 作者: tony001's avatar tony001

添加雷达图指示器 ---fix4

上级 3a0b8b0e
......@@ -6,7 +6,7 @@ ${item.render.code}
<#assign indicatorCodeList = item.getIndicatorPSCodeList() />
indicator:[
<#list indicatorCodeList.getAllPSCodeItems() as codeItem>
{name:'${codeItem.getText()}',max:codeItem.getUserParam('MAXVALUE',100)}<#if codeItem_has_next>,</#if>
{name:'${codeItem.getText()}',max:${codeItem.getUserParam('MAXVALUE',100)}}<#if codeItem_has_next>,</#if>
</#list>
]
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册