Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 20, 2024
1 parent 3db2da8 commit 699228f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
13 changes: 0 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 699228f

Please sign in to comment.