| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>plot-summary-sk</title> |
| <meta charset="utf-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| </head> |
| <body class="body-sk"> |
| <h1>plot-summary-sk</h1> |
| <plot-summary-sk id='plot1' domain="date"></plot-summary-sk> |
| <plot-summary-sk id='plot2' domain="commit"></plot-summary-sk> |
| <plot-summary-sk id='plot3' domain="date" selectionType="material"></plot-summary-sk> |
| <plot-summary-sk id='plot4' domain="commit" selectionType="material"></plot-summary-sk> |
| |
| <theme-chooser-sk></theme-chooser-sk> |
| <h2>Events</h2> |
| <pre id=events></pre> |
| </body> |
| </html> |