Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add syntax to build links in graph for the query output #20

Open
laraib07 opened this issue Oct 13, 2023 · 1 comment
Open

Add syntax to build links in graph for the query output #20

laraib07 opened this issue Oct 13, 2023 · 1 comment

Comments

@laraib07
Copy link

The idea is simple. I am querying list of books in a central note.

TABLE author, highlightCounts
FROM book_highlights

It would be better if the syntax had option to build a graph too. Like:

TABLE author, highlightCounts
FROM book_highlights
BUILD GRAPH
@blacksmithgu
Copy link
Owner

In dataview I guess this would end up specifically being something like

GRAPH author, highlightCounts FROM book_highlights

Charting/graphing is actually a pretty big area in general (tons and tons of customization that people are likely going to want to do); I'm likely going to add this as a separate smaller plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants