Forum Discussion
Synoptic Panel by OKviz question
- 7 years ago
Hi sajarac
I think I solved it. The documentation on the Okviz site is a little dated but it is to do with the states field.
Here is what I came up with using your file. I will repost this to you in IM and you can see if this helps.
Cheers
Manfred
Hi sajarac
Interesting question. I did a bit of playing around...... So the visual offers a couple of options for the labels - however, the Data Column specified in the SVG ties up with the day number. If this was changed to be day number and day name joined ( in the SVG and the Dataset) it could work. But you would have to have a different visual for every month combination going forward I think. Another alternative is to modify the SVG to have the area name specified, and choose to display this. I have done this as in the example below and added a day number identifier in front of this. ( 1 Tuesday 2 Wednesday etc) I used January 2019 as an example.
In a production environment I would think you would need a tab for every month, filter the data for that particular month and have an SVG for each particular day one starting on a Monday or a Tuesday or a Wednesday, etc ( 7 in total) - every year then the day changes by one - and beware 2020 is a leap year.
The reason for the workaround is the visual only allows labels to be the 1)data column, 2)data value, 3)area name, 4)Column and value, and 5)Area and Value. Would have been awesome if it allowed Data Column and Area name together. Maybe you can ask OKviz on their support site?
Hope this helps.
Cheers
Manfred
Again, thank you very much for your prompt response and advise.
I was thinking of place the data required in the data source and leave the visual to pick whatever I need.
I think that having the choice of add multimple labels coud be a good stuff, like in my case for a custom made calendar but for every floor plan laytout etc.
I will try to submit this to the OKviz guys.
Here is an example:
Thanks again