Skip to content

Y Axis keeps expending. #1

@Moyf

Description

@Moyf
  • The Plugin is up to date
  • Obsidian is up to date

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:

  1. Set the bases
  2. 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

  • Windows
  • macOS
  • Linux
  • Android
  • iOS

Plugin version
0.0.4

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions