Spaces:
Running
Running
Delete app/js
Browse files- app/js/chart.js +0 -15
- app/js/materialize.js +0 -0
- app/js/materialize.min.js +0 -0
app/js/chart.js
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
var ctx = document.getElementById('chartEmail').getContext('2d');
|
2 |
-
var myPieChart = new Chart(ctx, {
|
3 |
-
type: 'pie',
|
4 |
-
data: {
|
5 |
-
datasets: [{
|
6 |
-
data: [10, 20, 30]
|
7 |
-
}],
|
8 |
-
labels: [
|
9 |
-
'Red',
|
10 |
-
'Yellow',
|
11 |
-
'Blue'
|
12 |
-
]
|
13 |
-
},
|
14 |
-
options: {}
|
15 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/js/materialize.js
DELETED
The diff for this file is too large to render.
See raw diff
|
|
app/js/materialize.min.js
DELETED
The diff for this file is too large to render.
See raw diff
|
|