mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
[Plot] Remove x-axis tick ellipses (#2212)
Remove ellipses from x-axis ticks and reversal of tick text. This allows PNG export to export ticks correctly instead of reversed. Fixes #2177
This commit is contained in:
committed by
Andrew Henry
parent
6fdc24ab21
commit
76e163473a
@ -193,7 +193,7 @@
|
||||
left: (100 * (tick.value - min) / interval) + '%'
|
||||
}"
|
||||
ng-title=":: tick.fullText || tick.text">
|
||||
{{:: tick.text | reverse}}
|
||||
{{:: tick.text }}
|
||||
</div>
|
||||
</mct-ticks>
|
||||
|
||||
|
Reference in New Issue
Block a user