Seeing "null" in calendar mode
Looks like this for me:
searchType: dvField
searchTarget: mood
datasetName: Mood
month:
mode: annotation
color: green
circleColorByValue: true
todayRingColor: red
selectedRingColor: red
in my note it is just
mood::3
Hey Alex, you are seeing this issue because you used mode: annotation
but you are missing a key annotation: i.e. did not specify what you need the data to be annotated with.
searchType: dvField
searchTarget: mood
datasetName: Mood
month:
mode: annotation
annotation: 🧘♂️
color: green
circleColorByValue: true
todayRingColor: red
selectedRingColor: red
You can fix the issue adding the key as specified above.
Refer to Example usages and Documentation for more information on other keys.
@lazyguru We can consider taking up bug fix - not allowing mode: annotation without annotation key being used. An error message which explicitly mentions that the latter is necessary to use the former would help users figure out things pretty faster
Thank you, @Lokesh-Bharath , totally my bad, but yeah, explicit error wouldn't hurt!
Another q - Is there a way to map colors to digits? Like if i have mood: 1 the circle is black, mood: 3- yellow, mood: 5 - green?
Are you guys accepting pull requests?
Are you guys accepting pull requests?
Yes. However, I'm currently the only one with merge rights as pyrochlore isn't actively working on the code. I'm not super active but try to review any PRs and merge+release when I can. I think there are a couple waiting on me now even.
Thank you, @Lokesh-Bharath , totally my bad, but yeah, explicit error wouldn't hurt!
Another q - Is there a way to map colors to digits? Like if i have mood: 1 the circle is black, mood: 3- yellow, mood: 5 - green?
Hey, there's no way to do that yet. Nearest you can do is to set color based on value so they show different colors using 'circleColorByValue' field