John Murphy
John Murphy
I too am having this issue. I noticed that the Google Trends site also lops off the last two days unless the time frame is 7 days or less, but...
I'm able to get recent data if I change `startTime` to 6 days ago or less and `granularTimeResolution: true`
Looking at the code it's probably easier to just add `.navbar-item.is-mega { position: static }` to your global stylesheet, because that's all megamenu is really. The columns are standard Bulma...
I'm getting this as well with 2.3.5
I too am having an issue with the Java date format producing an unexpected result. My issue is a little different though: For `format` I'm using `"yyyy-MM-dd"` For `date` I'm...
@danielprrazevedo I should also add that my `mode` is set to `"date"`
I'm running into a similar issue in dev. In my case I'm just using regular CSS, but if I remove the `` tags from my VidstackPlayer component altogether, the controls...
...and just as a workaround for anyone dealing with this: I'm able to import CSS into the parent page of my VidstackPlayer component and style things without breaking anything.