Sensor statistics change miscalculating

Hi!

I’m having an issue with change being miscalculated, the entity is TOTAL_INCREASING.

As you can see in the screenshot, ie. between 12 and 16 there’s a peak of 195, but looking at the history, that peak doesn’t exist:

In the data, the only I can see is some missing data points in between that peak, is like it’s summing 65 over that period, from 12h to 15h it went to 195, which is 3 times 65:

state, last_changed
0,     00:00:00.000Z
11,    03:00:00.000Z
27,    04:00:00.000Z
27,    05:00:00.000Z
46,    08:00:00.000Z
60,    09:00:00.000Z
60,    10:00:00.000Z
65,    11:00:00.000Z
65,    12:00:00.000Z
81,    16:00:00.000Z
81,    17:00:00.000Z
95,    22:00:00.000Z

This is the configuration of the graph:

chart_type: bar
energy_date_selection: true
type: statistics-graph
entities:
  - sensor.dockstream_smart_fountain_today_s_water_consumption_ml
stat_types:
  - change
logarithmic_scale: false
hide_legend: true
title: Drink

Is it a problem if there are missing data points?