Skip to content

[Feature] Add ability to override BarSpaceLimitConstants values #766

@DeeeeLAN

Description

@DeeeeLAN

Feature Description

I have a use-case where I need to display only a few data points on a chart that would end up with a barSpace wider than 50. Currently, it leaves a lot of empty space beside the line and it looks like there is missing data. I would like to be able to modify the max value in order to display my line fully without empty space to the side of it.

To Do

Add chart.setBarSpaceLimitConstants = {MIN: number, MAX: number}, then in Store.ts, set BarSpaceLimitConstants to either the user supplied value or the default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions