Début du travail sur la base de données avec SQLAlchemy et l'interface web avec Flask, bootstrap et d3js

This commit is contained in:
Pierrick C
2017-08-20 22:56:21 +02:00
parent 0ad392f4bf
commit 67050de3a6
32 changed files with 27504 additions and 92 deletions

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,15 @@
.area {
fill: lightsteelblue;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
.dot {
fill: white;
stroke: steelblue;
stroke-width: 1.5px;
}