Open stockphrase opened 7 months ago
When using searchType: frontmatter, my data creates a calendar perfectly when I add yMin: 1 and yMax: 10 values.
searchType: frontmatter
yMin: 1
yMax: 10
These data also render perfectly when I put them in a table and use searchType: table.
searchType: table
However, if I add yMin: and yMax:to the version using the table, I get an error:
yMin:
yMax:
'The number of inputs of yMin and dataset not matched'
When using
searchType: frontmatter
, my data creates a calendar perfectly when I addyMin: 1
andyMax: 10
values.These data also render perfectly when I put them in a table and use
searchType: table
.However, if I add
yMin:
andyMax:
to the version using the table, I get an error:'The number of inputs of yMin and dataset not matched'