Skip to content

Commit

Permalink
🩹 Fix the horizontal stacked bar chart default options
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Jan 12, 2024
1 parent c4e9771 commit 6f32ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export const options = {
xAxisOptions: { gridLines: true },
yAxisOptions: { gridLines: false },
margins: DEFAULT_MARGINS.HORIZONTAL,
tooltipOptions: { position: 'right', inverse: true },
tooltipOptions: { position: 'right' },
},
};

0 comments on commit 6f32ccf

Please sign in to comment.