NotePlan / NotePlan/plugins

Habits/Summaries - add chart view

Open
#466 7 comments 0 reactions 2 assignees View on GitHub

@dwertheimer is already working on this.

Since Aug 1, 2023.

enhancement
Dominant language
JavaScript
Stars
204
Forks
82
Avg merge
22h 27m
Merged PRs (30d)
3

Description

I am starting to track things like daily calories: @calories(xxx) and weight @weight(yyy) in my daily note.

I would love to be able to click to see a pretty graph of this data over time in an HTML popup. thinking that we can maybe use a library to draw simple line charts. https://www.chartjs.org/docs/latest/getting-started/

For now, I see this as most easily invoked via x-callback so you can specify the tag(s) you want in the chart, and the time frame to graph. For simplicity, I think we just pull it from the web like we do in Mermaid.

https://www.chartjs.org/docs/latest/getting-started/

Thoughts?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.