Which is a bit confusing, because JDBC/MariaDB handles states completely different and the lines try to “mimick” in-between states with drawing a … line.
There is no “trick” here. With rrd4j data must be persisted every minute. So what you are seeing are actual data points from the persistence. It looks like you have set your new persistence to only have a strategy of every change, so it can only plot those occasional points.
If you are making these charts yourself, then there is a a way control whether the chart draws diagonal lines or only horizontal and vertical lines:
If you are just bringing up an item’s default graph, then I don’t think there is anyway to modify the chart options to get what you want.
step: end really does the trick. There is no configuration on the “Edit” portion, even in “advanced” mode, or is there?
InMemory could also do it I guess, but the graph definition works fine!
(and yes, this only works in “Pages - Charts” context, not if you just load one or more items in a graph like the “Analyze” link on items does.)