Hi,
I have recently encountered another problem that needs to have the x-axis to have more empty space on the left side(not padding, the space is needs to be part of the graph)
For example, I have line graph A and line graph B. Both graph should start on the same date and end on the same date so that we can compare them. However, the data for graph A starts on March and ends Dec. Graph B starts from January and ends on Dec. How do I make graph A to start on January and the line trace on graph A will start on March. I need to graph A to start from Jan to Dec, but the line will only start from March because there is no data from Jan to April.
Thank You