Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Nov 4, 2024
1 parent dd3062b commit 57affbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/charts/bars/BarAnimation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export default function BarAnimation() {
);
}

const highlightScope = {
const highlightScope: HighlightScope = {
highlight: 'series',
fade: 'global',
} as HighlightScope;
};

const series = [
{
Expand Down

0 comments on commit 57affbc

Please sign in to comment.