gantt-task-react-powern 0.4.71 → 0.4.73

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.js CHANGED
@@ -1151,7 +1151,7 @@ var Calendar = function Calendar(_ref) {
1151
1151
 
1152
1152
  for (var i = 0; i < dates.length; i++) {
1153
1153
  var date = dates[i];
1154
- var bottomValue = getLocalDayOfWeek(date, locale, "short") + ", " + date.getDate().toString();
1154
+ var bottomValue = columnWidth > 55 ? getLocalDayOfWeek(date, locale, "short") + ", " + date.getDate().toString() : getLocalDayOfWeek(date, locale, "narrow") + ", " + date.getDate().toString();
1155
1155
  bottomValues.push(React__default.createElement("text", {
1156
1156
  key: date.getTime(),
1157
1157
  y: headerHeight * 0.8,