Skip to content

Commit

Permalink
add horizontal boxplot example
Browse files Browse the repository at this point in the history
  • Loading branch information
Holtz Yan authored and Holtz Yan committed Sep 25, 2023
1 parent a1bea94 commit 8fd17e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/boxplot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export default function Home() {

<GraphGallery
images={[
'boxplot-horizontal.png',
'boxplot-jitter.png',
'violinBoxplotTransition.png',
'violinBucketSize.png',
Expand Down
Binary file added public/chart/boxplot-horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions util/graphExampleList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ export const graphExampleList: GraphExample[] = [
img: 'boxplotBasic.png',
alt: 'Picture of a basic boxplot built with react and d3',
},
{
link: '/example/boxplot-horizontal',
title: 'Horizontal boxplot',
description: 'How to build a horizontal boxplot with react',
img: 'boxplot-horizontal.png',
alt: 'Picture of a horizontal boxplot built with react and d3',
},

//
// Histogram
Expand Down

0 comments on commit 8fd17e5

Please sign in to comment.