Skip to content

Commit

Permalink
Return lines to chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 27, 2024
1 parent d5167ff commit cd22551
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions view/chart/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ body {
background: var(--surface-1);
mix-blend-mode: difference;
opacity: 40%;
}

.is-x& {
right: 0;
bottom: var(--chart-line-position);
left: 0;
height: 1px;
}
.chart_line.is-x::after {
right: 0;
bottom: var(--chart-line-position);
left: 0;
height: 1px;
}

.is-y& {
top: 0;
bottom: 0;
left: var(--chart-line-position);
width: 1px;
}
.chart_line.is-y::after {
top: 0;
bottom: 0;
left: var(--chart-line-position);
width: 1px;
}

.chart_label {
Expand Down

0 comments on commit cd22551

Please sign in to comment.