sigalou
(Sigalou)
July 13, 2023, 6:24pm
1
Hello everyone,
I see that the statistics-graph map is great, the design is nice and very well thought out.
But, and this is dramatic, the choice of the color of the curve is not possible.
I can’t understand that the developer didn’t integrate it, it’s so simple to do and the rest complex (and well done)
Do you know if we can intervene on the developer? how to contact him?
I read that I am not the only one facing this problem.
Thank you for your feedback on this point.
fdpmatic
(fdpmatic)
July 15, 2023, 7:03am
2
Do you mean an output like the custom:mini-graph-card where it is possible to configure the threshold color?
- type: custom:mini-graph-card
entities:
- sensor.sonoff_a48005c2b6_humidity
group: true
show:
icon: false
name: false
state: false
hours_to_show: 24
points_per_hour: 1
color_thresholds:
- value: 0
color: '#ff3b30'
- value: 55
color: '#4cd964'
- value: 65
color: '#007aff'
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
1 Like
Would you like to change a color of the graph line (as well as filling between max and min)?
I will check if it is possible by card-mod in a few days.
sigalou
(Sigalou)
August 3, 2023, 1:15am
4
Hello, I would like to be able to choose the color of each curve. For now, it’s the card that makes this choice on its own. I would like to be able to say curve 1 is in orange, curve 2 is in green for example.
Thank you if you find how to do it.
@Ildar_Gabdullin @fdpmatic
sigalou
(Sigalou)
August 5, 2023, 7:28am
6
thank you, I’m not too used to this forum, I’m not an English speaker
Where is the “card-mod thread” ?
sigalou
(Sigalou)
August 5, 2023, 11:15am
9
sigalou:
statistics-graph
ha no, I don’t have a map history-graph but a statistics-graph map, I continue my research
sigalou
(Sigalou)
August 5, 2023, 11:23am
10
it’s all good, thanks again
type: statistics-graph
days_to_show: 7
hide_legend: true
card_mod:
style: |
ha-card {
--graph-color-1: #406990;
--graph-color-2: #9f8309;
--graph-color-3: #ff7f00;
--graph-color-4: #6a6eae;
--graph-color-5: #b3e900;
--graph-color-6: #963fa3;
--graph-color-7: #01ced1;
}
entities:
- entity: sensor.temperature_exterieure_sud_temperature
name: Au Sud
- entity: sensor.temperature_exterieure_nord_temperature
attribute: temperature
name: Au Nord
- entity: sensor.temperature_chambre_coralie_temperature
name: Chambre de Coralie
- entity: sensor.temperature_chambre_des_parents_temperature
name: Chambre des parents
- entity: sensor.ch_manon_temperature
name: Chambre de Manon
- entity: sensor.temperature_de_lair_de_la_cheminee_temperature
name: Cheminée
- entity: sensor.temperature_salon_temperature
name: Salon
2 Likes
Mmmm, it was described in the link to my post which you posted)))