@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.
@@ -873,7 +873,7 @@ opts) {
873
873
  extra = opts.extraField;
874
874
  }
875
875
  }
876
- var suffix = extra !== undefined && extra !== null ? " (" + String(extra) + ")" : '';
876
+ var suffix = extra !== undefined && extra !== null ? "" + String(extra) : '';
877
877
  // Bubble format { x, y, r }
878
878
  if (typeof raw === 'object' && raw !== null && 'x' in raw && 'y' in raw && 'r' in raw) {
879
879
  var x = raw.x,
@@ -951,6 +951,7 @@ opts) {
951
951
  }
952
952
  };
953
953
  return {
954
+ external: undefined,
954
955
  enabled: true,
955
956
  displayColors: true,
956
957
  boxWidth: 10,