Today, there are two pages where graphs are shown:
Today, both graphs only show "Pyright Coverage" as the default. Instead only the prioritized one show should this as the default. For the non-prioritized, the default should be to show "Return Coverage with Stubs" and "Param Coverage with Stubs".
Change https://github.com/lolpack/type_coverage_py/blob/main/analyzer/historical_view_generator.py so hidden is only applied when generating coverage for the prioritized list. This is generated when the --archive-prioritized flag is used.
Finally, the README should have a link to https://python-type-checking.com/prioritized/ under the "Coverage Reports" section.