graph fixed

This commit is contained in:
2026-03-27 11:29:35 +10:00
parent 31af179546
commit 6a6883f7e1
4 changed files with 22 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ block variables
Table: './table.html',
Institute: './images/institute.png',
"SVG Playground": './svg_playground.html',
"Graph": './svg_playground.html'
"Graph": './graph.html'
};
var smallCards = [

View File

@@ -1,3 +1,4 @@
import './styles/index.styl'
import './styles/graph.styl'
import './styles/details.styl'
import './styles/table.styl'

View File

@@ -1,3 +1,5 @@
include ../components/mixins.pug
doctype html
html(lang="ru")

View File

@@ -0,0 +1,18 @@
svg
width: 800px
height: 400px
text
font: 8px Verdana
path,
line
fill: none
stroke: #333333
width: 1px
.error
color: red
background-color: black
font-weight: bolder
width: min-content