taucharts
Version:
Data-focused charting library based on D3
18 lines (16 loc) • 314 B
CSS
/*!
* /*
* taucharts@2.8.0 (2020-02-26)
* Copyright 2020 Targetprocess, Inc.
* Licensed under Apache License 2.0
* * /
*
*/
.tau-chart__annotation-line {
stroke-width: 2px;
stroke-dasharray: 1,1;
shape-rendering: crispEdges;
}
.tau-chart__annotation-area.tau-chart__area polygon {
opacity: 0.1;
}