Help:沙盒:修订间差异
更多语言
更多操作
小 // Edit via InPageEdit-NEXT 标签:已被回退 |
小无编辑摘要 标签:已被回退 移动版编辑 移动版网页编辑 高级移动版编辑 |
||
| 第2行: | 第2行: | ||
== 请在这行文字底下开始测试 == |
== 请在这行文字底下开始测试 == |
||
{{Echart|datapage=User:SaoMikoto/test.json|height=500}} |
{{Echart|datapage=User:SaoMikoto/test.json|height=500}} |
||
{{沙盒 |
|||
|icon=miku |
|||
|title=Vocawiki欢迎您参与完善本条目☆Kira~ |
|||
|lt=可以从以下几个方面加以改进: |
|||
|l1=好小一只 |
|||
|l2=颜色不搭( |
|||
|detail=欢迎正在阅读这个条目的您协助{{指定页面编辑按钮|2=编辑本条目}}。编辑前请阅读[[Project:编辑规范|条目编辑规范]],并查找相关资料。{{SITENAME}}祝您在本站度过愉快的时光。 |
|||
}} |
|||
2025年12月28日 (日) 00:29的版本
请在这行文字底下开始测试
"tooltip": { "trigger": "axis", "axisPointer": { "type": "cross" } }, "legend": { "top": 5 }, "grid": [ { "top": 50, "height": "40%" }, { "top": "55%", "height": "35%" } ], "toolbox": { "show": true, "feature": { "saveAsImage": { "excludeComponents": [ "toolbox", "dataZoom" ] }, "restore": {}, "dataView": { "readOnly": true }, "dataZoom": {}, "magicType": { "type": [ "line", "bar" ] } } }, "dataset": { "source": [ [ "date", "users", "activeusers", "editCount", "articles", "edits" ], [ "2025-12-20", 94, 28, 127, 12258, 80413 ], [ "2025-12-21", 94, 30, 69, 12262, 80469 ], [ "2025-12-22", 96, 30, 34, 12264, 80493 ], [ "2025-12-23", 96, 30, 23, 12270, 80521 ], [ "2025-12-24", 96, 32, 33, 12277, 80560 ], [ "2025-12-25", 97, 33, 43, 12285, 80583 ], [ "2025-12-26", 99, 33, 94, 12290, 80627 ], [ "2025-12-27", 100, 32, 88, 12299, 80826 ] ] }, "xAxis": [ { "type": "category", "gridIndex": 0, "axisLine": { "lineStyle": { "width": 1.5 } }, "axisLabel": { "fontSize": 12 } }, { "type": "time", "gridIndex": 1, "axisLine": { "lineStyle": { "width": 1.5 } }, "axisLabel": { "fontSize": 12 } } ], "yAxis": [ { "gridIndex": 0, "type": "value", "name": "用户 / 当日编辑", "axisLabel": { "formatter": "{value}" } }, { "gridIndex": 1, "type": "value", "name": "条目 / 总编辑", "axisLabel": { "formatter": "{value}" } } ], "series": [ { "type": "line", "name": "注册用户", "encode": { "x": "date", "y": "users" }, "xAxisIndex": 0, "yAxisIndex": 0, "symbolSize": 6 }, { "type": "line", "name": "活跃用户", "encode": { "x": "date", "y": "activeusers" }, "xAxisIndex": 0, "yAxisIndex": 0, "symbolSize": 6 }, { "type": "line", "name": "当日编辑量", "encode": { "x": "date", "y": "editCount" }, "xAxisIndex": 0, "yAxisIndex": 0, "symbolSize": 6 }, { "type": "bar", "name": "条目数", "encode": { "x": "date", "y": "articles" }, "xAxisIndex": 1, "yAxisIndex": 1 }, { "type": "bar", "name": "总编辑量", "encode": { "x": "date", "y": "edits" }, "xAxisIndex": 1, "yAxisIndex": 1 } ]
}