Skip to content

Commit

Permalink
add boxplot & wordcloud images
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Apr 13, 2021
1 parent e918557 commit 745f878
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/data-visualization/ChartDemoGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ChartDemoGroup = ({ demoGroup, light }) => {
demoGroup.demos.length > 2 ? demoGroup.demos.length - 1 : 0;

return (
<>
<div>
{light !== true && <H2>{demoGroup.title}</H2>}

{light !== true && demoGroup.description && (
Expand Down Expand Up @@ -89,7 +89,7 @@ const ChartDemoGroup = ({ demoGroup, light }) => {
</MiniCard>
)}
</>
</>
</div>
);
};

Expand Down
56 changes: 56 additions & 0 deletions src/pages/data-visualization/chart-types/images/boxplot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 745f878

Please sign in to comment.