made filters and fixed chart problems
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user