Register
Infographic Template Galleries
Health Infographics
Business Infographics
Finance Infographics
Food Infographics
Education Infographics
Created with Fabric.js 1.4.5
O
B
J
E
C
T
O
R
I
E
N
T
E
D
P
R
O
G
R
A
M
M
I
N
G
I
f
y
o
u
'
v
e
n
e
v
e
r
u
s
e
d
a
n
o
b
j
e
c
t
-
o
r
i
e
n
t
e
d
p
r
o
g
r
a
m
m
i
n
g
l
a
n
g
u
a
g
e
b
e
f
o
r
e
,
y
o
u
'
l
l
n
e
e
d
t
o
l
e
a
r
n
a
f
e
w
b
a
s
i
c
c
o
n
c
e
p
t
s
b
e
f
o
r
e
y
o
u
c
a
n
b
e
g
i
n
w
r
i
t
i
n
g
a
n
y
c
o
d
e
.
C
L
A
S
S
I
N
H
E
R
I
T
A
N
C
E
O
B
J
E
C
T
A
n
o
b
j
e
c
t
c
a
n
b
e
c
o
n
s
i
d
e
r
e
d
a
"
t
h
i
n
g
"
t
h
a
t
c
a
n
p
e
r
f
o
r
m
a
s
e
t
o
f
r
e
l
a
t
e
d
a
c
t
i
v
i
t
i
e
s
.
T
h
e
s
e
t
o
f
a
c
t
i
v
i
t
i
e
s
t
h
a
t
t
h
e
o
b
j
e
c
t
p
e
r
f
o
r
m
s
d
e
f
i
n
e
s
t
h
e
o
b
j
e
c
t
'
s
b
e
h
a
v
i
o
r
.
F
o
r
e
x
a
m
p
l
e
,
t
h
e
h
a
n
d
c
a
n
g
r
i
p
s
o
m
e
t
h
i
n
g
o
r
a
S
t
u
d
e
n
t
(
o
b
j
e
c
t
)
c
a
n
g
i
v
e
t
h
e
n
a
m
e
o
r
a
d
d
r
e
s
s
.
E
N
C
A
P
S
U
L
A
T
I
O
N
P
o
l
y
m
o
r
p
h
i
s
m
s
i
s
a
g
e
n
e
r
i
c
t
e
r
m
t
h
a
t
m
e
a
n
s
'
m
a
n
y
s
h
a
p
e
s
'
.
M
o
r
e
p
r
e
c
i
s
e
l
y
P
o
l
y
m
o
r
p
h
i
s
m
s
m
e
a
n
s
t
h
e
a
b
i
l
i
t
y
t
o
r
e
q
u
e
s
t
t
h
a
t
t
h
e
s
a
m
e
o
p
e
r
a
t
i
o
n
s
b
e
p
e
r
f
o
r
m
e
d
b
y
a
w
i
d
e
r
a
n
g
e
o
f
d
i
f
f
e
r
e
n
t
t
y
p
e
s
o
f
t
h
i
n
g
s
.
I
n
h
e
r
i
t
a
n
c
e
p
r
o
v
i
d
e
s
a
p
o
w
e
r
f
u
l
a
n
d
n
a
t
u
r
a
l
m
e
c
h
a
n
i
s
m
f
o
r
o
r
g
a
n
i
z
i
n
g
a
n
d
s
t
r
u
c
t
u
r
i
n
g
y
o
u
r
s
o
f
t
w
a
r
e
.
T
h
i
s
s
e
c
t
i
o
n
e
x
p
l
a
i
n
s
h
o
w
c
l
a
s
s
e
s
i
n
h
e
r
i
t
s
t
a
t
e
a
n
d
b
e
h
a
v
i
o
r
f
r
o
m
t
h
e
i
r
s
u
p
e
r
c
l
a
s
s
e
s
,
a
n
d
e
x
p
l
a
i
n
s
h
o
w
t
o
d
e
r
i
v
e
o
n
e
c
l
a
s
s
f
r
o
m
a
n
o
t
h
e
r
u
s
i
n
g
t
h
e
s
i
m
p
l
e
s
y
n
t
a
x
p
r
o
v
i
d
e
d
b
y
t
h
e
J
a
v
a
p
r
o
g
r
a
m
m
i
n
g
l
a
n
g
u
a
g
e
.
A
c
l
a
s
s
i
s
a
b
l
u
e
p
r
i
n
t
o
r
p
r
o
t
o
t
y
p
e
f
r
o
m
w
h
i
c
h
o
b
j
e
c
t
s
a
r
e
c
r
e
a
t
e
d
.
T
h
i
s
s
e
c
t
i
o
n
d
e
f
i
n
e
s
a
c
l
a
s
s
t
h
a
t
m
o
d
e
l
s
t
h
e
s
t
a
t
e
a
n
d
b
e
h
a
v
i
o
r
o
f
a
r
e
a
l
-
w
o
r
l
d
o
b
j
e
c
t
.
I
t
i
n
t
e
n
t
i
o
n
a
l
l
y
f
o
c
u
s
e
s
o
n
t
h
e
b
a
s
i
c
s
,
s
h
o
w
i
n
g
h
o
w
e
v
e
n
a
s
i
m
p
l
e
c
l
a
s
s
c
a
n
c
l
e
a
n
l
y
m
o
d
e
l
s
t
a
t
e
a
n
d
b
e
h
a
v
i
o
r
.
O
V
E
R
L
O
A
D
I
N
G
M
E
T
H
O
D
O
P
E
R
A
T
O
R
i
s
a
s
p
e
c
i
f
i
c
c
a
s
e
o
f
p
o
l
y
m
o
r
p
h
i
s
m
s
i
n
w
h
i
c
h
s
o
m
e
o
r
a
l
l
o
f
o
p
e
r
a
t
o
r
s
l
i
k
e
+
,
-
o
r
=
=
a
r
e
t
r
e
a
t
e
d
a
s
p
o
l
y
m
o
r
p
h
i
c
f
u
n
c
t
i
o
n
s
a
n
d
a
s
s
u
c
h
h
a
v
e
d
i
f
f
e
r
e
n
t
b
e
h
a
v
i
o
r
s
d
e
p
e
n
d
i
n
g
o
n
t
h
e
t
y
p
e
s
o
f
i
t
s
a
r
g
u
m
e
n
t
s
.
T
h
e
m
e
t
h
o
d
o
v
e
r
l
o
a
d
i
n
g
i
s
t
h
e
a
b
i
l
i
t
y
t
o
d
e
f
i
n
e
s
e
v
e
r
a
l
m
e
t
h
o
d
s
a
l
l
w
i
t
h
t
h
e
s
a
m
e
n
a
m
e
.
P
O
L
Y
M
O
R
P
H
I
S
M
S
A
l
s
o
k
n
o
w
n
a
s
I
n
f
o
r
m
a
t
i
o
n
H
i
d
i
n
g
,
e
n
c
a
p
s
u
l
a
t
i
o
n
i
s
t
h
e
i
n
c
l
u
s
i
o
n
w
i
t
h
i
n
a
p
r
o
g
r
a
m
o
b
j
e
c
t
o
f
a
l
l
t
h
e
r
e
s
o
u
r
c
e
s
n
e
e
d
f
o
r
t
h
e
o
b
j
e
c
t
t
o
f
u
n
c
t
i
o
n
-
b
a
s
i
c
a
l
l
y
,
t
h
e
m
e
t
h
o
d
s
a
n
d
t
h
e
d
a
t
a
.
I
n
O
O
P
t
h
e
e
n
c
a
p
s
u
l
a
t
i
o
n
i
s
m
a
i
n
l
y
a
c
h
i
e
v
e
d
b
y
c
r
e
a
t
i
n
g
c
l
a
s
s
e
s
,
t
h
e
c
l
a
s
s
e
s
e
x
p
o
s
e
p
u
b
l
i
c
m
e
t
h
o
d
s
a
n
d
p
r
o
p
e
r
t
i
e
s
.
A
B
S
T
R
A
C
T
I
O
N
A
b
s
t
r
a
c
t
i
o
n
i
s
a
n
e
m
p
h
a
s
i
s
o
n
t
h
e
i
d
e
a
,
q
u
a
l
i
t
i
e
s
a
n
d
p
r
o
p
e
r
t
i
e
s
r
a
t
h
e
r
t
h
a
n
t
h
e
p
a
r
t
i
c
u
l
a
r
s
(
a
s
u
p
p
r
e
s
s
i
o
n
o
f
d
e
t
a
i
l
)
.
T
h
e
i
m
p
o
r
t
a
n
c
e
o
f
a
b
s
t
r
a
c
t
i
o
n
i
s
d
e
r
i
v
e
d
f
r
o
m
i
t
s
a
b
i
l
i
t
y
t
o
h
i
d
e
i
r
r
e
l
e
v
a
n
t
d
e
t
a
i
l
s
a
n
d
f
r
o
m
t
h
e
u
s
e
o
f
n
a
m
e
s
t
o
r
e
f
e
r
e
n
c
e
o
b
j
e
c
t
s
S
T
A
T
I
C
C
L
A
S
S
A
c
l
a
s
s
c
a
n
b
e
d
e
c
l
a
r
e
d
s
t
a
t
i
c
,
i
n
d
i
c
a
t
i
n
g
t
h
a
t
i
t
c
o
n
t
a
i
n
s
o
n
l
y
s
t
a
t
i
c
m
e
m
b
e
r
s
.
I
t
i
s
n
o
t
p
o
s
s
i
b
l
e
t
o
c
r
e
a
t
e
i
n
s
t
a
n
c
e
s
o
f
a
s
t
a
t
i
c
c
l
a
s
s
u
s
i
n
g
t
h
e
n
e
w
k
e
y
w
o
r
d
.
S
t
a
t
i
c
c
l
a
s
s
e
s
a
r
e
l
o
a
d
e
d
a
u
t
o
m
a
t
i
c
a
l
l
y
b
y
t
h
e
.
N
E
T
F
r
a
m
e
w
o
r
k
c
o
m
m
o
n
l
a
n
g
u
a
g
e
r
u
n
t
i
m
e
(
C
L
R
)
w
h
e
n
t
h
e
p
r
o
g
r
a
m
o
r
n
a
m
e
s
p
a
c
e
c
o
n
t
a
i
n
i
n
g
t
h
e
c
l
a
s
s
i
s
l
o
a
d
e
d
.
J
u
a
n
c
h
o
M
i
g
u
e
l
B
.
P
a
l
a
c
i
o
s
1
1
2
7
5
0
0
6
Create Your Free Infographic!