-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (@GermanBluefox) Correcting locale for x-axis
- (@GermanBluefox) Correcting widget
- Loading branch information
1 parent
e356c83
commit 7e09c8d
Showing
32 changed files
with
1,430 additions
and
1,353 deletions.
There are no files selected for viewing
40 changes: 20 additions & 20 deletions
40
admin/assets/index-VBHizqvZ.js → admin/assets/index-DIG665pI.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 35 additions & 35 deletions
70
www/preview/assets/index-CgqD6xas.js → admin/preview/assets/index-pOd0B7Ce.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* ioBroker echarts Adapter | ||
* | ||
* (c) 2020-2024 bluefox <[email protected]> | ||
* (c) 2020-2025 bluefox <[email protected]> | ||
* | ||
* MIT License | ||
* | ||
|
@@ -25,7 +25,7 @@ import 'moment/locale/de'; | |
import type { EchartsOptions, Connection, ChartConfigMore } from './types'; | ||
import { getSocket } from './lib/socketSimulator'; | ||
import { type EChartsType, init as echartsInit } from 'echarts'; | ||
import type { Canvas, JpegConfig, PdfConfig, PngConfig } from 'canvas'; | ||
import { Canvas, type JpegConfig, type PdfConfig, type PngConfig } from 'canvas'; | ||
import { type JSDOM } from 'jsdom'; | ||
|
||
// let echartsInit: | ||
|
@@ -132,7 +132,7 @@ class EchartsAdapter extends Adapter { | |
data = `data:image/png;base64,${canvas | ||
.toBuffer('image/png', { | ||
compressionLevel: options.compressionLevel || 3, | ||
filters: options.filters || canvas.PNG_FILTER_NONE, | ||
filters: options.filters || Canvas.PNG_FILTER_NONE, | ||
} as PngConfig) | ||
.toString('base64')}`; | ||
break; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Copyright 2018-2024 bluefox <[email protected]> | ||
* Copyright 2018-2025 bluefox <[email protected]> | ||
* | ||
* MIT License | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Copyright 2018-2024 bluefox <[email protected]> | ||
* Copyright 2018-2025 bluefox <[email protected]> | ||
* | ||
* MIT License | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Copyright 2018-2024 bluefox <[email protected]> | ||
* Copyright 2018-2025 bluefox <[email protected]> | ||
* | ||
* MIT License | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Copyright 2023-2024 bluefox <[email protected]> | ||
* Copyright 2023-2025 bluefox <[email protected]> | ||
* | ||
* MIT License | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<!-- | ||
ioBroker.echarts high quality Widget-Set | ||
version: "1.9.0" | ||
version: "2.0.4" | ||
Copyright 2019-2024 bluefox <[email protected]> | ||
Copyright 2019-2025 bluefox <[email protected]> | ||
--> | ||
<script type="text/javascript" > | ||
|
Oops, something went wrong.