
echarts
阿阿源。
小朋友 要努力鸭
展开
-
echarts 饼图美化
echarts饼图美化,改造pie原创 2023-03-23 16:29:18 · 771 阅读 · 0 评论 -
echarts+ts+vue实现词云
<template> <divid="ciyun-charts"/> </template> constmyChart=(thisasany).$echarts.init( document.getElementById('ciyun-charts') ) varoption option={ title:{ text:'', x:'cen...原创 2021-08-12 16:01:59 · 450 阅读 · 0 评论 -
echarts旭日图
日常记录+干货+欢迎指导 data处理 var data = [ { "name": "", "itemStyle": { "color": "#a515ff" }, "children": [ { "name": "规定对处方药", "value": 1, "itemStyle": {...原创 2021-08-12 16:38:50 · 445 阅读 · 0 评论 -
echarts 实现双Y轴
const colors = ['#ff9595', '#60d39e']; const xData = ['周一', '周二', '周三', '周四', '周五', '周六', '周日'] const yData = [ [23.2, 25.6, 76.7, 135.6, 32.6, 20.0, 6.4], [26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8] ] let option; option = { color: colors, to.原创 2021-10-28 15:36:15 · 320 阅读 · 0 评论