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