obsidian-contribution-graph icon indicating copy to clipboard operation
obsidian-contribution-graph copied to clipboard

月追踪视图日期显示错位

Open whoubeizin opened this issue 1 year ago • 4 comments

如附件所示,12号的贡献跑到15号去了

2024-09-08_082052

whoubeizin avatar Sep 08 '24 00:09 whoubeizin

Hi,是否有调整过单元个的大小?方便分享一下热力图的代码块内容吗

vran-dev avatar Sep 12 '24 12:09 vran-dev

有改过单元格大小。

title: ""
graphType: month-track
dateRangeValue: 30
dateRangeType: LATEST_DAYS
startOfWeek: 1
showCellRuleIndicators: false
titleStyle:
  textAlign: left
  fontSize: 12px
  fontWeight: normal
dataSource:
  type: ALL_TASK
  value: ""
  dateField:
    type: TASK_PROPERTY
    value: completion
  filters:
    - id: "1721547036241"
      type: STATUS_IS
      value: FULLY_COMPLETED
    - id: "1725699580919"
      type: CONTAINS_ANY_TAG
      value:
        - "#实践任务"
fillTheScreen: true
enableMainContainerShadow: false
cellStyleRules:
  - id: Lovely_a
    color: "#f892a9ff"
    min: 1
    max: "99999"
cellStyle:
  minWidth: 18px
  minHeight: 18px
  borderRadius: ""

whoubeizin avatar Sep 13 '24 01:09 whoubeizin

哈喽,正常情况下再宽度不足是会有滚动条出现的,是否有自定义的 css 影响了

image

vran-dev avatar Sep 13 '24 03:09 vran-dev

我使用了默认主题、禁用了StyleSettings插件、禁用了所有CSS代码片段问题还是存在

https://github.com/user-attachments/assets/10a3a485-6537-4c4f-a915-6bbeef80382d

whoubeizin avatar Sep 13 '24 05:09 whoubeizin