Giter Site home page Giter Site logo

Comments (5)

ildar170975 avatar ildar170975 commented on June 8, 2024

Suggest to re-read Docs & check your code.
Just a 1st glance:

type: custom:mini-graph-card
labels: true

Here the labels is misplaced.

color_thresholds:
  - value: 180
    color: '#9A56A3'
    name: High Performance Zone

The color_thresholds does not have name option.

state_map:
  - value: 180
    color: '#9A56A3'
    label: High Performance Zone

The state_map does not have color option.

Also, state_map does not work for ranges, it works for exact values.

from mini-graph-card.

DeFlanko avatar DeFlanko commented on June 8, 2024

which is why i asked it to be an enhancement request, i completely understand how the state_map is only for single digit non ranged values, but i'm looking to have it look to ranged values so that anything in between the two heart ranges can named that state_mapped value.

Corrected all the code logic btw, still works - but again asking for the state_mapped value to be a range.

type: custom:mini-graph-card
name_adaptive_color: true
lower_bound: 50
color_thresholds:
  - value: 180
    color: '#9A56A3'
  - value: 155
    color: '#3B9555'
  - value: 135
    color: '#EA9423'
  - value: 110
    color: '#FEEB3F'
  - value: 90
    color: '#8CABD7'
state_map:
  - value: 180
    label: High Performance Zone
  - value: 155
    label: Performance Zone
  - value: 135
    label: Fitness Zone
  - value: 110
    label: Health Improvement Zone
  - value: 90
    label: Inactive
height: 50
hours_to_show: 4
points_per_hour: 12
line_width: 3
animate: true
show:
  name_adaptive_color: true
  icon_adaptive_color: true
  labels: true
entities:
  - entity: sensor.google_pixel_watch_jd_heart_rate_2
name: Heart Rate

from mini-graph-card.

ildar170975 avatar ildar170975 commented on June 8, 2024

I see, then the issue title is currently not clear.

from mini-graph-card.

DeFlanko avatar DeFlanko commented on June 8, 2024

from mini-graph-card.

ildar170975 avatar ildar170975 commented on June 8, 2024

As a workaround:

  1. Create a template sensor with desired values like "low", "average", "high".
  2. Add this sensor on a card as the 2nd entity with showing a state but w/o showing a graph.

Alternatively - do NOT create a sensor but simply change a card's background color accordingly to show a current status (card-mod using jinja templates).

from mini-graph-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.