最好的Unity的图表插件,此版本是比较新的版本 State of the art charts. 2D and 3D, Beautiful, Responsive and Interactive. All charts are completly customizable and can be set up quickly either from code or from the unity editor. Graph And Chart can be used with any platf
最近在写微信小程序遇到了图表相关的问题,项目要求是要用柱状图,同时由于数据较多,需要将一组数据用多个图表表示,而且还要实现动态刷新数据。
关于echarts的下载和引入不多加介绍。
效果图
这里只取一部分数据做展示
JS部分
定义全局变量
import * as echarts from '../../utils/ec-canvas/echarts'; //引入echarts.js
var dataList = [];
var EqpList=[];
var Chart1=null;
var