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,13 @@
var chart = c3.generate({
padding: {
top: 40,
right: 100,
bottom: 40,
left: 100,
},
data: {
columns: [
['sample', 30, 200, 100, 400, 150, 250000000000]
]
}
});