├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── auto-merge.yml ├── dependabot.yml ├── stale.yml └── workflows │ ├── dependabot-automerge.yml │ └── test-and-release.yml ├── .gitignore ├── .releaseconfig.json ├── .vscode ├── extensions.json └── settings.json ├── LICENSE ├── README.md ├── admin-config ├── echarts.png └── echarts.svg ├── admin ├── assets │ ├── index-BMct_reC.js │ └── index-D5BB0j0i.css ├── chart │ ├── assets │ │ ├── index-G2J_O1k9.js │ │ └── index-VI9R7d-i.css │ ├── favicon.ico │ ├── index.html │ └── manifest.json ├── echarts.png ├── echarts.svg ├── favicon.ico ├── manifest.json ├── preview │ ├── assets │ │ ├── index-Ci3LvsKC.js │ │ └── index-VI9R7d-i.css │ ├── favicon.ico │ ├── index.html │ └── manifest.json └── tab.html ├── eslint.config.mjs ├── img ├── admin.png ├── bars.png ├── radar.png ├── screenshot1.png └── tooltip.png ├── io-package.json ├── package.json ├── prettier.config.mjs ├── src-chart ├── .gitignore ├── eslint.config.mjs ├── index.html ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ └── manifest.json ├── src │ ├── App.tsx │ ├── Components │ │ ├── ChartModel.ts │ │ ├── ChartOption.ts │ │ └── ChartView.tsx │ ├── assets │ │ └── echarts.png │ ├── i18n │ │ ├── de.json │ │ ├── en.json │ │ ├── es.json │ │ ├── fr.json │ │ ├── it.json │ │ ├── nl.json │ │ ├── pl.json │ │ ├── pt.json │ │ ├── ru.json │ │ ├── uk.json │ │ └── zh-cn.json │ ├── index.css │ ├── index.tsx │ └── serviceWorker.tsx ├── tsconfig.json └── vite.config.mjs ├── src-editor ├── .gitignore ├── README.md ├── eslint.config.mjs ├── index.html ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ └── manifest.json ├── src │ ├── App.tsx │ ├── Components │ │ ├── ChartFrame.tsx │ │ ├── ChartSettings.tsx │ │ ├── ChartsTree.tsx │ │ ├── DefaultPreset.tsx │ │ ├── EditStatesDialog.tsx │ │ ├── Fields.tsx │ │ ├── IconAggregate.tsx │ │ ├── Line.tsx │ │ ├── LineDialog.tsx │ │ ├── Mark.tsx │ │ ├── PresetTabs.tsx │ │ ├── PresetsTree.tsx │ │ └── Switch.tsx │ ├── MainChart.tsx │ ├── MenuList.tsx │ ├── SettingsEditor.tsx │ ├── i18n │ │ ├── de.json │ │ ├── en.json │ │ ├── es.json │ │ ├── fr.json │ │ ├── it.json │ │ ├── nl.json │ │ ├── pl.json │ │ ├── pt.json │ │ ├── ru.json │ │ ├── uk.json │ │ └── zh-cn.json │ ├── index.css │ ├── index.tsx │ ├── serviceWorker.tsx │ └── utils │ │ ├── flotConverter.jsx │ │ └── getUrlQuery.tsx ├── tsconfig.json └── vite.config.mjs ├── src-preview ├── .gitignore ├── eslint.config.mjs ├── index.html ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ └── manifest.json ├── src │ ├── App.tsx │ ├── assets │ │ └── echarts.svg │ ├── globals.d.ts │ ├── i18n │ │ ├── de.json │ │ ├── en.json │ │ ├── es.json │ │ ├── fr.json │ │ ├── it.json │ │ ├── nl.json │ │ ├── pl.json │ │ ├── pt.json │ │ ├── ru.json │ │ ├── uk.json │ │ └── zh-cn.json │ ├── index.css │ ├── index.tsx │ └── serviceWorker.tsx ├── tsconfig.json └── vite.config.mjs ├── src-widgets ├── .gitignore ├── eslint.config.mjs ├── index.html ├── package.json ├── public │ ├── _socket │ │ └── info.js │ └── img │ │ └── prev_echarts.png ├── src │ ├── App.scss │ ├── Echarts.tsx │ ├── globals.d.ts │ ├── i18n │ │ ├── de.json │ │ ├── en.json │ │ ├── es.json │ │ ├── fr.json │ │ ├── it.json │ │ ├── nl.json │ │ ├── pl.json │ │ ├── pt.json │ │ ├── ru.json │ │ ├── uk.json │ │ └── zh-cn.json │ ├── index.tsx │ └── translations.ts ├── tsconfig.json ├── tsconfig.node.json └── vite.config.ts ├── src ├── lib │ ├── ChartModel.ts │ ├── ChartOption.ts │ └── socketSimulator.ts ├── main.ts └── types.d.ts ├── tasksChart.js ├── tasksEdit.js ├── tasksPreview.js ├── tasksWidgets.js ├── test ├── engineHelper.js ├── guiHelper.js ├── package.js ├── testAdapter.gui.js └── tsconfig.json ├── tsconfig.base.json ├── tsconfig.build.json ├── tsconfig.check.json ├── tsconfig.json ├── widgets ├── echarts.html └── echarts │ ├── assets │ ├── Echarts-T7P5eiI2.js │ ├── _commonjsHelpers-Cpj98o6Y.js │ ├── createSvgIcon-CYuBcm5D.js │ ├── defaultTheme-Dp_fcCwq.js │ ├── echarts__loadShare___mf_0_mui_mf_1_icons_mf_2_material__loadShare__-D8lMmZml.js │ ├── echarts__loadShare__react__loadShare__-DHnYtG7m.js │ ├── echarts__mf_v__runtimeInit__mf_v__-fP5VN0RR.js │ ├── hostInit-BDi6DR-Y.js │ ├── index-B5zbfwXz.js │ ├── index-BCgShaXZ.js │ ├── index-CKi8hP-Q.js │ ├── index-CW_bHMHQ.js │ ├── index-DgqR7N8e.js │ ├── index-Do-nCdWy.js │ ├── jsx-runtime-B_PeHe7p.js │ ├── preload-helper-4fGslNWJ.js │ ├── translations-ChPurVmT.js │ ├── useTheme-CRWCBQzk.js │ └── virtualExposes-Cn1-Q9ey.js │ ├── customWidgets.js │ └── img │ └── prev_echarts.png └── www ├── assets ├── index-G2J_O1k9.js └── index-VI9R7d-i.css ├── favicon.ico ├── index.html ├── manifest.json └── preview ├── assets ├── index-Ci3LvsKC.js └── index-VI9R7d-i.css ├── favicon.ico ├── index.html └── manifest.json /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/auto-merge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.github/auto-merge.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /.github/workflows/dependabot-automerge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.github/workflows/dependabot-automerge.yml -------------------------------------------------------------------------------- /.github/workflows/test-and-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.github/workflows/test-and-release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.gitignore -------------------------------------------------------------------------------- /.releaseconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.releaseconfig.json -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "eslint.enable": true 3 | } -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/README.md -------------------------------------------------------------------------------- /admin-config/echarts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin-config/echarts.png -------------------------------------------------------------------------------- /admin-config/echarts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin-config/echarts.svg -------------------------------------------------------------------------------- /admin/assets/index-BMct_reC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/assets/index-BMct_reC.js -------------------------------------------------------------------------------- /admin/assets/index-D5BB0j0i.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/assets/index-D5BB0j0i.css -------------------------------------------------------------------------------- /admin/chart/assets/index-G2J_O1k9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/chart/assets/index-G2J_O1k9.js -------------------------------------------------------------------------------- /admin/chart/assets/index-VI9R7d-i.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/chart/assets/index-VI9R7d-i.css -------------------------------------------------------------------------------- /admin/chart/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/chart/favicon.ico -------------------------------------------------------------------------------- /admin/chart/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/chart/index.html -------------------------------------------------------------------------------- /admin/chart/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/chart/manifest.json -------------------------------------------------------------------------------- /admin/echarts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/echarts.png -------------------------------------------------------------------------------- /admin/echarts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/echarts.svg -------------------------------------------------------------------------------- /admin/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/favicon.ico -------------------------------------------------------------------------------- /admin/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/manifest.json -------------------------------------------------------------------------------- /admin/preview/assets/index-Ci3LvsKC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/preview/assets/index-Ci3LvsKC.js -------------------------------------------------------------------------------- /admin/preview/assets/index-VI9R7d-i.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/preview/assets/index-VI9R7d-i.css -------------------------------------------------------------------------------- /admin/preview/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/preview/favicon.ico -------------------------------------------------------------------------------- /admin/preview/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/preview/index.html -------------------------------------------------------------------------------- /admin/preview/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/preview/manifest.json -------------------------------------------------------------------------------- /admin/tab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/admin/tab.html -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /img/admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/img/admin.png -------------------------------------------------------------------------------- /img/bars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/img/bars.png -------------------------------------------------------------------------------- /img/radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/img/radar.png -------------------------------------------------------------------------------- /img/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/img/screenshot1.png -------------------------------------------------------------------------------- /img/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/img/tooltip.png -------------------------------------------------------------------------------- /io-package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/io-package.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/package.json -------------------------------------------------------------------------------- /prettier.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/prettier.config.mjs -------------------------------------------------------------------------------- /src-chart/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/.gitignore -------------------------------------------------------------------------------- /src-chart/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/eslint.config.mjs -------------------------------------------------------------------------------- /src-chart/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/index.html -------------------------------------------------------------------------------- /src-chart/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/package-lock.json -------------------------------------------------------------------------------- /src-chart/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/package.json -------------------------------------------------------------------------------- /src-chart/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/public/favicon.ico -------------------------------------------------------------------------------- /src-chart/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/public/manifest.json -------------------------------------------------------------------------------- /src-chart/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/App.tsx -------------------------------------------------------------------------------- /src-chart/src/Components/ChartModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/Components/ChartModel.ts -------------------------------------------------------------------------------- /src-chart/src/Components/ChartOption.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/Components/ChartOption.ts -------------------------------------------------------------------------------- /src-chart/src/Components/ChartView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/Components/ChartView.tsx -------------------------------------------------------------------------------- /src-chart/src/assets/echarts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/assets/echarts.png -------------------------------------------------------------------------------- /src-chart/src/i18n/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/de.json -------------------------------------------------------------------------------- /src-chart/src/i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/en.json -------------------------------------------------------------------------------- /src-chart/src/i18n/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/es.json -------------------------------------------------------------------------------- /src-chart/src/i18n/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/fr.json -------------------------------------------------------------------------------- /src-chart/src/i18n/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/it.json -------------------------------------------------------------------------------- /src-chart/src/i18n/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/nl.json -------------------------------------------------------------------------------- /src-chart/src/i18n/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/pl.json -------------------------------------------------------------------------------- /src-chart/src/i18n/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/pt.json -------------------------------------------------------------------------------- /src-chart/src/i18n/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/ru.json -------------------------------------------------------------------------------- /src-chart/src/i18n/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/uk.json -------------------------------------------------------------------------------- /src-chart/src/i18n/zh-cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/i18n/zh-cn.json -------------------------------------------------------------------------------- /src-chart/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/index.css -------------------------------------------------------------------------------- /src-chart/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/index.tsx -------------------------------------------------------------------------------- /src-chart/src/serviceWorker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/src/serviceWorker.tsx -------------------------------------------------------------------------------- /src-chart/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/tsconfig.json -------------------------------------------------------------------------------- /src-chart/vite.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-chart/vite.config.mjs -------------------------------------------------------------------------------- /src-editor/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/.gitignore -------------------------------------------------------------------------------- /src-editor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/README.md -------------------------------------------------------------------------------- /src-editor/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/eslint.config.mjs -------------------------------------------------------------------------------- /src-editor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/index.html -------------------------------------------------------------------------------- /src-editor/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/package-lock.json -------------------------------------------------------------------------------- /src-editor/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/package.json -------------------------------------------------------------------------------- /src-editor/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/public/favicon.ico -------------------------------------------------------------------------------- /src-editor/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/public/manifest.json -------------------------------------------------------------------------------- /src-editor/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/App.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/ChartFrame.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/ChartFrame.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/ChartSettings.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/ChartSettings.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/ChartsTree.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/ChartsTree.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/DefaultPreset.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/DefaultPreset.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/EditStatesDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/EditStatesDialog.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/Fields.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/Fields.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/IconAggregate.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/IconAggregate.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/Line.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/Line.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/LineDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/LineDialog.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/Mark.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/Mark.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/PresetTabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/PresetTabs.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/PresetsTree.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/PresetsTree.tsx -------------------------------------------------------------------------------- /src-editor/src/Components/Switch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/Components/Switch.tsx -------------------------------------------------------------------------------- /src-editor/src/MainChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/MainChart.tsx -------------------------------------------------------------------------------- /src-editor/src/MenuList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/MenuList.tsx -------------------------------------------------------------------------------- /src-editor/src/SettingsEditor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/SettingsEditor.tsx -------------------------------------------------------------------------------- /src-editor/src/i18n/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/de.json -------------------------------------------------------------------------------- /src-editor/src/i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/en.json -------------------------------------------------------------------------------- /src-editor/src/i18n/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/es.json -------------------------------------------------------------------------------- /src-editor/src/i18n/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/fr.json -------------------------------------------------------------------------------- /src-editor/src/i18n/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/it.json -------------------------------------------------------------------------------- /src-editor/src/i18n/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/nl.json -------------------------------------------------------------------------------- /src-editor/src/i18n/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/pl.json -------------------------------------------------------------------------------- /src-editor/src/i18n/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/pt.json -------------------------------------------------------------------------------- /src-editor/src/i18n/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/ru.json -------------------------------------------------------------------------------- /src-editor/src/i18n/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/uk.json -------------------------------------------------------------------------------- /src-editor/src/i18n/zh-cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/i18n/zh-cn.json -------------------------------------------------------------------------------- /src-editor/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/index.css -------------------------------------------------------------------------------- /src-editor/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/index.tsx -------------------------------------------------------------------------------- /src-editor/src/serviceWorker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/serviceWorker.tsx -------------------------------------------------------------------------------- /src-editor/src/utils/flotConverter.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/utils/flotConverter.jsx -------------------------------------------------------------------------------- /src-editor/src/utils/getUrlQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/src/utils/getUrlQuery.tsx -------------------------------------------------------------------------------- /src-editor/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/tsconfig.json -------------------------------------------------------------------------------- /src-editor/vite.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-editor/vite.config.mjs -------------------------------------------------------------------------------- /src-preview/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/.gitignore -------------------------------------------------------------------------------- /src-preview/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/eslint.config.mjs -------------------------------------------------------------------------------- /src-preview/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/index.html -------------------------------------------------------------------------------- /src-preview/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/package-lock.json -------------------------------------------------------------------------------- /src-preview/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/package.json -------------------------------------------------------------------------------- /src-preview/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/public/favicon.ico -------------------------------------------------------------------------------- /src-preview/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/public/manifest.json -------------------------------------------------------------------------------- /src-preview/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/App.tsx -------------------------------------------------------------------------------- /src-preview/src/assets/echarts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/assets/echarts.svg -------------------------------------------------------------------------------- /src-preview/src/globals.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/globals.d.ts -------------------------------------------------------------------------------- /src-preview/src/i18n/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/de.json -------------------------------------------------------------------------------- /src-preview/src/i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/en.json -------------------------------------------------------------------------------- /src-preview/src/i18n/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/es.json -------------------------------------------------------------------------------- /src-preview/src/i18n/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/fr.json -------------------------------------------------------------------------------- /src-preview/src/i18n/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/it.json -------------------------------------------------------------------------------- /src-preview/src/i18n/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/nl.json -------------------------------------------------------------------------------- /src-preview/src/i18n/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/pl.json -------------------------------------------------------------------------------- /src-preview/src/i18n/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/pt.json -------------------------------------------------------------------------------- /src-preview/src/i18n/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/ru.json -------------------------------------------------------------------------------- /src-preview/src/i18n/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/uk.json -------------------------------------------------------------------------------- /src-preview/src/i18n/zh-cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/i18n/zh-cn.json -------------------------------------------------------------------------------- /src-preview/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/index.css -------------------------------------------------------------------------------- /src-preview/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/index.tsx -------------------------------------------------------------------------------- /src-preview/src/serviceWorker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/src/serviceWorker.tsx -------------------------------------------------------------------------------- /src-preview/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/tsconfig.json -------------------------------------------------------------------------------- /src-preview/vite.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-preview/vite.config.mjs -------------------------------------------------------------------------------- /src-widgets/.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | node_modules 3 | package-lock.json -------------------------------------------------------------------------------- /src-widgets/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/eslint.config.mjs -------------------------------------------------------------------------------- /src-widgets/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/index.html -------------------------------------------------------------------------------- /src-widgets/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/package.json -------------------------------------------------------------------------------- /src-widgets/public/_socket/info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/public/_socket/info.js -------------------------------------------------------------------------------- /src-widgets/public/img/prev_echarts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/public/img/prev_echarts.png -------------------------------------------------------------------------------- /src-widgets/src/App.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/App.scss -------------------------------------------------------------------------------- /src-widgets/src/Echarts.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/Echarts.tsx -------------------------------------------------------------------------------- /src-widgets/src/globals.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/globals.d.ts -------------------------------------------------------------------------------- /src-widgets/src/i18n/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/de.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/en.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/es.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/fr.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/it.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/nl.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/pl.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/pt.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/ru.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/uk.json -------------------------------------------------------------------------------- /src-widgets/src/i18n/zh-cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/i18n/zh-cn.json -------------------------------------------------------------------------------- /src-widgets/src/index.tsx: -------------------------------------------------------------------------------- 1 | // ignore 2 | export {}; 3 | -------------------------------------------------------------------------------- /src-widgets/src/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/src/translations.ts -------------------------------------------------------------------------------- /src-widgets/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/tsconfig.json -------------------------------------------------------------------------------- /src-widgets/tsconfig.node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/tsconfig.node.json -------------------------------------------------------------------------------- /src-widgets/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src-widgets/vite.config.ts -------------------------------------------------------------------------------- /src/lib/ChartModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src/lib/ChartModel.ts -------------------------------------------------------------------------------- /src/lib/ChartOption.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src/lib/ChartOption.ts -------------------------------------------------------------------------------- /src/lib/socketSimulator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src/lib/socketSimulator.ts -------------------------------------------------------------------------------- /src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src/main.ts -------------------------------------------------------------------------------- /src/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/src/types.d.ts -------------------------------------------------------------------------------- /tasksChart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tasksChart.js -------------------------------------------------------------------------------- /tasksEdit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tasksEdit.js -------------------------------------------------------------------------------- /tasksPreview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tasksPreview.js -------------------------------------------------------------------------------- /tasksWidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tasksWidgets.js -------------------------------------------------------------------------------- /test/engineHelper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/test/engineHelper.js -------------------------------------------------------------------------------- /test/guiHelper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/test/guiHelper.js -------------------------------------------------------------------------------- /test/package.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/test/package.js -------------------------------------------------------------------------------- /test/testAdapter.gui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/test/testAdapter.gui.js -------------------------------------------------------------------------------- /test/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/test/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tsconfig.base.json -------------------------------------------------------------------------------- /tsconfig.build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tsconfig.build.json -------------------------------------------------------------------------------- /tsconfig.check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tsconfig.check.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/tsconfig.json -------------------------------------------------------------------------------- /widgets/echarts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts.html -------------------------------------------------------------------------------- /widgets/echarts/assets/Echarts-T7P5eiI2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/Echarts-T7P5eiI2.js -------------------------------------------------------------------------------- /widgets/echarts/assets/_commonjsHelpers-Cpj98o6Y.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/_commonjsHelpers-Cpj98o6Y.js -------------------------------------------------------------------------------- /widgets/echarts/assets/createSvgIcon-CYuBcm5D.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/createSvgIcon-CYuBcm5D.js -------------------------------------------------------------------------------- /widgets/echarts/assets/defaultTheme-Dp_fcCwq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/defaultTheme-Dp_fcCwq.js -------------------------------------------------------------------------------- /widgets/echarts/assets/echarts__loadShare___mf_0_mui_mf_1_icons_mf_2_material__loadShare__-D8lMmZml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/echarts__loadShare___mf_0_mui_mf_1_icons_mf_2_material__loadShare__-D8lMmZml.js -------------------------------------------------------------------------------- /widgets/echarts/assets/echarts__loadShare__react__loadShare__-DHnYtG7m.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/echarts__loadShare__react__loadShare__-DHnYtG7m.js -------------------------------------------------------------------------------- /widgets/echarts/assets/echarts__mf_v__runtimeInit__mf_v__-fP5VN0RR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/echarts__mf_v__runtimeInit__mf_v__-fP5VN0RR.js -------------------------------------------------------------------------------- /widgets/echarts/assets/hostInit-BDi6DR-Y.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/hostInit-BDi6DR-Y.js -------------------------------------------------------------------------------- /widgets/echarts/assets/index-B5zbfwXz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/index-B5zbfwXz.js -------------------------------------------------------------------------------- /widgets/echarts/assets/index-BCgShaXZ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/index-BCgShaXZ.js -------------------------------------------------------------------------------- /widgets/echarts/assets/index-CKi8hP-Q.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/index-CKi8hP-Q.js -------------------------------------------------------------------------------- /widgets/echarts/assets/index-CW_bHMHQ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/index-CW_bHMHQ.js -------------------------------------------------------------------------------- /widgets/echarts/assets/index-DgqR7N8e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/index-DgqR7N8e.js -------------------------------------------------------------------------------- /widgets/echarts/assets/index-Do-nCdWy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/index-Do-nCdWy.js -------------------------------------------------------------------------------- /widgets/echarts/assets/jsx-runtime-B_PeHe7p.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/jsx-runtime-B_PeHe7p.js -------------------------------------------------------------------------------- /widgets/echarts/assets/preload-helper-4fGslNWJ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/preload-helper-4fGslNWJ.js -------------------------------------------------------------------------------- /widgets/echarts/assets/translations-ChPurVmT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/translations-ChPurVmT.js -------------------------------------------------------------------------------- /widgets/echarts/assets/useTheme-CRWCBQzk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/useTheme-CRWCBQzk.js -------------------------------------------------------------------------------- /widgets/echarts/assets/virtualExposes-Cn1-Q9ey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/assets/virtualExposes-Cn1-Q9ey.js -------------------------------------------------------------------------------- /widgets/echarts/customWidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/customWidgets.js -------------------------------------------------------------------------------- /widgets/echarts/img/prev_echarts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/widgets/echarts/img/prev_echarts.png -------------------------------------------------------------------------------- /www/assets/index-G2J_O1k9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/assets/index-G2J_O1k9.js -------------------------------------------------------------------------------- /www/assets/index-VI9R7d-i.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/assets/index-VI9R7d-i.css -------------------------------------------------------------------------------- /www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/favicon.ico -------------------------------------------------------------------------------- /www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/index.html -------------------------------------------------------------------------------- /www/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/manifest.json -------------------------------------------------------------------------------- /www/preview/assets/index-Ci3LvsKC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/preview/assets/index-Ci3LvsKC.js -------------------------------------------------------------------------------- /www/preview/assets/index-VI9R7d-i.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/preview/assets/index-VI9R7d-i.css -------------------------------------------------------------------------------- /www/preview/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/preview/favicon.ico -------------------------------------------------------------------------------- /www/preview/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/preview/index.html -------------------------------------------------------------------------------- /www/preview/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioBroker/ioBroker.echarts/HEAD/www/preview/manifest.json --------------------------------------------------------------------------------