mirror of https://github.com/vitalif/dimple
Compare commits
No commits in common. "master" and "2.2.0" have entirely different histories.
src/objects/axis/methods
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue