lucid-ui
Version:
A UI component library from AppNexus.
20 lines (15 loc) • 306 B
text/less
@import (reference) '../../styles/variables.less';
@import (reference) '../../styles/mixins.less';
.@{prefix}-LineChart {
&-invisible {
fill-opacity: 0;
}
&-tooltip-line {
shape-rendering: crispEdges;
stroke-width: 2;
stroke: @color-gray;
}
&-legend-container {
text-align: center;
}
}