mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Only show this period's value in tooltip
This commit is contained in:
@@ -63,4 +63,9 @@
|
||||
clear: left;
|
||||
max-width: 600px;
|
||||
margin: -20px -10px;
|
||||
|
||||
// Hide the "last period" data from the tooltip
|
||||
.chart-container .graph-svg-tip ul.data-point-list > li:first-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user