styling
This commit is contained in:
@@ -37,7 +37,7 @@ class AdverseReactionReportsChartView {
|
||||
],
|
||||
datasets: [{
|
||||
// FK-TODO: refactor
|
||||
label: ADRDescr['batchcode'],
|
||||
label: 'Batch ' + ADRDescr['batchcode'],
|
||||
data: [
|
||||
ADRDescr['Deaths'],
|
||||
ADRDescr['Disabilities'],
|
||||
@@ -53,7 +53,6 @@ class AdverseReactionReportsChartView {
|
||||
return {
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Adverse Reaction Report for Batch FE6208',
|
||||
position: 'top'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -31,7 +31,7 @@ class HistogramChartView {
|
||||
return {
|
||||
labels: symptoms,
|
||||
datasets: [{
|
||||
label: histoDescr.batchcode,
|
||||
label: 'Batch ' + histoDescr.batchcode,
|
||||
data: frequencies,
|
||||
backgroundColor: '#1a73e8'
|
||||
}]
|
||||
|
||||
@@ -49838,9 +49838,7 @@
|
||||
<!-- FastClick -->
|
||||
<script src="gentelella/vendors/fastclick/lib/fastclick.js"></script>
|
||||
<!-- Chart.js -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@^3"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/moment@^2"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-moment@^1"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.2.0/dist/chart.umd.min.js"></script>
|
||||
<!-- Custom Theme Scripts -->
|
||||
<script src="gentelella/build/js/custom.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user