N°5621 Move D3 3.5.16 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-16 16:47:16 +01:00
parent f3fbce7459
commit 3e9f4df1bf
16 changed files with 38 additions and 32 deletions

View File

@@ -67,5 +67,5 @@ function d3_geo_pointInPolygon(point, polygon) {
// from the point to the South pole. If it is zero, then the point is the
// same side as the South pole.
return (polarAngle < -ε || polarAngle < ε && d3_geo_areaRingSum < -ε) ^ (winding & 1);
return (polarAngle < -ε || polarAngle < ε && d3_geo_areaRingSum < 0) ^ (winding & 1);
}

View File

@@ -5,12 +5,12 @@ var d3_locale_zhCN = d3.locale({
thousands: ",",
grouping: [3],
currency: ["¥", ""],
dateTime: "%x %A %X",
date: "%Y%-m%-d",
dateTime: "%a %b %e %X %Y",
date: "%Y/%-m/%-d",
time: "%H:%M:%S",
periods: ["上午", "下午"],
days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
shortDays: ["日", "一", "二", "三", "四", "五", "六"],
shortDays: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
shortMonths: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
});

2
node_modules/d3/src/start.js generated vendored
View File

@@ -1,2 +1,2 @@
!function(){
var d3 = {version: "3.5.17"}; // semver
var d3 = {version: "3.5.16"}; // semver