[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('');
|
tickVal = tickVal.split('').reverse().join('');
|
||||||
result.push({
|
result.push({
|
||||||
//If data to show, display label for each tick line, otherwise show lines but suppress labels.
|
//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