mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Fix slider axis for small screens
This commit is contained in:
@@ -50,6 +50,7 @@ angular.module('app').directive('slider', ['$window', function ($window) {
|
||||
.scale(x)
|
||||
.orient("bottom")
|
||||
.tickFormat(function(d) { return d + unit; })
|
||||
.ticks(5)
|
||||
.tickSize(0)
|
||||
.tickPadding(12))
|
||||
.select(".domain");
|
||||
|
||||
Reference in New Issue
Block a user