mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Charting actions (#2411)
* working on adding charts * working on chart options * adding image and table insight * add chart viewing and handle a bunch of small bugs * formatting * add actions to chart viewer * formatting * remove unimplemented function
This commit is contained in:
@@ -3,13 +3,24 @@
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
.chart-view-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
.chart-parent-container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.graph-container {
|
||||
.actionbar-container {
|
||||
width: 100%;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.charting-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.insight-container {
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user