Skip to content

Commit

Permalink
Removed: Aggregation in the chart legend
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Dec 15, 2024
1 parent fd666be commit 6d8c9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Chart/ChartRenderer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class ChartRenderer extends Component {
?.behaviors.find(behavior => behavior === Behavior.DrillToDetail)
? { inContextMenu: this.state.inContextMenu }
: {};

this.removeAggregations();
return (
<>
{this.state.showContextMenu && (
Expand Down

0 comments on commit 6d8c9d9

Please sign in to comment.