更新html

This commit is contained in:
Anshi 2018-07-16 19:29:42 +08:00
parent 222f09cda7
commit bfcfd07eb3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
myChart.on('legendselectchanged',function(params){
if(typeof window.postMessage === 'function'){
window.postMessage(params)
window.postMessage(JSON.stringify(params))
}
})
function changeDigit(num = 0, digit = 2) {