I'm using react-google-charts to create a Timeline. It works for me on my Macbook but not on iPad or iPhone with Chrome. It doesn't work in Safari or Firefox on the Macbook.
This is the error message I get: undefined is not an object (evaluating 'Dygraph.TICK_PLACEMENT[a].datefield')×
I've looked through the Google Developers forum but couldn't find any similar posts. Any idea what this means?
In the console in Safari, it says invalid date. So I need to fix the format of the dates I think.