made filters and fixed chart problems

This commit is contained in:
2024-09-24 23:17:16 +04:00
parent 4583537638
commit 91b3490ff9
3 changed files with 733 additions and 310 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
//line-chart
var ctx = document.getElementById('lineChart').getContext('2d');
if( $('#lineChart').length > 0 ){
var ctx = document.getElementById('lineChart').getContext('2d');
}
gradientStroke1 = ctx.createLinearGradient(0, 0, 0, 300);
gradientStroke1.addColorStop(0, '#008cff');