Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headings HEAD master | Andinus | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | Make changes in Scaling (#7) | karishmarajput | 2021-10-31 | 1 | -1/+1 |
| | | | | | | | * Fix typo and delete unused variable * Add : after solution * Make changes in Scaling | ||||
* | Fix typo and delete unused variable (#6) | karishmarajput | 2021-10-31 | 1 | -2/+1 |
| | |||||
* | Use plotly basic package, mount with onMount | Andinus | 2021-10-11 | 1 | -86/+75 |
| | | | | | | | 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. | ||||
* | Implement Bresenham's Algorithm | Andinus | 2021-10-10 | 1 | -1/+171 |
| | |||||
* | Changing page with Navbar using Component event | Andinus | 2021-10-09 | 1 | -0/+1 |