mirror of
https://github.com/house-of-vanity/libopenanal.git
synced 2025-07-07 13:44:07 +00:00
beautifise
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
|
||||
crossorigin="anonymous"></script>
|
||||
{% endblock %}
|
||||
ultradesu 2018
|
||||
ultradesu 2018 <a href="http://msk.hexor.ru/hexor/libopenanal">git</a>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -118,7 +118,7 @@
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Charts</h5>
|
||||
|
||||
<hr>
|
||||
<span class="badge {% if 'bar' == plot_type %} badge-primary {% endif %}" id="bar" onclick="plot_type_changer(this.id)">Bars</span>
|
||||
<span class="badge {% if 'scatter' == plot_type %} badge-primary {% endif %}" id="scatter" onclick="plot_type_changer(this.id)">Lines</span>
|
||||
<div id="words_chart">
|
||||
|
Reference in New Issue
Block a user