Gyorgy Kallai
Gyorgy Kallai
### Description I wanted to load data asynchronous. After that I wanted to update series to show the corresponding data and hide some series by default with hideSeries() method. Unfortunately...
To be able to deploy to Amazon CDN(CF S3) we needed `index.html` files for every (prerendered) page. With [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/master/packages/adapter-static) `trailingSlash`, it can be done easily. Basically it works as it...
I wanted to use skeletons while content is on the way. ``` {#await myPromises} {:then} ``` Sometime works, but in the most cases I get errors like this: ![Screenshot from...
After cloning and installing, prettier didn't format svelte files inside both the app/* and packages/* folder. js/ts files are formatted correctly.
### 🔎 Search Terms "discriminated union", "discrimination", "literal tuple", "string literal tuple" ### 🕗 Version & Regression Information - This is the behavior in every version I tried ### ⏯...
### Description Hello there! As I see something has been broken since this pull request: https://github.com/apexcharts/apexcharts.js/pull/4747 Just need to play around the related configs: ``` borderRadiusApplication: 'all', borderRadiusWhenStacked: 'last', ```...