Skip to content

Commit

Permalink
refactor(charts): remove x-axis padding and margin
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent b6428ab commit f584cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/AreaChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {

<style lang="postcss">
.chart-section-container {
@apply m-auto w-11/12 bg-white py-0 px-0 md:px-7 md:py-10;
@apply bg-white py-0 md:py-10;
}
.tooltip {
Expand Down
2 changes: 1 addition & 1 deletion components/BarChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {

<style lang="postcss">
.bar-chart-section-container {
@apply m-auto w-11/12 bg-white py-0 px-0 md:px-7 md:py-10;
@apply bg-white py-0 md:py-10;
}
.bar-tooltip {
Expand Down

0 comments on commit f584cf3

Please sign in to comment.