输入
//展示热力图__cy.heatmap.show({id: ["xxxx","xxxx2"...], //热力图ID数组}, callback)//展示热力图__cy.heatmap.show({id:"xxx", //热力图ID}, callback)//显示所有热力图__cy.heatmap.showAll({},callback)//隐藏热力图__cy.heatmap.hide({id:["xxxx","xxxx2"...], //热力图ID数组}, callback)//隐藏某个热力图__cy.heatmap.hide({id: "xxx", //热力图ID},callback)//隐藏所有热力图__cy.heatmap.hideAll({},callback)//展示三维热力图__cy.heatmap3d.show({id: ["xxxx","xxxx2"...], //热力图ID数组}, callback)//展示三维热力图__cy.heatmap3d.show({id:"xxx", //热力图ID}, callback)//显示所有三维热力图__cy.heatmap3d.showAll({},callback)//隐藏三维热力图__cy.heatmap3d.hide({id:["xxxx","xxxx2"...], //热力图ID数组}, callback)//隐藏某个三维热力图__cy.heatmap3d.hide({id: "xxx", //热力图ID},callback)//隐藏所有三维热力图__cy.heatmap3d.hideAll({},callback)
callback 回调输出
{
result:"" //输出结果 成功:"ok", 失败 返回具体原因
}
参考效果图
