Comparing version
{ | ||
"name": "pedicab", | ||
"version": "1.6.16", | ||
"version": "1.6.17", | ||
"description": "Rickshaw is a JavaScript toolkit for creating interactive time series graphs.", | ||
@@ -5,0 +5,0 @@ "main": [ |
{ | ||
"name": "pedicab", | ||
"version": "1.6.16", | ||
"version": "1.6.17", | ||
"homepage": "https://shutterstock.github.io/rickshaw/", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -66,7 +66,2 @@ Rickshaw.namespace('Rickshaw.Graph.Axis.Y') | ||
var berth = this.height * this.berthRate | ||
if (this.orientation == 'left') { | ||
this.element.style.top = -1 * berth + 'px' | ||
} | ||
}, | ||
@@ -97,4 +92,3 @@ | ||
if (this.orientation == 'left') { | ||
var berth = this.height * this.berthRate | ||
var transform = 'translate(' + (this.width - 1) + ', ' + berth + ')' | ||
var transform = 'translate(' + (this.width - 1) + ')' | ||
} | ||
@@ -101,0 +95,0 @@ |
/* jshint -W079 */ | ||
var Rickshaw = { | ||
version: '1.6.16', | ||
version: '1.6.17', | ||
@@ -6,0 +6,0 @@ namespace: function(namespace, obj) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1198280
-0.05%11508
-0.1%