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