Efe Omoregie

Results 7 comments of Efe Omoregie

> Hello @marvelefe Thank you for your PR ! Mostly LGTM, can you please fix the formatting issues (please check the CI pipeline results) ? Fixed the formatting issues

Tried the above solution and still not working. Somehow it still gets rendered server side. My error logs: ``` 2021-09-17T15:10:48.630182Z ERROR window is not defined 2021-09-17T15:10:48.630214Z 2021-09-17T15:10:48.630224Z at Object. (node_modules/vue-paystack/dist/paystack.min.js:1:280)...

@Devdre1909 My plugins array in Nuxt Config: ``` ......other plugins above {src: '~/plugins/mixitup.js', mode: 'client' }, {src: '~/plugins/vue-paystack.js', mode: 'client' }, {src: '~/plugins/moment.js', mode: 'client' } ], ```

I'm using Nuxt @iamraphson

Aii. Package looks good. Thanks @iamraphson

Duplicate issue. Follow the thread @dedribble #26

Here's an example of how to use plotly @raphael10-collab : ```python from prophet.plot import plot_plotly .... df = None # Prepare data for Prophet model = Prophet( daily_seasonality=False, weekly_seasonality=True, yearly_seasonality=True,...