making Countries column orderable

This commit is contained in:
frankknoll
2023-08-24 01:09:01 +02:00
parent 5eac6f749a
commit fb56aed2c2
2 changed files with 26 additions and 9 deletions

View File

@@ -31,7 +31,8 @@ class BatchcodeByCountryBarChart {
labels: barChartDescription.countries,
datasets: [
{
label: `Known (${this.#dateRange2str(barChartDescription['date range known'])})`,
// 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']}`,
data: barChartDescription["Adverse Reaction Reports known"]
},
{