-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dashboard][Study Progression] Add tooltip visualising of Total in li…
…ne chart (#8123) Added total scan and recruitment data in their respective chart visualisations Added total calculation Updated related CSS Updated scale of chart appropriately Minor Spelling mistake fixes Resolves #8122
- Loading branch information
1 parent
0721c33
commit 7c1d2e8
Showing
2 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,6 @@ | |
background-color: #2FA4E7; | ||
} | ||
|
||
.c3-chart-line.c3-target.c3-target-Total{ | ||
display: none !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters