My goal is to display a user's financial data for the previous week, but sometimes they may not have data for all seven days. When using c3.js, I noticed that it automatically extends the 'endpoint-value' to the end of the axis. Is there a way to avoid this automatic extension by c3.js? Alternatively, should I manually include a zero-value at the end of each series to prevent this extension?