Skip to content

Commit

Permalink
feat(website): fix mixed bar/boxplot meta
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Apr 27, 2023
1 parent 90370e5 commit ebfcf3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/data/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ export const components: ChartNavData[] = [
{
name: 'Bar',
id: 'bar',
tags: boxplot.BoxPlot.tags,
tags: bar.Bar.tags,
flavors: {
svg: true,
canvas: true,
api: true,
},
},
{
name: 'BoxPlot',
id: 'boxplot',
tags: bar.Bar.tags,
tags: boxplot.BoxPlot.tags,
flavors: {
svg: true,
canvas: true,
api: true,
},
},
{
Expand Down

0 comments on commit ebfcf3e

Please sign in to comment.