Describe the bug
Hey, I used my Daily Note to display a "daily rating" property, but the Y axis keeps streching and expending.
To Reproduce
Steps to reproduce the behavior:
Set the bases
Switch to any of the views provided by this plugin
here is an example:
filters:
and:
- file.folder.contains("PeriodicNote/Daily")
formulas:
日记名称: date(file.name)
properties:
formula.日记名称:
displayName: 日记日期
views:
- type: chart-line
name: 表格 2
filters:
and:
- "!今日评分.isEmpty()"
- file.path.contains("2025-08")
order:
- file.name
- formula.日记名称
- file.folder
y: note.今日评分
x: formula.日记名称
columnSize:
file.name: 304
label: formula.日记名称
the 日记名称 means "Daily note's name", I use it to convert my daily notes' names( 2025-10-05) from string to date type.
BTW, I cannot directly choose "file name" for X data, it's due to this plugin or bases itself?
Expected behavior
Y axis should be stable.
Screenshots
QQ2025105-162743.mp4
Occurs on
Plugin version
0.0.4
Additional context
Add any other context about the problem here.
Describe the bug
Hey, I used my Daily Note to display a "daily rating" property, but the Y axis keeps streching and expending.
To Reproduce
Steps to reproduce the behavior:
here is an example:
the
日记名称means "Daily note's name", I use it to convert my daily notes' names( 2025-10-05) from string to date type.Expected behavior
Y axis should be stable.
Screenshots
QQ2025105-162743.mp4
Occurs on
Plugin version
0.0.4
Additional context
Add any other context about the problem here.