kibana-123
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
202 lines (171 loc) • 2.79 kB
text/less
.visualize-chart {
display: flex;
flex: 1 1 auto;
min-height: 0;
min-width: 0;
}
.vis-wrapper {
display: flex;
flex: 1 1 100%;
flex-direction: row;
min-height: 0;
min-width: 0;
overflow: hidden;
padding: 10px 0;
}
.vis-wrapper svg {
overflow: visible;
}
/* YAxis logic */
.y-axis-col-wrapper {
display: flex;
flex-direction: column;
min-height: 0;
min-width: 0;
}
.y-axis-col {
display: flex;
flex-direction: row;
flex: 1 0 36px;
min-height: 0;
min-width: 0;
}
.y-axis-spacer-block {
min-height: 0px;
}
.y-axis-div-wrapper {
display: flex;
flex-direction: column;
min-height: 20px;
min-width: 0;
}
.y-axis-div {
flex: 1 1 25px;
min-width: 1px;
min-height: 14px;
margin: 5px 0px;
}
.y-axis-title {
min-height: 14px;
min-width: 1px;
}
.y-axis-chart-title {
display: flex;
flex-direction: column;
min-height: 14px;
min-width: 0;
}
.y-axis-title text, .x-axis-title text {
font-size: 9pt;
fill: @vis-axis-title-color;
font-weight: bold;
}
.chart-title {
flex: 1 1 100%;
min-height: 14px;
min-width: 14px;
}
.chart-title text {
font-size: 11px;
fill: @vis-chart-title-color;
}
.vis-col-wrapper {
display: flex;
flex: 1 0 20px;
flex-direction: column;
min-height: 0;
min-width: 0;
}
.chart-wrapper {
display: flex;
flex: 1 0 20px;
overflow: visible;
margin: 0;
min-height: 0;
min-width: 0;
margin: 5px;
}
.chart-wrapper-row .chart-wrapper {
margin-left: 0px;
margin-right: 0px;
}
.chart-wrapper-column .chart-wrapper {
margin-top: 0px;
margin-bottom: 0px;
}
.chart-wrapper-column {
display: flex;
flex: 1 0 20px;
flex-direction: row;
min-height: 0;
min-width: 0;
}
.chart-wrapper-row {
display: flex;
flex-direction: column;
flex: 1 1 100%;
min-height: 0;
min-width: 0;
}
.chart {
flex: 1 1 100%;
min-height: 0;
min-width: 0;
> svg {
display: block;
}
overflow: visible;
}
.chart-row {
flex: 1 1 auto;
min-height: 0;
min-width: 0;
}
.chart-column {
flex: 1 1 auto;
min-height: 0;
min-width: 0;
}
.x-axis-wrapper {
display: flex;
flex-direction: column;
min-height: 0px;
min-width: 0;
overflow: visible;
}
.x-axis-div-wrapper {
display: flex;
flex-direction: row;
min-height: 0px;
min-width: 0;
}
.x-axis-chart-title {
display: flex;
flex-direction: row;
min-height: 1px;
max-height: 15px;
min-width: 20px;
}
.x-axis-title {
min-height: 0px;
max-height: 15px;
min-width: 20px;
overflow: hidden;
}
.x-axis-div {
min-height: 0px;
min-width: 20px;
margin: 0px 5px;
width: 100%;
}
.axis-wrapper-top .axis-div svg {
margin-bottom: -5px;
}
.chart-first {
margin-top: 0px;
margin-left: 0px
}
.chart-last {
margin-bottom: 0px;
margin-right: 0px;
}