2222 <el-button class =" view-heatmap-button" @click =" filterPlot" >Filter plot</el-button >
2323 </span >
2424 </div >
25- <plot-controls ref =" controls" :parent-element =" {element: $refs.plotlyplot}" :controls-enabled =" !loading" />
2625 </div >
2726</template >
2827
2928<script >
3029import { markRaw , toRaw } from ' vue'
3130import Plotly from ' @/js/custom_plotly'
3231import DataManager from ' @/js/data_manager'
33- import PlotControls from ' @/components/PlotControls.vue'
3432import PlotCommon from ' @/mixins/plot_common'
3533import { ElSelect , ElButton , ElOption } from ' element-plus' ;
3634
3735
3836export default {
3937 name: ' TimeseriesPlot' ,
40- components: {PlotControls, ElSelect, ElButton, ElOption},
38+ components: { ElSelect, ElButton, ElOption},
4139 mixins: [PlotCommon],
4240 data : function () {
4341 return {
@@ -231,49 +229,6 @@ export default {
231229 height : 100% ;
232230}
233231
234- .controls {
235- padding-left : 55px ;
236- padding-top : 5px ;
237- align-items : left ;
238- text-align : left ;
239- }
240-
241- @media only screen and (max-width : 48em ) {
242- .ui-controls {
243- position : absolute ;
244- height : 100% ;
245- width : 40px ;
246- right : 0px ;
247- top : 160px ;
248- pointer-events : none ;
249- z-index : 5 ;
250- }
251- }
252-
253- .title {
254- width : 572px ;
255- height : 17px ;
256- font-family : Helvetica ;
257- font-size : 14px ;
258- font-weight : 500 ;
259- font-stretch : normal ;
260- font-style : normal ;
261- line-height : normal ;
262- letter-spacing : normal ;
263- color : #606266 ;
264- padding-top : 8px ;
265- padding-bottom : 8px ;
266- }
267- .options {
268- position : absolute ;
269- z-index : 11000 ;
270- height : calc (100% - 20px );
271- text-align : right ;
272- overflow : auto ;
273- padding-top : 8px ;
274- padding-bottom : 8px ;
275- }
276-
277232.channel-select {
278233 max-width : 320px ;
279234 margin : 8px ;
@@ -299,37 +254,8 @@ export default {
299254 letter-spacing : normal ;
300255 color : white ;
301256}
302- .input-div {
303- display : flex ;
304- justify-content : space-between ;
305- }
306-
307- .icon-button {
308- background-color : #ffffff ;
309- margin-left : 8px ;
310- height : 24px !important ;
311- width : 24px !important ;
312- }
313-
314- .icon-button :hover {
315- cursor : pointer ;
316- }
317257
318258.el-select-dropdown__item {
319259 font-family : Arial , Helvetica , sans-serif ;
320260}
321-
322- .zoomSelect :deep( .el-input__inner ){
323- padding : 0px ;
324- height : 24px ;
325- padding-left : 4px ;
326- width : 60px ;
327- margin-left : 8px ;
328- }
329-
330- .zoomSelect :deep( .el-select__caret ){
331- width : 8px ;
332- margin-right : 2px ;
333- margin-top : 2px ;
334- }
335261 </style >
0 commit comments