Skip to content

点击柱状图高亮聚焦有问题[Android&iOS] #113

@arlovip

Description

@arlovip
		const option = {
			tooltip: {
				trigger: 'axis',
			},
			legend: {},
			grid: {
				left: '3%',
				right: '4%',
				bottom: '3%',
				containLabel: true,
			},
			xAxis: [
				{
					type: 'category',
					data: ["2023-09-09", "2023-09-10", "2023-09-11", "2023-09-12", "2023-09-13", "2023-09-14", "2023-09-15"],
				},
			],
			yAxis: [
				{
					type: 'value',
				},
			],
			series: [
				{
					name: 'Direct',
					type: 'bar',
					itemStyle: {
						emphasis: {
							barBorderWidth: 2,
							shadowBlur: 2,
							shadowColor: 'red',
						},
					},
					data: ["--", "--", "--", "4637412.56", "--", "4755.73", "2804.98"],
				},
				{
					name: 'Email',
					type: 'bar',
					stack: 'Ad',
					itemStyle: {
						emphasis: {
							barBorderWidth: 2,
							shadowBlur: 2,
							shadowColor: 'red',
						},
					},
					data: ["--", "--", "--", "-33541.57", "--", "317.68", "316.86"],
				},
			],
		};

如图:

IMG_4530

点击后,tooltip显示的是对应2023-09-11的数据,但是2023-09-12柱状图高亮了。

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions