Skip to content

How hide measure label, if direction is vertical? when i change verticalDirection: false, label is hide #42

Description

@akhsanby

return AspectRatio(
aspectRatio: 9 / 16,
child: DChartBarCustom(
verticalDirection: true,
showDomainLine: false,
showDomainLabel: false,
showMeasureLabel: false,
radiusBar: BorderRadius.vertical(top: Radius.circular(8.br)),
listData: [
DChartBarDataCustom(value: 23, label: 'A'),
DChartBarDataCustom(value: 14, label: 'B'),
DChartBarDataCustom(value: 8, label: 'C'),
DChartBarDataCustom(value: 21, label: 'D'),
],

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions