Now, i have 2 elements with current value: legend and header. Header looks better, but him not have function hide series. I try hide header and up legend, but him looks bad. How i may add click function to header or make a legend view like header
Any ideas why the x - axis hides the dates with a column graph? …changing the graph to line type seems to kind of work, but still it is not displaying all the 7 days.
So the Y-axis is showing fractions when the only possible result is a whole number… can I make it only show whole numbers (seconds here)? Only just happened…
@markcocker That looks great. Can you show me how you made sensor.sunrise and sensor.sunset?
I tried it with the sun.sun atrributes directly but that’s not working.
I’d like to have Temperature IN (blue) and Temperature OUT (red) on the same y-axis, but sun.elevation (gray) and sun.sun (area) obviously not.
I don’t know why, but despite my code I have always 4 different axes:
despite the seriesname the y-axis takes the second entity in the bottom list to create the axis itself. If I change the order of the bottom entities, also the axis changes.
Can you help me to understand if I am wrong? Is there a way to force 2 graphs on the same y-axis?
Thank you.
@bacco007 is this still working for you (Amber Forecasting)? Mine has stopped forecasting as of yesterday. My Amber forecasting sensor appears to have not changed as I am using the data elsewhere.
I’ve found its a bit flakey, reporting shorter time periods and sometimes reporting nothing - but this seems to be consistent with what the sensor is reporting, so I’m not sure what’s going on there.
But please note that there are other functions that might prohibit this from working properly:
forceNiceScale: Boolean
If set to true , the y-axis scales are forced to generate nice looking rounded numbers even when min/max are provided. Turn this off if you manually set min/max and want it to be unchanged.
decimalsInFloat: Number
Number of fractions to display when there are floating values in y-axis. Note : If you have defined a custom formatter function in yaxis.labels.formatter , this won’t have any effect.