mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
Refactor chart viewer (#2381)
* working on adding charts * working on chart options * adding image and table insight * add chart viewing and handle a bunch of small bugs * formatting * remove unused code
This commit is contained in:
19
src/sql/parts/query/editor/charting/chartView.css
Normal file
19
src/sql/parts/query/editor/charting/chartView.css
Normal file
@@ -0,0 +1,19 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
.chart-view-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.graph-container {
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
||||
.options-container {
|
||||
width: 250px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user