interval: 0
axisLabel: { //坐标轴刻度标签的相关设置
interval: 0,
textStyle: {
color: 'rgba(255, ...
yekong
3年前 (2021-10-16)
喜欢
tooltip: {
show: true,
formatter: function (e) {
console.log(e)
return e.percent +...
yekong
3年前 (2021-10-15)
喜欢
triggerEvent: true,
function getecharts2() {
var echartsx = echarts.init(document.getElementById("echarts2"));
let tdata =...
yekong
3年前 (2021-10-10)
喜欢
单击事件
myChart.on('click', function (params) {
var valarr = geoCoordMap[params.name]
console.log(valarr)
conso...
yekong
3年前 (2021-10-09)
喜欢
drawechartmap() {
var that = this;
window.addEventListener("resize", function () {
...
yekong
3年前 (2021-10-09)
喜欢
splitLine: {
show: true,
lineStyle: {
color: 'rgba(43, 68, 124, 1)',
wi...
yekong
3年前 (2021-10-06)
喜欢
处理前
处理后
axisLabel配置
axisLabel: {
interval: 0,
formatter: function (value) {
return spliceStr(value,...
yekong
3年前 (2021-10-06)
喜欢
drawLine () {
console.log($('#echarts1').width())
$('#echarts1').height($('#echarts1').width() * 0....
yekong
3年前 (2021-10-04)
喜欢
drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts)...
yekong
3年前 (2021-10-04)
喜欢
在 series bar通过barGap调整: barGap: '0%',
调整后前
调整后
drawLine () {
window.addEventListener('resize', this.drawLine)
...
yekong
3年前 (2021-10-04)
喜欢