加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index_zh-cn.html 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
余逍 提交于 2018-11-07 23:22 . chinese support
<!DOCTYPE html>
<html>
<head>
<title>WebDataRocks</title>
<link href="webdatarocks.min.css" rel="stylesheet" />
<script src="webdatarocks.toolbar.min.js"></script>
<script src="webdatarocks.js"></script>
</head>
<body>
<div id="wdr-component"></div>
<script>
var pivot = new WebDataRocks({
container: "#wdr-component",
toolbar: true,
report: {
dataSource: {
filename: "data_zh-cn.csv"
}
},
global: {
// replace this path with the path to your own translated file
localization: "zh-cn.json"
}
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化