UNPKG

@google/dscc

Version:

`dscc` (Data Studio Community Component) is a library to help with the building of community components for Google Data Studio. It can be used as a standalone library, or as a npm dependency.

15 lines (10 loc) 184 B
<!doctype html> <html> <head> <title>Community Viz</title> </head> <body> <iframe src="vizframe.html" componentid="abc" width="75%" height="800px"> </iframe> </body> </html>