Today, I pushed a minor release for Posts Stats plugin that enables (and defaults to) collapsing the table for the posts by year. You can expand the table by clicking the “Show Posts by Year” button below the chart. It should make the page slightly shorter and easier to follow.

PS: If the button to expand the table does not work by default, your theme might not import JavaScript from plugins correctly. Ideally, you should have the following code block around the footer layout. If you are unable to figure it out, email me. I will try to help you debug.

{{ range .Site.Params.plugins_js }}
      <script src="{{ . }}"></script>
{{ end }}