Skip to content

Commit

Permalink
ADD convertors among bindable
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKulhanek committed Dec 13, 2022
1 parent ba2de7b commit f509198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/elements/dygraphchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/elements/sachart.js

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

0 comments on commit f509198

Please sign in to comment.