N°5621 Move C3 0.4.11 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-16 16:42:42 +01:00
parent ff079f7d01
commit f3fbce7459
609 changed files with 84517 additions and 6 deletions

8
node_modules/c3/htdocs/css/bootstrap.min.css generated vendored Normal file

File diff suppressed because one or more lines are too long

12
node_modules/c3/htdocs/css/index.css generated vendored Normal file
View File

@@ -0,0 +1,12 @@
.row {
margin-left: 8px;
}
.row a {
display: block;
text-align: left;
font-size: 1.2em;
line-height: 1.8;
}
.row h3 {
color: #777;
}

9
node_modules/c3/htdocs/css/style.css generated vendored Normal file
View File

@@ -0,0 +1,9 @@
body {
text-align: center;
}
#chart {
width: 720px;
margin: 24px auto;
}