aloudata-gantt 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6123,7 +6123,7 @@ var Chart = function Chart() {
|
|
|
6123
6123
|
strokeWidth: '1px',
|
|
6124
6124
|
y2: '10'
|
|
6125
6125
|
}))), minorList.map(function (item) {
|
|
6126
|
-
return holiday[dayjs(item.key).format("YYYY-MM-DD")] ? /*#__PURE__*/React.createElement("g", {
|
|
6126
|
+
return item.isWeek || holiday[dayjs(item.key).format("YYYY-MM-DD")] ? /*#__PURE__*/React.createElement("g", {
|
|
6127
6127
|
key: item.key,
|
|
6128
6128
|
stroke: '#f0f0f0'
|
|
6129
6129
|
}, /*#__PURE__*/React.createElement("path", {
|