Replies: 1 comment
|
It is a known issue but there is one error in your statement/assumption, the data is not present for the current (!) month, you only have till 2nd Oct. Nevertheless, it would be nice if the distribution takes the span>end: month into account which it does not. The underlying library has the same 'issue' so not sure if this can see a solution here, other than maybe pre-filling 'the month with fake values ...but then 'which' values as 0 is not good as well in many situations |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description

The ApexCharts card displaying monthly consumption for the current month (offset = 0) shows all bars compressed/clustered on the right side of the chart instead of being evenly distributed across the entire month width.
Configuration
xaxis configuration
Observed behavior
Tested without success
✗ Changed func: diff to func: delta
✗ Changed series entities (sensor.energie_reseau_serveurs_mois_hp → sensor.energie_reseau_serveurs_jour_hp)
✗ Removed plotOptions and dataLabels
✗ Used graph_span: 1month instead of 32d
✗ Removed custom tooltip
Question
Why doesn't ApexCharts distribute the daily bars evenly across the entire month width when the data seems to be present?
Thank you very much
All reactions