Skip to content

Commit

Permalink
Adjust size of the category charts;
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Feb 10, 2019
1 parent ef28980 commit ee77a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/charts/category-charts.js
Expand Up @@ -166,7 +166,7 @@ class BarChart extends C3Component {
bindto: `#${this.props.chartId}`,

size: {
height: 360
height: 600
},

data: {
Expand Down Expand Up @@ -213,7 +213,7 @@ class BarChart extends C3Component {
subchart: {
show: true,
size: {
height: 40
height: 80
}
},

Expand Down

0 comments on commit ee77a52

Please sign in to comment.