Skip to content

Commit

Permalink
Add digitsAfterDecimal option to legend (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Futabay committed May 19, 2020
1 parent 7f7b35c commit b89e233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ait/gui/static/js/ait/gui/Plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class DygraphsBackend
legend: 'always',
labelsSeparateLines: false,
labelsDiv: this._plot_id,
showRangeSelector: true
showRangeSelector: true,
digitsAfterDecimal: 5
}
}

Expand Down

0 comments on commit b89e233

Please sign in to comment.