Skip to content

Commit

Permalink
chore(merge): remove english local old code
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdickerson committed Dec 5, 2019
1 parent 3bd7bfc commit 3121fa1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/components/axes/axis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { AxisPositions, ScaleTypes, AxisTypes } from "../../interfaces";
import { Tools } from "../../tools";
import { ChartModel } from "../../model";
import { DOMUtils } from "../../services";
const englishLocale = require("d3-time-format/locale/en-US.json");

// D3 Imports
import { scaleBand, scaleLinear, scaleTime, scaleLog, scaleOrdinal } from "d3-scale";
Expand Down Expand Up @@ -196,8 +195,6 @@ export class Axis extends Component {
const timeLocale = Tools.getProperty(options, "locale", "time");
if (timeLocale) {
timeFormatDefaultLocale(timeLocale);
} else {
timeFormatDefaultLocale(englishLocale);
}
}

Expand Down

0 comments on commit 3121fa1

Please sign in to comment.