I using this version of Apexchart in combination with nordpol. Since the last 15 min data update the top values are on N/A dispite that the attribute current_price exists.
nordpool connectivity has been quite spotty for me as of late. In frustration I have removed using current price (+high and low) sensors and others from nordpool that get updated hourly, etc and have gone instead to extrapolating it from the daily data dump.
in apex, does anyone know if it is possible to put the current value where it says “now” (like min/max)?
so I typically use the standard / default colors and made a table of them to access quickly which I thought someone else may have use of, so I am posting it here as i have never found this list and using text names of colors (eg “blue” or “green” ) will not give you any of the blues below but some other color palette :S – anyway :
ID
Color
Hex
RGB
01
Light Orange
#FF9800
rgb(255,152,0)
02
Light Blue
#3498DB
rgb(52,152,219)
03
Red
#E74C3C
rgb(231,76,60)
04
Light Purple
#9B59B6
rgb(155,89,182)
05
Yellow
#F1C40F
rgb(241,196,15)
06
Green yellow
#2ECC71
rgb(46,204,113)
07
Green blue
#1ABC9C
rgb(26,188,156)
08
Dark Gray
#34495E
rgb(52,73,94)
09
Orange
#E67E22
rgb(230,126,34)
10
Gray
#7F8C8D
rgb(127,140,141)
11
Green
#27AE60
rgb(39,174,96)
12
Blue
#2980B9
rgb(41,128,185)
13
Purple
#8E44AD
rgb(142,68,173)
“Now” tag
lighter blue
#009AC7
rgb(0,154,199)
subtext
light gray
#BABABA
rgb(186,186,186)
text
lighter gray
#E1E1E1
rgb(225,225,225)
background
darker gray
#1C1C1C
rgb(28,28,28)
** ## in order of entities added - 01 is the 1st entity added, 13 is the 13th @14 the colors repeat.
I use this as I like that the colors are standard as it is easy but as I have progressed I find they sometimes they are in the wrong order (eg different colors between charts for the same values on the same page) and a pain to move as things go screwy or I have some colors I have decided always mean a certain thing (eg historical data to be a light gray (10) or similarly sma’s are the same color but dashed width depending on sma span and transparent lighter version #opacity, etc, etc…).
This does not seem to do anything, apexcharts-card doesn’t include tooltip in it’s documentation but apexcharts.js has…maybe there is no support in card?
- entity: sensor.sql_net_daily_cost
name: 8-days Avg
statistics:
type: mean
period: day
fill_raw: zero
group_by:
fill: zero
duration: 8d
start_with_last: true
func: last
anyone knows how to solve apexchart with 1d span? my entity is a daily increasing utility meter, and based on my code below, i should expect a column to appear center, but instead i get a dotted value appearing on far left. what is wrong with my code?
Are you using a wrapper to allow templates? As this card does not (!) accept templates just-like-that, and suggest to not provide examples with guesswork on the values.
Will there be any updates on the actual card? 2.3+ have been out for a while.
regards
//Hans
Edit:
Or do anyone have a good/nice apexchart config that shows a graph on todays and tomorrows price and as numbers Lowest/actual/highest and want to share it?
This is for the core Nordpool and not the custom component…
sensor.aircond_today_s_consumption is type total_increasing and my graph_span is a growing dynamic value. Result is not what i expect if graph_span is <= 3d.
xaxis type: category works but the formatter doesnt. In my browser’s console, i can only see value = 0.
meanwhile xaxis type datetime is showing wrong ticks where i am only expecting 1 tick and the bar is positioned on 13 Oct not 15 Oct. The tooltip hover value is correct though.
tbh, I am quite surprised myself, have not seen this before. Without even setting any x-axis config, it displays 15 oct (also with me on various sensors). It is so basic in its setup so it should work. I can only get the 13th back in the picture by changing span stuff but one should be able to show only today. I even checked if this was related to recent releases of HA (almost never related but this is so weird).
I would raise an issue here; Issues · RomRider/apexcharts-card
I’ve made a chart showing daily electricity costs, profits, and net costs for the last 7 days. It does exactly what I want, but it is really slow to load.