自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

原创 fastmock 模拟数据 echarts 可视化实例

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <titl.

2021-05-07 14:49:13 204

原创 微信小程序 echarts 多图

import * as echarts from '../../ec-canvas/echarts';Page({ onShareAppMessage: function (res) { return { title: 'ECharts 可以在微信小程序中使用啦!', path: '/pages/index/index', success: function () { }, fail: function () { } } }, .

2021-05-07 11:29:57 133

原创 小程序 tab切换

var app = getApp();Page({ data:{ winHeight:"",//窗口高度 currentTab:0, //预设当前项的值 scrollLeft:0, //tab标题的滚动条位置 expertList:[{ //假数据 img:"avatar.png", name:"欢顔", tag:"知名情感博主", an.

2021-05-07 11:27:53 127

原创 微信小程序 echarts 请求里画图

import * as echarts from '../../ec-canvas/echarts';var url = "http://xxxx?page=10&pageSize=15";var page = 0;var page_size = 15;var sort = "last";var is_easy = 0;var lange_id = 0;var pos_id = 0;var unlearn = 0;// 请求数据var loadMore = functio..

2021-05-07 11:21:55 172

原创 微信小程序 echarts 请求数据和画图分开写

// packageSesame/pages/dashboard/dashboard.js// 引入echatrtsimport * as echarts from '../../ec-canvas/echarts.js'const app = getApp();// 引入http接口// const { getDashboard } = require('../../service/reportForm.js').RFurl;// const HttpRequest = require('.

2021-05-07 11:14:50 134

原创 echarts tooltip 自定义提示框

tooltip: { show: true, trigger: "axis", formatter: function(params) { var res = "<div><p>" + params[0].name + "月" + "</p></div>"; for (var i = 0...

2021-05-07 11:02:58 139

原创 echarts bar 每个柱子颜色不同

xAxis : [ { type : 'category',// name:'额度',        //这是设置的false,就不不显示下方的x轴,默认是true的 show: false,        //这里呢,就是每个柱的name了,根据实际情况下就好了,我就先写这三个 data : ['最多','平均','最少'], ...

2021-05-07 11:02:01 1012

原创 echarts bar 换色渐变

series: [{ name: '完成培训', data: [120, 200, 150, 80, 70, 110, 130, 110, 130, 180, 230, 60], type: 'bar', barWidth: 24, label:{ color:'#999999', }, itemStyle: { normal: { ...

2021-05-07 11:00:29 310

原创 echarts bar 隔柱换色

series: [ { name: '排行', type: 'bar', barWidth: 8, barMinHeight:1, emphasis:{ label:{ // width:15, } }, color:...

2021-05-07 10:57:47 133

原创 biubiubiu常用网站

echats 数据可视化https://gallery.echartsjs.com/explore.html#sort=rank~timeframe=all~author=allhttps://echarts.apache.org/zh/index.html微信小程序开发管理后台https://mp.weixin.qq.com/wxamp/statistics/visit/behavior?token=1098559969&lang=zh_CN自己模拟数据mock.jshttp:

2021-05-07 10:53:31 1143

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除