Untitled
unknown
plain_text
a year ago
482 B
0
Indexable
Never
<!-- Styles --> <link rel='stylesheet' href='style.css'> <!-- Resources --> <script src="https://cdn.amcharts.com/lib/5/index.js"> </script><script src="https://cdn.amcharts.com/lib/5/xy.js"> </script><script src="https://cdn.amcharts.com/lib/5/themes/Dark.js"></script> <!-- Chart code --> <script src="script.js"></script> <script src="modules/first_words.js"></script> <script src="modules/min_y_axis.js"></script> <!-- HTML --> <div id="chartdiv"></div>