07 2025 档案

摘要:Echarts 3D饼图 1、3D饼图调用代码 <script> import $statisticalChart from 'common/js/echartsUtil/statisticalChart.js'; </script> mounted() { this.init(); }, meth 阅读全文
posted @ 2025-07-18 16:08 慕容冰菡 阅读(70) 评论(0) 推荐(0)
摘要:Error: Component series.surface not exists. Load it first. 场景:使用3D图时,报错:Error: Component series.surface not exists. Load it first. 解决办法: 1、先检查是否安装了ech 阅读全文
posted @ 2025-07-18 16:07 慕容冰菡 阅读(23) 评论(0) 推荐(0)
摘要:3D旋转 + SVG路径动画 + 左右按钮控制 一、代码示例 <template> <div> <div class="container"> <!-- 3D场景 --> <div class="scene"> <div class="carousel" id="carousel"> <!-- 菜单 阅读全文
posted @ 2025-07-14 11:29 慕容冰菡 阅读(25) 评论(0) 推荐(0)
摘要:3D旋转 + SVG路径动画 注:涉及到图片的位置需要替换图片换成自己的路径 <template> <div> <!-- 封面 --> <div v-if="!iframeShow" class="faHomePage"> <div class="faTitle"> <span class="fa_ 阅读全文
posted @ 2025-07-03 10:16 慕容冰菡 阅读(14) 评论(0) 推荐(0)