Add numeric chart panel
This commit is contained in:
@@ -107,6 +107,10 @@ class TreeComponent extends React.PureComponent<Props, State> {
|
||||
const style: React.CSSProperties = {
|
||||
lineHeight: '1.1',
|
||||
cursor: 'default',
|
||||
overflowY: 'scroll',
|
||||
overflowX: 'hidden',
|
||||
height: '100%',
|
||||
paddingBottom: '16px', // avoid conflict with chart panel Resizer
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user