blob: 3a07bd5542986a2f2bcb62d7eef6e6eec57b47be [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
ignite-chart {
display: flex;
flex-direction: column;
height: 100%;
header {
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: content-box;
height: 36px;
min-height: 36px;
padding: 7px 21px;
border-bottom: 1px solid #d4d4d4;
h5 {
margin: 0;
font-size: 16px;
font-weight: normal;
line-height: 36px;
}
ignite-chart-series-selector {
margin: 0 2px;
}
> div {
&:first-child {
width: calc(100% - 120px);
white-space: nowrap;
}
display: flex;
align-items: center;
flex-wrap: nowrap;
flex-grow: 0;
.chart-text {
overflow: hidden;
text-overflow: ellipsis;
}
}
}
.ignite-chart-placeholder {
display: block;
height: calc(100% - 71px);
margin-top: 20px;
}
.no-data {
position: absolute;
top: 50%;
width: 100%;
padding: 0 20px;
border-radius: 0 0 4px 4px;
font-style: italic;
line-height: 16px;
text-align: center;
}
}