Skip to content

feat(brush): Support for a timeframe selection chart#102

Merged
RomRider merged 4 commits intodevfrom
feat/brush
Feb 26, 2021
Merged

feat(brush): Support for a timeframe selection chart#102
RomRider merged 4 commits intodevfrom
feat/brush

Conversation

@RomRider
Copy link
Copy Markdown
Owner

@RomRider RomRider commented Feb 24, 2021

image

         - type: custom:apexcharts-card
            experimental:
              color_threshold: true
              brush: true
            graph_span: 2h
            brush:
              selection_span: 10m
            series:
              - entity: sensor.random0_100
                color: blue
                type: area
                stroke_width: 1
                color_threshold:
                  - value: 0
                    color: red
                  - value: 50
                    color: yellow
                  - value: 100
                    color: green
              - entity: sensor.random0_100
                color: blue
                stroke_width: 1
                float_precision: 0
                show:
                  in_brush: true
                  in_chart: false

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant