Seungwoo321
Seungwoo321
> "data": stochasticData.map(i => [i.k, i.d]), I'm guessing you'll need a timestamp to map to the x-axis. original code: https://github.com/tvjsx/tvjs-overlays/blob/master/src/overlays/Stoch/Stoch.vue#L38 **I've made some customizations.** ```js import { Overlay } from...
I think it is important to have a coordinate that can show the approximate location.
@nchesnokov Are you still having the same problem? If so, can you explain to me in more detail?
'vue-pivottable-ui' instead of You can use 'vue-pivottable'. Is this what you want? https://seungwoo321.github.io/vue-pivottable/guide/getting-started.html#vue-pivottable
@zwonlala 내부적으로 어떻게 동작 하는건지 좀 자세하게 공부해서 진행을 하고 싶었는데 아직 손도 못대고 있습니다 ㅠ
Atom : 1.20.1 Electron: 1.6.9 Chrome : 56.0.2924.87 Node : 7.4.0 remote-edit 1.9.0 same issue :( help me
It works if you exclude the extension option from vite.config.ts. But I don't know why. ```ts // vite.config.ts ... define: { 'process.env': {} }, resolve: { alias: { '@': fileURLToPath(new...
> ```ts > extensions: ['.mjs', '.js', '.mts', '.ts', '.jsx', '.tsx', '.json'] > ``` > > The important part here is `.mjs` needs to come before `.js` > > Otherwise it...
@cbbdev @mokadevcloud I don't have a set schedule yet, but I'll try my best
@hifall It is not perfect but consider [VueDatamaps](https://github.com/Seungwoo321/vue-datamaps).