Compare commits

..

No commits in common. "master" and "2.2.0" have entirely different histories.

3 changed files with 0 additions and 9 deletions

View File

@ -181,9 +181,6 @@
chunks,
suffix,
dp;
if (typeof this.tickFormat == 'function') {
return this.tickFormat;
}
if (this.tickFormat !== null && this.tickFormat !== undefined) {
if (this._hasTimeField()) {
returnFormat = d3.time.format(this.tickFormat);

View File

@ -181,9 +181,6 @@
chunks,
suffix,
dp;
if (typeof this.tickFormat == 'function') {
return this.tickFormat;
}
if (this.tickFormat !== null && this.tickFormat !== undefined) {
if (this._hasTimeField()) {
returnFormat = d3.time.format(this.tickFormat);

View File

@ -9,9 +9,6 @@
chunks,
suffix,
dp;
if (typeof this.tickFormat == 'function') {
return this.tickFormat;
}
if (this.tickFormat !== null && this.tickFormat !== undefined) {
if (this._hasTimeField()) {
returnFormat = d3.time.format(this.tickFormat);