obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

Created a table tracker but cannot see lines.

Open hasnayavzu opened this issue 1 year ago • 1 comments

Created a tracker to track my weight loss jouney but im having a problem. I can not see the lines on my chart, i can see only dots.

Here is my code:

searchType: table  
searchTarget: Personal Development/Goals & Results[0][0], Personal Development/Goals & Results[0][1], Personal Development/Goals & Results[0][2]
xDataset: 0
fixedScale: 1.5
line:
	title: Weight Log
	yAxisLabel: Weight
	yAxisUnit: kg
	lineColor: none, white, steelBlue

Here you can see the chart:

Screenshot 2023-04-26 at 18 54 21

hasnayavzu avatar Apr 26 '23 15:04 hasnayavzu

Try adding the parameter fillGap: true to line:

joelbrewster avatar May 09 '23 02:05 joelbrewster