I am seeing a strange behavior where Data Studio doesn't seem to send data over to my community viz. I am using the same data source in a simple table, which displays the data just fine. I am logging the data object that is sent to the viz to console.warn and default.TABLES is just an empty array. You can see the issue in this report. I also made a quick screencast.
The viz id gs://analytics_buddy_viz/timeseries.
I am seeing a strange behavior where Data Studio doesn't seem to send data over to my community viz. I am using the same data source in a simple table, which displays the data just fine. I am logging the data object that is sent to the viz to console.warn and default.TABLES is just an empty array. You can see the issue in this report. I also made a quick screencast. The viz id gs://analytics_buddy_viz/timeseries.
Packages used for building:
"devDependencies": { "@google/dscc-scripts": "^1.0.15", "css-loader": "^2.1.0", "extract-loader": "^3.1.0", "file-loader": "^3.0.1", "node-sass": "^4.13.1", "sass-loader": "^7.3.1" }, "dependencies": { "@google/dscc": "^0.3.17", "d3": "^5.16.0", "d3-axis": "^1.0.12", "d3-svg-annotation": "^2.5.1", "d3-transition": "^1.3.2", "moment": "^2.23.0" }