cats-charts 0.0.58 → 0.0.59

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.
@@ -298,7 +298,7 @@ class ChartLegendComponent {
298
298
  const wasSelected = item.selected;
299
299
  this.adapter.applySelection(this.chart, item, mode, this.state.items);
300
300
  this.syncFromChart();
301
- this.emit(mode === 'exclusive' ? 'exclusive' : wasSelected ? 'unselect' : 'select', item);
301
+ // this.emit(mode === 'exclusive' ? 'exclusive' : wasSelected ? 'unselect' : 'select', item);
302
302
  }
303
303
  hover(item) {
304
304
  if (!this.chart || item.disabled || this.config.hoverLink === false)