打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
登录后可编辑和发表评论。
SaoMikoto留言 | 贡献2025年12月27日 (六) 21:42的版本 (// Edit via InPageEdit-NEXT)
欢迎来到Vocawiki公共沙盒
  • 您可以在登录后点击右上角的编辑按钮开始测试;
  • 本页面存在内容为正常现象,您可以直接将其删除并进行自己的测试。当然,请不要删除本模板;
  • 本页面随时可能会被清空,请及时将代码保存至其它地方。您亦可在自己的沙盒进行测试。

请在这行文字底下开始测试

{

"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 } ]

}