Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Values for Y where Y < min will push X axis out of view for Line graphs #82

Open
@Cody-G-G

Description

@Cody-G-G

It's all in the title: to replicate in the SmoothLineChartRegionsExtended example, simply assign a value for Y of a data point such that Y < min (when min is specified). Example, where min = 30, as you can see, my second data point has Y = 10, which pushes the X axis out of view:

data: [[ {"x": 0, "y": 82.5}, {"x": 13, "y": 10}, {"x": 15, "y": 100}, {"x": 17, "y": 150}, {"x": 24, "y": 50} ]]

16732084_1254450414625091_1885717428_o

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions