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:
Anthony Dresser
2018-08-31 12:55:34 -07:00
committed by GitHub
parent 54ee1c23f0
commit 8e0c19fc8d
25 changed files with 1919 additions and 40 deletions

View File

@@ -250,8 +250,7 @@
}
.grid-panel .action-label.icon {
height: 35px;
line-height: 35px;
height: 16px;
min-width: 28px;
background-size: 16px;
background-position: center center;

View File

@@ -73,9 +73,6 @@
-->
<ng-template #lineInput>
<ng-container *ngTemplateOutlet="dataTypeInput"></ng-container>
<ng-template [ngIf]="showDataDirection">
<ng-container *ngTemplateOutlet="dataDirectionInput"></ng-container>
</ng-template>
<ng-template [ngIf]="showColumnsAsLabels">
<ng-container *ngTemplateOutlet="columnsAsLabelsInput"></ng-container>
</ng-template>