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