window.addEventListener('resize', this.drawechart2)
var echartsx = echarts.init(document.getElementById("echart2&q...
yekong
4年前 (2021-08-29)
喜欢
var echartsx = echarts.init(document.getElementById("echartstj"));
var option = {
tooltip: {
...
yekong
4年前 (2021-08-29)
喜欢
var chart = Highcharts.chart('container', {
backgroundColor: 'rgba(0,0,0,0)',
colors: ['...
yekong
4年前 (2021-08-29)
喜欢
drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts1)
...
yekong
4年前 (2021-08-29)
喜欢
roam改为false
roam: false,
geo: {
map: 'china',
zoom: 1,
label: {
normal: {
sh...
yekong
4年前 (2021-08-29)
喜欢
drawechartmap () {
var geoCoordMap = {
'上海': [119.1803, 31.2891],
'福建': [119.4543, 25.9222],
...
yekong
4年前 (2021-08-29)
喜欢
ECharts 提供的标记类型
'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'...
yekong
4年前 (2021-08-29)
喜欢
myChart.on('click',function(params){
console.log(params);
});
...
yekong
4年前 (2021-08-29)
喜欢
var data = [
{
name: '北京',
value: 2
}, {
name: '天津',
value: 5...
yekong
4年前 (2021-08-28)
喜欢
let option = {
legend: {
top: 0,
right: 20,
itemWidth: 14,
itemHeight: 14,
textSt...
yekong
4年前 (2021-08-22)
喜欢