diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4394264..2339414 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
bun install
bun run build
mkdir ${{ env.PLUGIN_NAME }}
- cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
+ cp dist/main.js dist/manifest.json dist/styles.css ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}.zip ${{ env.PLUGIN_NAME }}
ls
@@ -51,6 +51,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
${{ env.PLUGIN_NAME }}-${{ github.ref_name }}.zip
- main.js
- manifest.json
- styles.css
+ dist/main.js
+ dist/manifest.json
+ dist/styles.css
diff --git a/.gitignore b/.gitignore
index 3779a9b..6e5926d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ data.json
obsidian.css
+dist/
!exampleVault/.obsidian
diff --git a/.prettierignore b/.prettierignore
index b2e9014..4c98451 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,4 +1,4 @@
/lib
node_modules
exampleVault
-main.js
\ No newline at end of file
+dist
\ No newline at end of file
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 3d0aec6..246e271 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -9,7 +9,7 @@ import eslintPluginSvelte from 'eslint-plugin-svelte';
export default tseslint.config(
{
- ignores: ['npm/', 'node_modules/', 'exampleVault/', 'automation/', 'main.js', '**/*.svelte', '**/*.d.ts'],
+ ignores: ['npm/', 'node_modules/', 'exampleVault/', 'automation/', 'dist/', '**/*.svelte', '**/*.d.ts'],
},
...eslintPluginSvelte.configs['flat/recommended'],
...eslintPluginSvelte.configs['flat/prettier'],
diff --git a/styles.css b/styles.css
deleted file mode 100644
index e9c76a2..0000000
--- a/styles.css
+++ /dev/null
@@ -1,3189 +0,0 @@
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Dev Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Sat, 04 Oct 2025 10:34:28 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-/*
--------------------------------------------
-Bases Charts - Release Build
--------------------------------------------
-By: Moritz Jung (https://moritzjung.dev/)
-Time: Thu, 02 Oct 2025 19:06:06 GMT
-Version: 0.0.1
--------------------------------------------
-THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
-if you want to view the source, please visit the github repository of this plugin
--------------------------------------------
-Copyright (c) 2025 Moritz Jung
--------------------------------------------
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program. If not, see .
-*/
-
-figure.svelte-c5n3b4 {
- margin: 0;
- padding: 0;
-}
-.plot-body.svelte-c5n3b4 {
- position: relative;
-}
-.plot-overlay.svelte-c5n3b4,
-.plot-underlay.svelte-c5n3b4 {
- position: absolute;
- inset: 0;
- pointer-events: none;
-}
-.plot-underlay.svelte-c5n3b4 {
- z-index: -1;
-}
-.plot-header.svelte-c5n3b4 {
- margin-top: 1rem;
- display: flex;
- flex-direction: column;
- row-gap: 0.35rem;
-}
-.plot-header.svelte-c5n3b4 h2,
-.plot-header.svelte-c5n3b4 h3 {
- margin: 0 !important;
- padding: 0 !important;
- border: 0 !important;
-}
-.plot-header.svelte-c5n3b4 h3 {
- font-weight: 500;
-}
-.plot-footer.svelte-c5n3b4 {
- margin-bottom: 2rem;
-}
-text.svelte-1vdc81s {
- stroke: var(--plot-bg);
- fill: #dc143c;
- font-size: 11px;
- stroke-width: 3px;
- font-weight: 700;
- paint-order: stroke fill;
-}
-line.svelte-1yg4edo {
- stroke: currentColor;
-}
-text.svelte-1yg4edo {
- opacity: 0.8;
- fill: currentColor;
-}
-text.svelte-x6donl {
- fill: currentColor;
-}
-line.svelte-inyq83 {
- stroke: currentColor;
-}
-text.svelte-inyq83 {
- fill: currentColor;
-}
-text.svelte-lok93m {
- fill: currentColor;
-}
-.color-legend.svelte-1269hcs {
- text-align: left;
- font-size: 12px;
- display: inline-block;
- margin-right: 2em;
-}
-.title.svelte-1269hcs {
- font-weight: 500;
-}
-.item.svelte-1269hcs {
- margin: 0 1em 0.5ex 0;
-}
-path.svelte-1269hcs {
- stroke-width: 1.5;
-}
-.item.svelte-1269hcs,
-.item-label.svelte-1269hcs,
-.swatch.svelte-1269hcs {
- display: inline-flex;
- align-items: center;
- column-gap: 0.3rem;
-}
-.item-label.svelte-1269hcs {
- vertical-align: super;
-}
-line.svelte-75g6py {
- stroke: currentColor;
- stroke-opacity: 0.2;
-}
-line.svelte-ykw1ch {
- stroke: currentColor;
- stroke-opacity: 0.2;
-}
-.symbol-legend.svelte-1vze4d {
- text-align: left;
- font-size: 12px;
- display: inline-block;
- margin-right: 2em;
-}
-.item.svelte-1vze4d {
- margin: 0 1em 0.5ex 0;
-}
-path.svelte-1vze4d {
- stroke-width: 1.5;
-}
-.item.svelte-1vze4d,
-.item-label.svelte-1vze4d,
-.swatch.svelte-1vze4d {
- display: inline-block;
-}
-.item-label.svelte-1vze4d {
- vertical-align: text-bottom;
-}
-:root {
- --plot-bg: white;
- --plot-fg: currentColor;
-}
-.error.svelte-1j5ln2u {
- font-size: 11px;
- stroke-width: 3px;
- font-weight: 700;
-}
-text.error.svelte-1j5ln2u {
- stroke: var(--plot-bg);
- fill: #dc143c;
- paint-order: stroke fill;
-}
-div.error.svelte-1j5ln2u {
- color: #dc143c;
- white-space: pre-wrap;
- line-height: 1.1;
-}
-foreignObject.svelte-zr9o7x,
-canvas.svelte-zr9o7x {
- color: currentColor;
-}
-text.svelte-12l946b {
- font-size: 12px;
- paint-order: stroke fill;
-}
-.bases-chart-container {
- width: 100%;
- height: 100%;
- padding: var(--size-4-2);
-}
-.bases-chart .plot-header {
- margin: 0;
-}
diff --git a/vite.config.ts b/vite.config.ts
index 57bbe73..6d1194b 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -11,20 +11,23 @@ const entryFile = 'packages/obsidian/src/main.ts';
export default defineConfig(async ({ mode }) => {
const { resolve } = path;
const prod = mode === 'production';
+ const outDir = prod ? 'dist/' : `exampleVault/.obsidian/plugins/bases-charts/`;
- let plugins = [svelte(), banner(getBuildBanner(prod ? 'Release Build' : 'Dev Build', version => version))];
- if (!prod) {
- plugins.push(
- viteStaticCopy({
- targets: [
- {
- src: 'manifest.json',
- dest: `exampleVault/.obsidian/plugins/bases-charts/`,
- },
- ],
- }),
- );
- }
+ let plugins = [
+ svelte(),
+ banner({
+ outDir: outDir,
+ content: getBuildBanner(prod ? 'Release Build' : 'Dev Build', version => version),
+ }),
+ viteStaticCopy({
+ targets: [
+ {
+ src: 'manifest.json',
+ dest: outDir,
+ },
+ ],
+ }),
+ ];
return {
plugins: plugins,
@@ -50,7 +53,7 @@ export default defineConfig(async ({ mode }) => {
main: resolve(__dirname, entryFile),
},
output: {
- dir: prod ? '.' : `exampleVault/.obsidian/plugins/bases-charts/`,
+ dir: outDir,
entryFileNames: 'main.js',
assetFileNames: 'styles.css',
},