Hi there...
I am using categorical X-Axes with months and countries something like this:
June | July | August | June | July | August
Denmark Sweden
As graph I am using a
line chart that is displaying percent.
The problem now is, that the
line chart connects August in Denmark with June in Sweden, which is incorrect since Denmark has nothing to do with Sweden.
Is there a possibility to interrupt the
line chart when it is switching from one category to the next category? I already put a const
line between Denmark and Sweden (which works ok) but I still have the connecting
line.
Thanks for your help!