Skip to content

yMax / yMin does not work anymore without explicit boundaries #652

@jastax

Description

@jastax

Hey,

I used to split the chart in 3 colored zones.

annotations: {
              first: {
                ...
                type: "box",
                yMin: 30,
              ..
              },
              second: {
                ...
                type: "box",
                yMax: 30,
                yMin: 1,
              ..
              },
              third: {
                ...
                type: "box",
                yMax: 1,
              ..
              },
....
}

But now it does not color the graph correctly anymore, unless I add yMax in the first box and yMin in the third box. Those values are dynamic though and I don't want to add boundaries.

Any advice?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions