Untitled
unknown
plain_text
a year ago
469 B
1
Indexable
<!-- Styles --> <style src="style.css"></style> <!-- 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/Animated.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>