mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 14:04:38 +04:00
js charts fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{% if data %}
|
{% if data %}
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
document.addEventListener("DOMContentLoaded", function(event) {
|
||||||
window.chart = window.chart || {};
|
window.chart = window.chart || {};
|
||||||
|
|
||||||
var el;
|
var el;
|
||||||
|
|||||||
Reference in New Issue
Block a user