@progress/kendo-charts 1.27.0 → 1.27.1
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.
|
@@ -925,7 +925,7 @@ var DateCategoryAxis = (function (CategoryAxis) {
|
|
|
925
925
|
var dateRange = new DateRange(datesRange.min, datesRange.max, Object.assign({}, options, {
|
|
926
926
|
justified: false,
|
|
927
927
|
roundToBaseUnit: true,
|
|
928
|
-
justifyEnd:
|
|
928
|
+
justifyEnd: false
|
|
929
929
|
}));
|
|
930
930
|
|
|
931
931
|
return dateRange.displayRange();
|
|
@@ -895,7 +895,7 @@ class DateCategoryAxis extends CategoryAxis {
|
|
|
895
895
|
const dateRange = new DateRange(datesRange.min, datesRange.max, Object.assign({}, options, {
|
|
896
896
|
justified: false,
|
|
897
897
|
roundToBaseUnit: true,
|
|
898
|
-
justifyEnd:
|
|
898
|
+
justifyEnd: false
|
|
899
899
|
}));
|
|
900
900
|
|
|
901
901
|
return dateRange.displayRange();
|