Skip to content

Commit

Permalink
HDX-8824
Browse files Browse the repository at this point in the history
QuickCharts rendering piechart with data from multiple columns (comparative chart)
  • Loading branch information
aalecs committed Aug 10, 2023
1 parent 02b2557 commit 9a894f0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
.modal-header {
background-color: @myColor;
border-radius: @borderRadius;
}
}

::ng-deep {
bs-modal-backdrop.modal-backdrop.fade {
opacity: 0.5;
}
}

0 comments on commit 9a894f0

Please sign in to comment.