mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 09:25:29 +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:
@ -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 : ''
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user