We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581794d commit f976dc7Copy full SHA for f976dc7
src/dashboard/Data/Browser/DataBrowser.react.js
@@ -727,15 +727,15 @@ export default class DataBrowser extends React.Component {
727
)}
728
{this.state.isChartPanelVisible && this.state.selectedData.length > 1 && (
729
<DraggableResizablePanel
730
- width={this.state.chartPanelWidth}
731
- height={500}
+ width={650}
+ height={550}
732
minWidth={400}
733
- maxWidth={900}
+ maxWidth={1100}
734
minHeight={300}
735
- maxHeight={700}
+ maxHeight={800}
736
title="Data Visualization"
737
onClose={() => this.setState({ isChartPanelVisible: false })}
738
- initialPosition={{ x: 200, y: 150 }}
+ initialPosition={{ x: 320, y: 320 }}
739
>
740
<ChartVisualization
741
selectedData={this.state.selectedData}
0 commit comments