Skip to content

Commit

Permalink
SNRGY-3064 chart widget: filter when clicked on column and multiple e…
Browse files Browse the repository at this point in the history
…xist
  • Loading branch information
franzmueller committed Dec 13, 2024
1 parent 980904b commit 742b94a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/widgets/charts/export/charts-export.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ export class ChartsExportComponent implements OnInit, OnDestroy, AfterViewInit {
this.stacked = true;
this.ready = false;
this.refresh();
} else if (axes.length > 1 && this.widget.properties.chartType === 'ColumnChart') {
this.modifiedVaxes = [axis];
this.ready = false;
this.refresh();
}
}

Expand Down

0 comments on commit 742b94a

Please sign in to comment.