sorting Countries column by Jensen-Shannon distance

This commit is contained in:
frankknoll
2023-08-27 17:39:03 +02:00
parent 85550e6c6e
commit 231c044261
9205 changed files with 151605 additions and 14232 deletions

View File

@@ -31,8 +31,7 @@ class BatchcodeByCountryBarChart {
labels: barChartDescription.countries,
datasets: [
{
// FK-TODO: do not display Jensen-Shannon distance here or do not display at all
label: `Known (${this.#dateRange2str(barChartDescription['date range known'])}) ${barChartDescription['Jensen-Shannon distance']}`,
label: `Known (${this.#dateRange2str(barChartDescription['date range known'])})`,
data: barChartDescription["Adverse Reaction Reports known"]
},
{