unit coluns in telem tables, need to add config options for those columns

This commit is contained in:
Jamie Vigliotta
2020-07-13 14:24:51 -07:00
parent 0d9558b891
commit d7c266d70f
8 changed files with 183 additions and 11 deletions

View File

@ -41,6 +41,7 @@ define([
{
key: "sin",
name: "Sine",
unit: "Hz",
formatString: '%0.2f',
hints: {
range: 1
@ -49,6 +50,7 @@ define([
{
key: "cos",
name: "Cosine",
unit: "deg",
formatString: '%0.2f',
hints: {
range: 2