Moved code into src folder. Added build for component library.
This commit is contained in:
15
src/components/metrics/BarChart.module.css
Normal file
15
src/components/metrics/BarChart.module.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.chart {
|
||||
position: relative;
|
||||
height: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.tooltip .value {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
Reference in New Issue
Block a user