Skip to content

Commit

Permalink
2 alt
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Aug 9, 2024
1 parent e390422 commit 5174840
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 96 deletions.
10 changes: 8 additions & 2 deletions pages/stacked-barplot-with-negative-values.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ export default function Post() {
</p>
</div>
<div className="col-span-2 flex flex-col items-center justify-center">
<img src="/img/stacked-barplot-explanation-1.png" />
<img
src="/img/stacked-barplot-explanation-1.png"
alt="explanation of a stacked barplot wit positive values"
/>
<Caption>Stacking positive values is straightforward</Caption>
</div>
</div>
Expand Down Expand Up @@ -218,7 +221,10 @@ export default function Post() {
</p>
</div>
<div className="col-span-2 flex flex-col items-center justify-center">
<img src="/img/stacked-barplot-explanation-4.png" />
<img
src="/img/stacked-barplot-explanation-4.png"
alt="stacked barplot with overlapping item does not work well"
/>
<Caption>
Stacking items by overlapping the items on top of each other.
</Caption>
Expand Down
Loading

0 comments on commit 5174840

Please sign in to comment.