-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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?