-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
The latest release looks like it may have not played well with visualizations.
When selecting a field that is radiobutton or dropdown or multi-select, etc (any field that's not just text), the visualization can not show a thumbnail.
I did get the following javascript error in the logs:
| 2018-03-22 02:47:44 | 126 | https://.../modules/data_visualization/scripts/manage_visualizations.js | TypeError: view_info is undefined |
|---|---|---|---|
| 2018-03-22 01:49:42 | 126 | https://..../modules/data_visualization/scripts/manage_visualizations.js | TypeError: view_info is undefined |
| 2018-03-22 00:59:28 | 337 | https://..../modules/data_visualization/scripts/visualizations.js | TypeError: dv_ns.vis_data[("vis_" vis_id)] is undefined |
| 2018-03-22 00:48:09 | 337 | https://..../modules/data_visualization/scripts/visualizations.js | TypeError: dv_ns.vis_data[("vis_" vis_id)] is undefined |
When I try to create a new visualization if it's text data field it works fine. If it's an activity chart it works fine. Anything else and it gets messed up.
