@spteck/fluentui-react-charts 1.1.4 → 1.1.5

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.
@@ -866,7 +866,7 @@ opts) {
866
866
  extra = opts.extraField;
867
867
  }
868
868
  }
869
- var suffix = extra !== undefined && extra !== null ? " (" + String(extra) + ")" : '';
869
+ var suffix = extra !== undefined && extra !== null ? "" + String(extra) : '';
870
870
  // Bubble format { x, y, r }
871
871
  if (typeof raw === 'object' && raw !== null && 'x' in raw && 'y' in raw && 'r' in raw) {
872
872
  var x = raw.x,
@@ -944,6 +944,7 @@ opts) {
944
944
  }
945
945
  };
946
946
  return {
947
+ external: undefined,
947
948
  enabled: true,
948
949
  displayColors: true,
949
950
  boxWidth: 10,