Skip to content

themeRiver can not display #8363

@zhuweileo

Description

@zhuweileo

One-line summary [问题简述]

themeRiver can not display

Version & Environment [版本及环境]

  • ECharts version [ECharts 版本]: latest
  • Browser version [浏览器类型和版本]: 版本 66.0.3359.181(正式版本) (64 位)
  • OS Version [操作系统类型和版本]: windows 10

Expected behaviour [期望结果]

ECharts option [ECharts配置项]

option = {

    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'line',
            lineStyle: {
                color: 'rgba(0,0,0,0.2)',
                width: 1,
                type: 'solid'
            }
        }
    },

    legend: {
        data: ['DQ']
    },

    singleAxis: {
        top: 50,
        bottom: 50,
        axisTick: {},
        axisLabel: {},
        type: 'category',
        data:['a','b','c','d'],
        axisPointer: {
            animation: true,
            label: {
                show: true
            }
        },
        splitLine: {
            show: true,
            lineStyle: {
                type: 'dashed',
                opacity: 0.2
            }
        }
    },

    series: [
        {
            type: 'themeRiver',
            itemStyle: {
                emphasis: {
                    shadowBlur: 20,
                    shadowColor: 'rgba(0, 0, 0, 0.8)'
                }
            },
            data: [['a',10,'DQ'],['b',15,'DQ'],['c',35,'DQ'],['d',38,'DQ']]
        }
    ]
};

Other comments [其他信息]

Metadata

Metadata

Assignees

Labels

pendingWe are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions