From f509198f050c76fd956e42dc13e24c5387b34331 Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Tue, 13 Dec 2022 14:48:19 +0100 Subject: [PATCH] ADD convertors among bindable --- src/elements/dygraphchart.js | 1 + src/elements/sachart.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/elements/dygraphchart.js b/src/elements/dygraphchart.js index accdb9f..8b0ad05 100644 --- a/src/elements/dygraphchart.js +++ b/src/elements/dygraphchart.js @@ -11,6 +11,7 @@ export class Dygraphchart { @bindable refindex; @bindable refvalues=1; @bindable throttle=200; //time to throttle chart update, if it is too much at once + @bindable convertors; initialdata = true; refindices = null; xy = false; diff --git a/src/elements/sachart.js b/src/elements/sachart.js index e1d2fba..ac158b2 100644 --- a/src/elements/sachart.js +++ b/src/elements/sachart.js @@ -11,6 +11,7 @@ export class Sachart extends Dygraphchart { @bindable pH=7.4; @bindable pCO2=40; @bindable throttle=2000; //time to throttle chart update, if it is too much at once + @bindable convertors; constructor(){ super();