@progress/kendo-charts 2.0.0-dev.202401051337 → 2.0.0-dev.202401090916

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.
@@ -121,8 +121,8 @@ var Legend = (function (ChartElement) {
121
121
  opacity: opacity,
122
122
  accessibility: options.accessibility
123
123
  },
124
- legendItem,
125
124
  options.item,
125
+ legendItem,
126
126
  dataItem,
127
127
  { markers: options.markers }
128
128
  );
@@ -110,8 +110,8 @@ class Legend extends ChartElement {
110
110
  opacity: opacity,
111
111
  accessibility: options.accessibility
112
112
  },
113
- legendItem,
114
113
  options.item,
114
+ legendItem,
115
115
  dataItem,
116
116
  { markers: options.markers }
117
117
  );