Skip to content

Commit

Permalink
Fixed interesting column
Browse files Browse the repository at this point in the history
  • Loading branch information
psd committed Jan 20, 2025
1 parent d31501c commit 6212bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def add_organisation(organisation, role):
+ str(counts["data-ready"])
+ """],
['Interested in PlanX', """
+ str(counts["adopting"])
+ str(counts["interested"])
+ """],
['Adopting', """
+ str(counts["adopting"])
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>Organisations adopting PlanX</h1>
['Software funding', 79],
['Providing data', 55],
['Data ready', 17],
['Interested in PlanX', 4],
['Interested in PlanX', 10],
['Adopting', 4],
['Adopted PlanX', 14]
]);
Expand Down

0 comments on commit 6212bcc

Please sign in to comment.