[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:
Pete Richards 2018-11-08 12:24:26 -08:00 committed by Andrew Henry
parent 6fdc24ab21
commit 76e163473a
2 changed files with 1 additions and 2 deletions

View File

@ -268,7 +268,6 @@
.gl-plot-tick,
.tick-label {
@include reverseEllipsis();
font-size: 0.7rem;
position: absolute;
&.gl-plot-x-tick-label,

View File

@ -193,7 +193,7 @@
left: (100 * (tick.value - min) / interval) + '%'
}"
ng-title=":: tick.fullText || tick.text">
{{:: tick.text | reverse}}
{{:: tick.text }}
</div>
</mct-ticks>