Jakub Donovan
Jakub Donovan
> > Did not help. Did you try with my repo? > > Yes, I did it with your repo. Note that there is no `kit` field in `vite.config.js`. Are...
> There is no `priceData` parameter in the series. Must use `data={priceData}` My bad, it works now. Thanks for your assistance
@trash-and-fire Hey there brother, quick question. How would I access the chart container to add UI elements as seen below? Your doc states that the container property can be used...
> See an example of a [legend](https://svelte.dev/repl/1b431bf3d75948769855d14c55bbc5f7). This is close to what you want to do. > > As for the properties of the container, they are slightly for other...
> ref={(api) => series = api} Thank you, that did it!
> You can have [many series](https://svelte.dev/repl/8338a68cb00b42fe856dee282d0090e9) on a chart, such as a main series and a moving average series. Therefore, you need to ask the price for a specific instance...
> Could you please provide a minimal reproduction of the issue with reactive data. > > Also keep in mind that `data2` must not be equal to `seriesOptions.data`. To be...
> Could you please provide a minimal reproduction of the issue with reactive data. > > Also keep in mind that `data2` must not be equal to `seriesOptions.data`. To be...
svelteflow.dev - the following error occurs as soon as the dep is installed > Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/home/qw/projects/qwerty/node_modules/.pnpm/@[email protected][email protected]/node_modules/@xyflow/svelte/dist/lib/container/SvelteFlow' is not supported resolving ES modules imported from /home/sol/projects/qwerty/node_modules/.pnpm/@[email protected][email protected]/node_modules/@xyflow/svelte/dist/lib/index.js
> I am open to considering this, but I have some initial hesitancy and would like to understand the potential use case(s) better. > > My hesitancy is that this...