Skip to content

Commit

Permalink
style(heatmap): change default colors and fix storybook padding
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Feb 9, 2024
1 parent 70ad4d8 commit e4730f0
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 231 deletions.
6 changes: 3 additions & 3 deletions packages/data-viz/src/core/HeatmapChart/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ export default {
},
component: HeatmapChart,
parameters: {
// This parameter is used to set the story's layout to fullscreen
// and remove the padding around the storybook root element
layout: "fullscreen",
snapshot: {
skip: true,
},
Expand Down Expand Up @@ -227,6 +224,9 @@ export const HeatmapDemo = {
"tooltip",
],
},
// This parameter is used to set the story's layout to fullscreen
// and remove the padding around the storybook root element
layout: "fullscreen",
snapshot: {
skip: true,
},
Expand Down
Loading

0 comments on commit e4730f0

Please sign in to comment.