@progress/kendo-charts 1.29.0-dev.202305231642 → 1.29.0

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.
@@ -286,7 +286,7 @@ export var Marker = (function (Class) {
286
286
  var templateElement = convertToHtml(templateHtml);
287
287
  element.appendChild(templateElement);
288
288
  } else {
289
- addClass(element, 'k-icon k-i-marker-' + toHyphens(options.shape || 'pin'));
289
+ addClass(element, 'k-icon k-icon-xxl k-i-marker-' + toHyphens(options.shape || 'pin'));
290
290
  }
291
291
 
292
292
  if (options.title) {
@@ -268,7 +268,7 @@ export class Marker extends Class {
268
268
  const templateElement = convertToHtml(templateHtml);
269
269
  element.appendChild(templateElement);
270
270
  } else {
271
- addClass(element, 'k-icon k-i-marker-' + toHyphens(options.shape || 'pin'));
271
+ addClass(element, 'k-icon k-icon-xxl k-i-marker-' + toHyphens(options.shape || 'pin'));
272
272
  }
273
273
 
274
274
  if (options.title) {