更新html
This commit is contained in:
parent
222f09cda7
commit
bfcfd07eb3
|
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
myChart.on('legendselectchanged',function(params){
|
myChart.on('legendselectchanged',function(params){
|
||||||
if(typeof window.postMessage === 'function'){
|
if(typeof window.postMessage === 'function'){
|
||||||
window.postMessage(params)
|
window.postMessage(JSON.stringify(params))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
function changeDigit(num = 0, digit = 2) {
|
function changeDigit(num = 0, digit = 2) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue