Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use plotly basic package, mount with onMount | Andinus | 2021-10-11 | 1 | -2/+2 |
| | | | | | | | Loading it with <svelte:head> meant that it was being fetched everytime user changed the page. Now it'll be bundled with bundle.js and we use onMount to solve it after everything has been loaded/rendered. | ||||
* | Initialize Application | Andinus | 2021-10-09 | 1 | -0/+18 |