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,
|
chunks,
|
||||||
suffix,
|
suffix,
|
||||||
dp;
|
dp;
|
||||||
if (typeof this.tickFormat == 'function') {
|
|
||||||
return this.tickFormat;
|
|
||||||
}
|
|
||||||
if (this.tickFormat !== null && this.tickFormat !== undefined) {
|
if (this.tickFormat !== null && this.tickFormat !== undefined) {
|
||||||
if (this._hasTimeField()) {
|
if (this._hasTimeField()) {
|
||||||
returnFormat = d3.time.format(this.tickFormat);
|
returnFormat = d3.time.format(this.tickFormat);
|
||||||
|
|
|
@ -181,9 +181,6 @@
|
||||||
chunks,
|
chunks,
|
||||||
suffix,
|
suffix,
|
||||||
dp;
|
dp;
|
||||||
if (typeof this.tickFormat == 'function') {
|
|
||||||
return this.tickFormat;
|
|
||||||
}
|
|
||||||
if (this.tickFormat !== null && this.tickFormat !== undefined) {
|
if (this.tickFormat !== null && this.tickFormat !== undefined) {
|
||||||
if (this._hasTimeField()) {
|
if (this._hasTimeField()) {
|
||||||
returnFormat = d3.time.format(this.tickFormat);
|
returnFormat = d3.time.format(this.tickFormat);
|
||||||
|
|
|
@ -9,9 +9,6 @@
|
||||||
chunks,
|
chunks,
|
||||||
suffix,
|
suffix,
|
||||||
dp;
|
dp;
|
||||||
if (typeof this.tickFormat == 'function') {
|
|
||||||
return this.tickFormat;
|
|
||||||
}
|
|
||||||
if (this.tickFormat !== null && this.tickFormat !== undefined) {
|
if (this.tickFormat !== null && this.tickFormat !== undefined) {
|
||||||
if (this._hasTimeField()) {
|
if (this._hasTimeField()) {
|
||||||
returnFormat = d3.time.format(this.tickFormat);
|
returnFormat = d3.time.format(this.tickFormat);
|
||||||
|
|
Loading…
Reference in New Issue