mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Custom comparisons, performance improvements
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
.chart {
|
||||
.user-select-none();
|
||||
display: inline-block;
|
||||
margin: 1em;
|
||||
//width:100%;
|
||||
//height:100%;
|
||||
margin: 0;
|
||||
cursor: default;
|
||||
|
||||
h3 {
|
||||
@@ -16,6 +14,7 @@
|
||||
}
|
||||
|
||||
svg {
|
||||
|
||||
.axis {
|
||||
|
||||
line, path {
|
||||
@@ -35,6 +34,15 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.marker {
|
||||
fill: @secondary;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 0.9em;
|
||||
fill: @fg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user