D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaizemberg
Full window
Github gist
testing MS PowerBI
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>testing MS PowerBI</title> </head> <body> <iframe width="800" height="600" src="https://app.powerbi.com/view?r=eyJrIjoiMzgwMzc4N2EtNDU1ZC00ZTc1LWJkOTUtZTA5ODkwNTNjYjMwIiwidCI6ImExZjUwYTk3LTIxYzAtNDlhNy1hOWQ0LWYyNDRlYmI0MmRhNyIsImMiOjR9" frameborder="0"></iframe> </body> </html>