mirror of
https://github.com/mprojectscode/obsidian-bases-charts-plugin.git
synced 2026-07-22 06:43:19 +00:00
22 lines
414 B
Text
22 lines
414 B
Text
formulas:
|
|
year: date(Date).year.toString()
|
|
properties:
|
|
formula.year:
|
|
displayName: Year
|
|
views:
|
|
- type: chart-line
|
|
name: View
|
|
filters:
|
|
and:
|
|
- file.folder == "aapl"
|
|
groupBy:
|
|
property: formula.year
|
|
direction: ASC
|
|
order:
|
|
- Low
|
|
- High
|
|
x: note.Date
|
|
y: note.Close
|
|
multi-chart-mode: Separate by group
|
|
sync-y-axes: true
|
|
min-y-override: "0"
|