Ai
2 Star 0 Fork 1

天智数据/html-xzreport-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
天智数据 提交于 2024-05-13 14:46 +08:00 . 小智产品嵌入示例
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, user-scalable=no"/>
<title>test</title>
<link rel="stylesheet" href="../../xzSourceCode/XZChart/xzchart.css">
<script defer src="../../xzSourceCode/XZChart/xzchart.js"></script>
<body>
<div id="chartContainer" style="width:100%;height:100%;"></div>
</body>
</html>
<script src="response_data.js"></script>
<script src="data.js"></script>
<script src="reportConfig.js"></script>
<script type="module">
const reportInstance = new XZDashboard("#chartContainer", {reportConfig: config, reportData: [], paramsConfig: []});
reportInstance.updateData(data);
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tizdata_admin/html-xzreport-example.git
git@gitee.com:tizdata_admin/html-xzreport-example.git
tizdata_admin
html-xzreport-example
html-xzreport-example
master

搜索帮助