mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +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:
parent
6fdc24ab21
commit
76e163473a
@ -268,7 +268,6 @@
|
||||
|
||||
.gl-plot-tick,
|
||||
.tick-label {
|
||||
@include reverseEllipsis();
|
||||
font-size: 0.7rem;
|
||||
position: absolute;
|
||||
&.gl-plot-x-tick-label,
|
||||
|
@ -193,7 +193,7 @@
|
||||
left: (100 * (tick.value - min) / interval) + '%'
|
||||
}"
|
||||
ng-title=":: tick.fullText || tick.text">
|
||||
{{:: tick.text | reverse}}
|
||||
{{:: tick.text }}
|
||||
</div>
|
||||
</mct-ticks>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user