Skip to content

柱状图默认不高亮,点击柱子才高亮怎么设置 #253

@wl532882877

Description

@wl532882877
.series(
    arrayOf(
        AASeriesElement().apply {
            borderRadiusTopLeft("50%")
            borderRadiusTopRight("50%")
            data(deepSleepData.toTypedArray())
        },
        AASeriesElement().apply {
            data(lightSleepData.toTypedArray())
        },
        AASeriesElement().apply {
            data(awakeData.toTypedArray())
        }
    )
)

我设置了三组数据 我希望默认所有的类型的柱子都不显示高亮,当我点击整个柱子才高亮 ,现在是相反的,默认高亮 点击变暗

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already existshelpful

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions