现在的位置: 首页 > 综合 > 正文

test

2018年04月09日 ⁄ 综合 ⁄ 共 783字 ⁄ 字号 评论关闭

var test= new CanvasXpress("test", {
"y" :
{
"vars" : accountByHour_vars,
"smps" : [ getNL("信息") ],
"desc" : [ "" ],
"data" : data
},
"t":
{
"smps": "(信息:0.1)"
}
}, {
"graphType": "Bar",
"autoScaleFont": false,
"resizable" : false,
"smpLabelRotate": 90,
"setMax" : maxNum,
"setMin" : 0.01,
"outlineWidth" : 0.65,
"seriesSeparationFactor" : seriesSeparationFactorValue,
"graphOrientation": "vertical",
"eventKeys":false,
"showSmpDendrogram": true,
"showSampleNames" : false,
"checkGoogleChromeFrame" : false,
"plotByVariable" : true,
"gradient" : true,
"disableConfigurator" : true
},
{
mouseover : function(o) {
},
mouseoutr : function(o) {
},
click : function(o) {
},
dblclick : function(o) {
}

});

   canvas_accountByHour_cx.data.y.data = data;
   canvas_accountByHour_cx.setMax = maxNum;
canvas_accountByHour_cx.draw();

canvas_accountByHour_cx.endDrag = function(z){this.resetDrag(z);};

抱歉!评论已关闭.