Skip to content

Plot bands for charts #85

@bverhagen

Description

@bverhagen

Hi,

I would like to switch to Cristalyse for my Flutter charts. I want to show 'plot bands' for a specific line chart. These plot bands show whether the measured data is within a user-defined range (typically visualized by showing a horizontal bar showing which range is 'ok', which is 'warning' and which is 'error').

I fail to find a feature that provides this out of the box. Does Cristalyse have this feature?

As a plan B, I tried to show them as different geomArea s. When I try to combine this with the actual line charts, it seems I need to follow the 'dual axis' approach, which would require me to triple the amount of data in my dataset for the above example of three areas (every point of the line series with an additiona column denoting the value of each threshold), which also seems quite cumbersome and inefficient.

Can you provide me with a pointer or an example on how to do the above using Cristalise?

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