Is there a way to break axis on a Graph view? This is to compress the scale & hide empty section on the plot...
In my case I have year/date dimension plotted on x-axis. The dataset has few data-points corresponding to year 1900 (this is due to config set on the source system), while the remainder/majority are around current date. So the resultant view has markers plotted on the edges while the major portion in the middle sectrion is left blank.
You cannot split the axis of a single Graph View, but you can segment the data set, and show different segments in closely-spaced adjacent Graph Views with no margins.
Use a formula field to classify records in time segments, then use Named Queries to isolate each time segment in a different adjacent Graph View.
You could also use DataManager to filter out those records using record filter operation, or do Move in DataExplorer tab to move those 1900 year values.