UNPKG
glm
Version:
latest (1.0.0)
1.0.0
0.0.1
Generalized Linear Models
github.com/rallysf/glm
rallysf/glm.js
glm
/
examples
/
basic
/
basic.css
27 lines
(21 loc)
•
272 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body
{
font
:
10px
sans-serif; }
.rule
line
{
stroke
:
#eee
;
shape-rendering
: crispEdges; }
.rule
line
.axis
{
stroke
:
#000
; }
.line
{
fill
: none;
stroke
: steelblue;
stroke-width
:
1.5px
; }
circle
.line
{
fill
:
#fff
; }
#chart-container
{
width
:
480px
; }