Add tableGraph constants
parent
ce5d6ca770
commit
213741fce5
|
@ -0,0 +1,4 @@
|
|||
export const NULL_COLUMN_INDEX = -1
|
||||
export const NULL_ROW_INDEX = -1
|
||||
|
||||
export const NULL_HOVER_TIME = '0'
|
Loading…
Reference in New Issue