diff --git a/README.md b/README.md index 0aaa3804..17d0d7e2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The chart will be automatically updated every time the value changes. ### Server side rendering You can render the presets on the server and get it as base64 URL or save it on disk on in ioBroker DB: -``` +```js sendTo('echarts.0', { preset: 'echarts.0.myPreset', // the only mandatory attribute @@ -100,7 +100,7 @@ You can debug view charts locally with: ### **WORK IN PROGRESS** --> ## Changelog -### 1.9.3 (2024-12-19) +### **WORK IN PROGRESS** * (bluefox) Convert actual values with provided "convert" function too ### 1.9.2 (2024-09-10) diff --git a/io-package.json b/io-package.json index bca53084..051f2f3a 100644 --- a/io-package.json +++ b/io-package.json @@ -3,19 +3,6 @@ "name": "echarts", "version": "1.9.3", "news": { - "1.9.3": { - "en": "Convert actual values with provided \"convert\" function too", - "de": "Istwerte mit bereitgestellter \"Konvert\"-Funktion umrechnen", - "ru": "Конвертировать фактические значения с предоставленной функцией «конверт»", - "pt": "Converta valores reais com função \"converter\" fornecida também", - "nl": "Converteer werkelijke waarden met de opgegeven \"convert\" functie ook", - "fr": "Convertir les valeurs réelles avec la fonction \"convert\" fournie aussi", - "it": "Converti valori effettivi con funzione \"convert\" fornita", - "es": "Convertir valores reales con función \"convert\" proporcionada también", - "pl": "Przelicz wartości rzeczywiste z zapewnioną funkcją \"convert\"", - "uk": "Перетворення фактичних значень за допомогою функції \"convert\" занадто", - "zh-cn": "将实际值转换为“ 转换” 函数" - }, "1.9.2": { "en": "Fixed polar and bar charts", "de": "Feste Polar- und Balkendiagramme",