Bagaskara LA

Results 8 issues of Bagaskara LA

i setup interceptor like this, there is two apis with two different token, so i handle using url. ```javascript $axios.onRequest((config) => { // #1 api if (config.url.startsWith('/first-api')) { const imersToken...

How to make not responsive when container get bigger?

I have added interaction in SVG, using click and hover. Then when i use this panzoom in mobile, i cant click/hover the svg. I must `pause()` in order to svg...

![image](https://user-images.githubusercontent.com/14112952/106705787-32f80100-6621-11eb-9d83-d9620d092fef.png) ## Case I only want use data from 00 until 12 to create trendline, so the trendline will not include the latest data. How to implement this case? Note:...

inprogress

Does this library work when put on config.php `$config['base_url']` ??

When i change like fill color in svg, it will be detected with nuxt and rebuilded. But the changes is not shown. I have to manually restart dev server `yarn...

I'm using this in App.vue, but when i load heavy page on slow connection then this loading will finish first before my page. How to solve this?

When i use format distance from now (example 2019-11-27 20:49) to date 2019-11-26, it show **2 days ago**