mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Frontend] Mods to allow plot tick labels to ellipsis to left
open #337 Fixing code due to circleci fail in pull request;
This commit is contained in:
parent
a10f895904
commit
f8114ba6b6
@ -67,7 +67,7 @@ define(
|
||||
tickVal = tickVal.split('').reverse().join('');
|
||||
result.push({
|
||||
//If data to show, display label for each tick line, otherwise show lines but suppress labels.
|
||||
label: span > 0 ? : ''
|
||||
label: span > 0 ? tickVal : ''
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user