'Synchronized charts with different amounts of data points using Apexcharts

As you can see below, I have two synchronized charts(in the same group) that have different amounts of data points(the first graph has twice as much data as the second graph). Although the first and last values of each chart are very close to each other, the last value of the second chart always appears in the middle of the chart. But I want to see the last data at the end of the chart. I guess this is possible by increasing the width between the grid columns of the second graph. Is there a way to do this?

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source