Determine chart height dynamically and fill the window
This commit is contained in:
@@ -38,10 +38,10 @@ const styles = {
|
||||
},
|
||||
rect: {
|
||||
width: config.columnWidth,
|
||||
height: config.chartHeight,
|
||||
borderStyle: 'solid',
|
||||
borderColor: 'grey',
|
||||
borderWidth: 0.5
|
||||
borderLeftWidth: 0.5,
|
||||
borderRightWidth: 0.5,
|
||||
}
|
||||
},
|
||||
bleedingIcon: {
|
||||
@@ -63,7 +63,6 @@ const styles = {
|
||||
'#993299'
|
||||
],
|
||||
yAxis: {
|
||||
height: config.chartHeight,
|
||||
width: config.columnWidth,
|
||||
borderRightWidth: 0.5,
|
||||
borderColor: 'lightgrey',
|
||||
|
||||
Reference in New Issue
Block a user