提交 31a866da 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 f716867a
......@@ -269,14 +269,54 @@ export default class UsrBase extends Vue implements ControlInterface {
* @memberof ChartBase
*/
public seriesModel:any = {
kline:!!!!模版产生代码错误:----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
kline:new ChartLineSeries({
name:'kline',
categorField:'orderstate',
valueField:'amount',
seriesValues:[],
seriesIndex:0,
data:[],
seriesMap:{},
dataSetFields:[
{name:"orderstate",codelist:null,isGroupField:true,groupMode:""},
{name:"amount",codelist:null,isGroupField:false,groupMode:""}
],
ecxObject:{
label:{
show: true,
position: 'inside'
},
labelLine:{
length: 10,
lineStyle: {
width: 1,
type: 'solid'
}
},
itemStyle:{
borderColor: '#fff',
borderWidth: 1
},
emphasis:{
label: {
fontSize: 20
}
}
},
ecObject:{
},
seriesTemp:{
type:'line',
},
seriesLayoutBy:"column",
baseOption:{
}
})
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${item.getCatalogField()?lower_case} [in template "TEMPLCODE_en_US" at line 8, column 19]
----
};
/**
......@@ -353,8 +393,8 @@ FTL stack trace ("~" means nesting-related):
yAxisIndex:0,
datasetIndex:0,
encode: {
x: [],
y: []
x: ['orderstate'],
y: ['amount']
}}
]
};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册