first commit

This commit is contained in:
root
2026-03-14 09:49:00 +00:00
commit 708ff116e1
1958 changed files with 1718027 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
var chart = c3.generate({
data: {
columns: [
['data1', 100, 200, 1000, 900, 500]
]
},
grid: {
x: {
lines: [{value: 2}, {value: 4, class: 'grid4', text: 'LABEL 4'}]
},
y: {
lines: [{value: 500}, {value: 800, class: 'grid800', text: 'LABEL 800'}]
}
}
});