You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StatisticsTable should be able to visualize both rating & boolean types, since they are also a closed selection of values and thus similar to dropdown.
Currently it throws an exception ("this.valuesSource() is undefined"):
Hello,
In the meantime, a visualizer is assigned to a question based on a question type. To support a StatisticsTable visualizer for Rating and Boolean question types it will be required to rewrite this logic and resolve a visualizer not by a question type but by the actual question data.
We will consider this feature in the future. In the meantime, please consider using a Radiogroup question to implement single-select questions. For the record: you can set the colCount to 0 to display radiogroup items in a row.
Should you have any further question, please let me know.
StatisticsTable should be able to visualize both rating & boolean types, since they are also a closed selection of values and thus similar to dropdown.
Currently it throws an exception ("this.valuesSource() is undefined"):
Ticket in support: T20124
The text was updated successfully, but these errors were encountered: