@eric-emg/symphiq-components 1.3.10 → 1.3.11

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.
@@ -58292,6 +58292,9 @@ class AreaChartComponent {
58292
58292
  maxTooltipDistance: -1
58293
58293
  }));
58294
58294
  this.chartElement = chartElement;
58295
+ if (this.disableInteractions()) {
58296
+ chartElement.zoomOutButton.set('forceHidden', true);
58297
+ }
58295
58298
  const categoryField = chartData.categories?.field || 'month';
58296
58299
  const xAxis = this.chartElement.xAxes.push(CategoryAxis.new(this.root, {
58297
58300
  categoryField: categoryField,