My chart's column type is set to datetime but it is displaying unnecessary dates with large spaces in between on the x-axis, and the size of the columns has been reduced to almost invisible.
[screen shot 1]:
https://i.sstatic.net/oXpUT.png
If I change the column to String type and replace the data with strings, I get this [screen shot 2]:
https://i.sstatic.net/J02Zr.png
Is there an option available that would eliminate the distance associated with time on the x-axis? Essentially, I want the x-axis to function as if it were still a string type. I want a fixed distance between the bars while keeping the datetime type for setting filters.
Does anyone have any suggestions on how I can achieve this?
Thank you