Skip to content
Snippets Groups Projects
Unverified Commit 1f402637 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

make area charts full opacity for better legibility and consistency (#28407)

parent c7036e2a
No related branches found
No related tags found
No related merge requests found
......@@ -285,3 +285,7 @@ text.value-label-white {
.LineAreaBarChart .dc-chart .event-line.hover {
stroke: var(--color-brand);
}
.LineAreaBarChart .dc-chart path.area {
fill-opacity: 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment