@progress/kendo-charts 2.11.0-develop.3 → 2.11.1-develop.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.
@@ -2405,6 +2405,17 @@ setDefaultOptions(Chart, {
2405
2405
  renderAs: "",
2406
2406
  motion: {},
2407
2407
  chartArea: {},
2408
+ axisDefaults: {
2409
+ categoryAxis: {
2410
+ highlight: {
2411
+ visible: false,
2412
+ border: null
2413
+ }
2414
+ },
2415
+ valueAxis: {
2416
+ narrowRange: false
2417
+ }
2418
+ },
2408
2419
  legend: {
2409
2420
  visible: true,
2410
2421
  labels: {},
@@ -2417,12 +2428,7 @@ setDefaultOptions(Chart, {
2417
2428
  }
2418
2429
  }
2419
2430
  },
2420
- categoryAxis: {
2421
- highlight: {
2422
- visible: false,
2423
- border: null
2424
- }
2425
- },
2431
+ categoryAxis: {},
2426
2432
  seriesDefaults: {
2427
2433
  type: COLUMN,
2428
2434
  data: [],
@@ -2449,9 +2455,7 @@ setDefaultOptions(Chart, {
2449
2455
  },
2450
2456
  transitions: true,
2451
2457
  observeStyles: false,
2452
- valueAxis: {
2453
- narrowRange: false
2454
- },
2458
+ valueAxis: {},
2455
2459
  plotArea: {},
2456
2460
  title: {},
2457
2461
  xAxis: {},
@@ -2405,6 +2405,17 @@ setDefaultOptions(Chart, {
2405
2405
  renderAs: "",
2406
2406
  motion: {},
2407
2407
  chartArea: {},
2408
+ axisDefaults: {
2409
+ categoryAxis: {
2410
+ highlight: {
2411
+ visible: false,
2412
+ border: null
2413
+ }
2414
+ },
2415
+ valueAxis: {
2416
+ narrowRange: false
2417
+ }
2418
+ },
2408
2419
  legend: {
2409
2420
  visible: true,
2410
2421
  labels: {},
@@ -2417,12 +2428,7 @@ setDefaultOptions(Chart, {
2417
2428
  }
2418
2429
  }
2419
2430
  },
2420
- categoryAxis: {
2421
- highlight: {
2422
- visible: false,
2423
- border: null
2424
- }
2425
- },
2431
+ categoryAxis: {},
2426
2432
  seriesDefaults: {
2427
2433
  type: COLUMN,
2428
2434
  data: [],
@@ -2449,9 +2455,7 @@ setDefaultOptions(Chart, {
2449
2455
  },
2450
2456
  transitions: true,
2451
2457
  observeStyles: false,
2452
- valueAxis: {
2453
- narrowRange: false
2454
- },
2458
+ valueAxis: {},
2455
2459
  plotArea: {},
2456
2460
  title: {},
2457
2461
  xAxis: {},