我的代码第14行出现Object type does not match column type error
错误,如下所示:
var dashboard = Charts.newDashboardPanel().setDataTable(data).bind([nameFilter,issueFilter,hourFilter,dateFilter],[tableChart,pieChart]).build();
这个问题已被多次询问,但我已经尝试了解决方案 - 确保任何列中的所有空行也被格式化为相同的数据类型 - 并且它不起作用。