Pasecinic Nichita
Pasecinic Nichita
@SlicedSilver thanks and indeed I noticed too, that by calling `chart.timeScale().fitContent();` it triggers a re-render and the chart series are visible again. P.S: In react I'll make sure the `fitContent`...
Also, `fitContent` might be unnecessary and not wanted, it is possible to use `timeScale().scrollToRealTime();` It will trigger an additional re-render
Hi @SlicedSilver, sorry to bother, but will it be fixed any soon ? It is just impossible to simply have `fixLeftEdge` and `fixRightEdge` both on `true`. Above workarounds with `timescale()...`...
The original issue got resolves - https://github.com/pganalyze/libpg_query/issues/44 🎉
I have same issues in ESM mode: could not import `json` files directly ``` TypeError: Module "path/config.json" needs an import attribute of type "json" ``` dayjs plugins does not work...
> You can use `require` to import commonjs code: Then I get such error in client side code ``` Uncaught (in promise) Error: Module "module" has been externalized for browser...
> Currently dealing with > ``` > TypeError: Module "file:///node_modules/.pnpm/@[email protected]/node_modules/@dqbd/tiktoken/encoders/cl100k_base.json" needs an import attribute of type "json" > ``` @divmgl you can try: ```js import file from './file.json' assert {...
Hi @suren-atoyan, I've read it and understood that there is no rich support out of the box for most of the languages, but still I'd want to see of how...
could be resolved by adding a custom `tsconfig.json` at the root, and this might be the way to go with phoenix & react together