Hide x-axis if no data
Hello,
I attempted to plot timeseries market data using this awesome library. However, I couldn't find a way to remove holidays or the x-axis labels for dates with no corresponding data. I tried adding multiple series as suggested in this #611 issue, but it didn't seem to work.
As you can see the chart still display a time gap.
I also attempted to rollback to the older version that had the chart.setXAxisLabelOverrideMap(xMarkMap) API, but unfortunately, it didn't work either.
Any suggestions would be greatly appreciated.
Thanks!
Even if you would make it work, the result will look weird: The labels on the x-Axis won't indicate where the gap in the data is. You could however use continous numbers for the x-Axis and hide the labels.