sqrtminusone.github.io/org/2023-04-14-emacs.org

46 lines
1.2 KiB
Org Mode

#+HUGO_SECTION: posts
#+HUGO_BASE_DIR: ../
#+TITLE: Charts test
#+DATE: 2023-02-02
#+HUGO_TAGS: emacs
#+HUGO_DRAFT: true
#+HUGO_CUSTOM_FRONT_MATTER: :scripts '("/js/chart.js" "/js/chartjs-adapter-date-fns.bundle.min.js" "/js/chartjs-plugin-datalabels.js" "/js/2023-04-14-emacs.js")
Hello world
* Numbers
- Total time on Config: @@html:<span data-num="config_hours_total">[REDACTED]</span>@@
- Total time on Packages: @@html:<span data-num="package_hours_total">[REDACTED]</span>@@
- % time on Config: @@html:<span data-num="config_hours_percent">[REDACTED]</span>@@
- Hours on =org-journal-tags=: @@html:<span data-num="org-journal-tags_total">[REDACTED]</span>@@
- Total time on Vim config: 39 hours
* Charts
#+begin_export html
<canvas id="chart-emacs-history"></canvas>
#+end_export
#+begin_export html
<canvas id="chart-emacs-time"></canvas>
#+end_export
#+begin_export html
<canvas id="chart-emacs-time-stacked"></canvas>
#+end_export
#+begin_export html
<canvas id="chart-emacs-config-size"></canvas>
#+end_export
#+begin_export html
<canvas id="chart-emacs-vim-config-size"></canvas>
#+end_export
#+begin_export html
<canvas id="chart-emacs-packages"></canvas>
#+end_export
#+begin_export html
<canvas id="chart-emacs-vim-switch"></canvas>
#+end_export