Hello Team,
I have gone through the documentation and it seems that the trellis layout for line chart is not currently supported in the Dashboard Studio. Although it mentions to be supporting. I also tried using the editor to enable trellis using the splitByLayout, and trellisSplitBy parameters. However, upon saving the dashboard, the setting doesn't apply to the panel.
Does anyone have any success in implementing the trellis layout for line chart or column chart? I cannot use single value viz for the use case that I have. I need to analyze the eventcounts over a timechart spanning different time ranges.
I'm open to workarounds as well.
Thanks in advance!!
Hi @tej57
You should be able to update the options for your line chart like this:
...
"options": {
"splitByLayout": "trellis"
},
...Which for me gives:
or under the "Data Display" section click "Trellis layout"
Note - This is on 10.0.x - I havent confirmed / tested on other versions.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Hi @tej57
You should be able to update the options for your line chart like this:
...
"options": {
"splitByLayout": "trellis"
},
...Which for me gives:
or under the "Data Display" section click "Trellis layout"
Note - This is on 10.0.x - I havent confirmed / tested on other versions.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
We are not yet on 10.x.x. So, we'll wait till the upgrade. Thanks for the help.