We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93735bc commit 8e76ebbCopy full SHA for 8e76ebb
platform/features/plot/res/templates/plot.html
@@ -19,12 +19,6 @@
19
this source code distribution or the Licensing information page available
20
at runtime from the About dialog for additional information.
21
-->
22
-<style>
23
- .gl-plot-wrapper-display-area-and-x-axis .toiPositioner {
24
- position: relative;
25
- height: 100%;
26
- }
27
-</style>
28
<span ng-controller="PlotController as plot"
29
class="abs holder holder-plot has-control-bar">
30
<div class="l-control-bar" ng-show="!plot.hideExportButtons">
platform/features/table/src/controllers/MCTTableController.js
@@ -645,7 +645,6 @@ define(
645
this.scrollToRow(this.$scope.toiRowIndex);
646
}
647
648
- console.log('toiRowIndex '+ this.$scope.toiRowIndex + ' length: ' + this.$scope.displayRows.length);
649
};
650
651
/**
0 commit comments