Export Code

Activity6_ Task 1

Preethamreddy78

Last edited Apr 03, 2025
Created on Apr 03, 2025
Forked from Hello VizHub
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>D3 v6 Demonstration</title> <style> body { margin: 0; padding: 2rem; font-family: Arial, sans-serif; text-align: center; background-color: #f9f9f9; }
  iframe {
    max-width: 100%;
    border: none;
  }
</style>
</head> <body>

A demonstration of how to start using D3 version 6

</body> </html>
MIT Licensed