Compare commits

...

1 Commits

Author SHA1 Message Date
720aaf151d [Plot] Remove x-axis tick ellipses
Remove ellipses from x-axis ticks and reversal of tick text.  This
allows PNG export to export ticks correctly instead of reversed.

Fixes #2177
2018-11-07 10:14:45 -08:00
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>