Skip to content

Commit

Permalink
chore: release v2.0.6
Browse files Browse the repository at this point in the history
- (@GermanBluefox) Validate configuration at start
- (@GermanBluefox) Corrected zoom&pan of charts with mouse
- (@GermanBluefox) Added the possibility to change a legend background
- (@GermanBluefox) Show color of lines in legend if it is a dialog
- (@GermanBluefox) Show echarts card in on the admin intro page
  • Loading branch information
GermanBluefox committed Feb 2, 2025
1 parent ac48eca commit 801f9db
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You can debug view charts locally with:
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.6 (2025-02-02)

- (@GermanBluefox) Validate configuration at start
- (@GermanBluefox) Corrected zoom&pan of charts with mouse
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
document.head.appendChild(script);
</script>
<title>Echarts preview [ioBroker]</title>
<script type="module" crossorigin src="./assets/index-BSrzZykX.js"></script>
<script type="module" crossorigin src="./assets/index-DzIhITJb.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-VI9R7d-i.css">
</head>
<body>
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "echarts",
"version": "2.0.5",
"version": "2.0.6",
"news": {
"2.0.6": {
"en": "Validate configuration at start\nCorrected zoom&pan of charts with mouse\nAdded the possibility to change a legend background\nShow color of lines in legend if it is a dialog\nShow echarts card in on the admin intro page",
"de": "Gültige Konfiguration zu Beginn\nKorrigierte Zoom&pan von Diagrammen mit Maus\nHinzufügen der Möglichkeit, einen Legenden-Hintergrund zu ändern\nZeige die Farbe der Zeilen in der Legende, wenn es ein Dialog ist\nEcharts Karte auf der Admin-Seite anzeigen",
"ru": "Проверка конфигурации на старте\nИсправленный зум&панль диаграмм с мышью\nДобавила возможность изменить легендарный фон\nПоказать цвет линий в легенде, если это диалог\nПоказать карту echarts на странице admin intro",
"pt": "Validar a configuração no início\nZoom &amp; amp; de gráficos com mouse\nAdicionado a possibilidade de mudar um fundo lenda\nMostrar a cor das linhas na lenda se for uma caixa de diálogo\nMostrar echarts card na página de introdução de admin",
"nl": "Configuratie valideren bij starten\nGecorrigeerde zoom&pan van grafieken met muis\nToegevoegd de mogelijkheid om een legende achtergrond te veranderen\nKleur van regels in legende tonen als het een dialoogvenster is\nEcharts-kaart tonen op de admin-intropagina",
"fr": "Valider la configuration au début\nZoom & pan corrigé des graphiques avec la souris\nAjout de la possibilité de changer un fond de légende\nAfficher la couleur des lignes dans la légende si c'est une boîte de dialogue\nAfficher la carte echarts sur la page d'introduction de l'administration",
"it": "Convalida configurazione all'inizio\nCorretto zoom&pan di grafici con il mouse\nAggiunto la possibilità di cambiare uno sfondo leggenda\nMostra il colore delle linee nella leggenda se è un dialogo\nMostra carta echarts nella pagina intro di admin",
"es": "Configuración validada al inicio\nAmpliación corregida de gráficos con ratón\nAgregó la posibilidad de cambiar un fondo de leyenda\nMostrar color de líneas en la leyenda si es un diálogo\nMostrar tarjeta de echarts en la página de entrada de admin",
"pl": "Potwierdź konfigurację przy starcie\nPoprawiony zoom & Pan wykresów z myszką\nDodano możliwość zmiany tła legendy\nPokaż kolor linii w legendzie, jeśli jest to okno dialogowe\nPokaż kartę echartów na stronie admin intro",
"uk": "Почати налаштування\nВиправлено масштабування та панель діаграм з мишкою\nДодана можливість змінити легендний фон\nПоказати колір ліній в легенді, якщо це діалогове вікно\nПоказати картку echarts на сторінці адміністратора",
"zh-cn": "启动时验证配置\n用鼠标修正了图表的缩放( P)\n添加更改传奇背景的可能性\n显示图例中的行色, 如果它是对话框\n在管理内页显示 echarts 牌"
},
"2.0.4": {
"en": "Correcting locale for x-axis\nCorrecting widget",
"de": "Ortskorrektur für x-Achse\nKorrektur Widget",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.echarts",
"version": "2.0.5",
"version": "2.0.6",
"description": "Build useful charts in ioBroker",
"author": {
"name": "bluefox",
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
document.head.appendChild(script);
</script>
<title>Echarts preview [ioBroker]</title>
<script type="module" crossorigin src="./assets/index-BSrzZykX.js"></script>
<script type="module" crossorigin src="./assets/index-DzIhITJb.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-VI9R7d-i.css">
</head>
<body>
Expand Down

0 comments on commit 801f9db

Please sign in to comment.