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

Graph doesnt show lines between datapoints #361

Open
Nitaro209 opened this issue May 24, 2024 · 3 comments
Open

Graph doesnt show lines between datapoints #361

Nitaro209 opened this issue May 24, 2024 · 3 comments

Comments

@Nitaro209
Copy link

Expected Behavior

Graph shows line between two or more point

Current Behavior

Only points are displayed without lines

Possible Solution

Steps to Reproduce (for bugs)

searchType: Tag
searchTarget: Std-One, Std-Two
datasetName: One, Two
folder: Folder1/Folder2
line:
    title: Test
    lineColor: blue, red
    yAxisLabel: Stunden
	xAxisLabel: Datum
    showPoint: false
    showLegend: true
    legendPosition: bottom

Context

test

@Dev1994
Copy link

Dev1994 commented Jun 15, 2024

Hi @Nitaro209. I also had this issue but figured out that the lines only appear for consecutive data points. You need to enable filling gaps in the line chart. See here.

Example:

searchType: frontmatter
searchTarget: cycling
folder: Journaling/Weekly
fitPanelWidth: true
line:
    title: Cycling
    yAxisUnit: km
    xAxisLabel: Week
    fillGap: true

@Nitaro209
Copy link
Author

It works ! Thank you very much !

@Nitaro209
Copy link
Author

resolved

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