I tried to display the consumption values from the linky binding for each day of a particular month. However, the chart displays the values incorrectly: the value displayed for a particular day is in fact the value for the day before. This is normal since I used an item bound to the daily#yesterday channel. I have thus the following chart (I made this test today).

I have modified the configuration of the chart to add an offset to the time series in order to shift by one day:
series:
- component: oh-aggregate-series
config:
aggregationFunction: last
dimension1: date
gridIndex: 0
item: Linky_ConsommationHier
name: Consommation
stack: total
type: bar
xAxisIndex: 0
yAxisIndex: 0
offsetUnit: day
offsetAmount: 1
However, I have the following result:

Day 2 disappeared although it should be displayed on day 1. Moreover day 6 and 7 did not shift by one day.
Did I made a mistake in the configuration ?
Thanks in advance.