<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<script src="/responsive_plotter.js" type="text/javascript"></script> | |
</head> | |
<body style=> | |
<x-responsive-plotter width=800 data="/test_data" style="background: lightblue;"> | |
</x-responsive-plotter> | |
</body> | |
</html> |