1 Star 0 Fork 2

小齐同学/tiny-charts

forked from OpenTiny/tiny-charts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
playground.html 963 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/./image/doc/opentiny-logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenTiny HUICharts</title>
<style>
@media screen and (min-width: 1680px) {
html {
font-size: 16px !important;
}
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
html {
font-size: 14px !important;
}
}
@media screen and (max-width: 1279px) {
html {
font-size: 12px !important;
}
}
body {
font-weight: normal;
margin: 0px;
background-color: #f5f5f5;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="./doc/playground.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leqixiaozi/tiny-charts.git
git@gitee.com:leqixiaozi/tiny-charts.git
leqixiaozi
tiny-charts
tiny-charts
dev

搜索帮助