Register
Infographic Template Galleries
Health Infographics
Business Infographics
Finance Infographics
Food Infographics
Education Infographics
Created with Fabric.js 1.4.5
L
i
m
i
t
s
O
f
P
r
o
g
r
a
m
m
i
n
g
P
a
r
a
d
i
g
m
s
O
b
j
e
c
t
O
r
i
e
n
t
e
d
E
v
e
n
t
D
r
i
v
e
n
P
r
o
c
e
d
u
r
a
l
S
o
W
h
a
t
I
s
A
P
r
o
g
r
a
m
C
o
m
p
u
t
e
r
s
a
r
e
n
o
t
v
e
r
y
c
l
e
v
e
r
t
h
e
y
c
a
n
b
a
s
i
c
a
l
l
y
o
n
l
y
s
a
y
y
e
s
o
r
n
o
(
1
o
r
0
)
t
h
i
s
i
s
c
a
l
l
e
d
b
i
n
a
r
y
.
a
p
r
o
g
r
a
m
i
s
a
f
i
x
e
d
s
e
t
o
f
i
n
s
t
r
u
c
t
i
o
n
s
t
h
a
t
t
h
e
c
o
m
p
u
t
e
r
w
i
l
l
p
r
o
c
e
s
s
.
t
h
i
s
i
s
t
h
e
n
c
o
n
v
e
r
t
e
d
i
n
t
o
b
i
n
a
r
y
o
r
A
S
C
I
I
.
T
h
e
p
r
o
g
r
a
m
w
i
l
l
t
e
l
l
t
h
e
p
r
o
c
e
s
s
o
r
w
h
a
t
t
o
d
o
,
t
h
e
b
e
t
t
e
r
t
h
e
p
r
o
c
e
s
s
o
r
t
h
e
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
i
t
w
i
l
l
b
e
a
b
l
e
t
o
h
a
n
d
l
e
.
a
s
b
i
n
a
r
y
t
a
k
e
s
a
l
o
t
o
f
t
i
m
e
t
o
l
e
a
r
n
m
o
s
t
l
a
n
g
u
a
g
e
s
t
h
e
s
e
d
a
y
s
a
r
e
w
r
i
t
t
e
n
i
n
"
H
i
g
h
L
e
v
e
l
L
a
n
g
u
a
g
e
s
"
w
h
i
c
h
m
a
k
e
t
h
e
c
o
d
e
m
u
c
h
e
a
s
i
e
r
t
o
u
n
d
e
r
s
t
a
n
d
.
O
b
j
e
c
t
O
r
e
i
n
t
e
d
T
h
i
s
i
s
t
h
e
m
o
s
t
c
o
m
m
o
n
a
p
p
r
o
a
c
h
t
o
s
o
l
v
i
n
g
p
r
o
g
r
a
m
s
,
i
t
i
n
v
o
l
v
e
s
s
p
l
i
t
t
i
n
g
t
h
e
c
o
d
e
d
o
w
n
i
n
t
o
s
m
a
l
l
e
r
c
h
u
c
k
s
.
T
h
i
s
m
a
k
e
s
i
t
e
a
s
i
e
r
t
o
t
r
y
a
n
d
d
e
b
u
g
.
O
n
e
o
f
t
h
e
l
a
r
g
e
s
t
p
r
o
b
l
e
m
s
o
f
p
r
o
c
e
d
u
r
a
l
p
r
o
g
r
a
m
s
a
r
e
t
h
e
y
t
h
e
y
c
a
n
b
e
s
o
h
u
g
e
s
o
m
e
t
i
m
e
s
t
i
m
e
s
t
h
e
y
h
a
v
e
a
g
o
o
d
c
h
a
n
c
e
o
f
b
e
i
n
g
m
o
d
i
f
i
e
d
a
n
d
d
e
b
u
g
g
e
d
s
o
m
a
n
y
t
i
m
e
c
a
n
c
a
n
l
o
s
e
a
l
o
g
i
c
a
l
f
l
o
w
,
t
h
i
s
m
a
k
e
s
i
t
a
l
o
t
h
a
r
d
e
r
t
o
r
e
a
d
.
T
h
i
s
i
s
o
n
e
o
f
t
h
e
m
a
i
n
r
e
a
s
o
n
s
t
h
a
t
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
w
a
s
i
n
t
r
o
d
u
c
e
d
.
T
h
e
t
y
p
e
o
f
p
r
o
g
r
a
m
/
a
p
p
l
i
c
a
t
i
o
n
m
a
d
e
w
i
t
h
t
h
i
s
p
a
r
a
d
i
g
m
w
o
u
l
d
b
e
a
l
o
n
g
t
h
e
l
i
n
e
s
o
f
a
s
c
i
e
n
t
i
f
i
c
c
a
l
c
u
l
a
t
i
o
n
.
E
v
e
n
t
D
r
i
v
e
n
O
n
e
l
i
m
i
t
t
h
a
t
m
a
n
y
p
e
o
p
l
e
f
i
n
d
w
i
t
h
E
D
P
i
s
t
h
e
f
a
c
t
t
h
a
t
m
a
n
y
p
e
o
p
l
e
f
i
n
d
i
t
t
o
c
o
m
p
l
e
x
f
o
r
s
i
m
p
l
e
a
p
p
l
i
c
a
t
i
o
n
s
.
A
l
s
o
t
h
e
f
l
o
w
o
f
t
h
e
c
o
d
e
i
s
u
s
u
a
l
l
y
l
e
s
s
t
h
a
n
w
o
u
l
d
i
t
w
o
u
l
d
o
f
b
e
e
n
i
f
y
o
u
w
e
r
e
u
s
i
n
g
s
o
m
e
t
h
i
n
g
a
p
a
r
a
d
i
g
m
l
i
k
e
P
r
o
c
e
d
u
r
a
l
t
h
i
s
c
a
n
m
a
k
e
i
t
h
a
r
d
e
r
t
o
r
e
a
d
e
s
p
e
c
i
a
l
l
y
i
f
y
o
u
r
a
b
e
g
i
n
n
e
r
o
f
p
r
e
f
e
r
a
l
o
g
i
c
a
l
f
l
o
w
t
o
y
o
u
r
c
o
d
e
.
a
s
i
t
i
s
a
c
o
m
p
l
e
x
p
a
r
a
d
i
g
m
i
c
a
n
t
a
k
e
a
l
o
n
g
t
i
m
e
t
o
m
a
s
t
e
r
.
A
s
i
t
i
s
s
o
c
o
m
p
l
e
x
i
t
i
s
o
n
l
y
r
e
l
l
y
u
s
e
f
u
l
i
t
y
o
u
a
r
e
b
u
i
l
d
i
n
g
a
G
U
I
a
p
p
l
i
c
a
t
i
o
n
,
a
s
i
t
c
a
n
b
e
o
v
e
r
l
y
c
o
m
p
l
i
c
a
t
e
d
i
t
y
o
u
t
r
y
a
n
d
b
u
i
l
d
a
n
o
n
G
U
I
a
p
p
l
i
c
a
t
i
o
n
.
A
p
p
l
i
c
a
t
i
o
n
c
a
n
v
a
r
y
f
r
o
m
a
n
y
t
h
i
n
g
l
i
k
e
a
m
i
c
r
o
w
a
v
e
t
o
a
t
h
e
r
m
o
s
t
a
t
P
r
o
c
e
d
u
r
a
l
O
n
e
m
a
j
o
r
p
r
o
b
l
e
m
w
i
t
h
O
O
P
i
s
t
h
a
t
a
l
o
t
o
f
t
a
s
k
s
h
a
v
e
t
o
b
e
d
o
n
e
m
a
n
u
l
y
.
A
n
o
t
h
e
r
l
a
r
g
e
p
r
o
b
l
e
m
w
i
t
h
O
O
P
i
s
t
h
e
s
i
z
e
o
f
t
h
e
p
r
o
g
r
a
m
,
t
h
i
s
w
a
s
m
o
r
e
o
f
a
p
r
o
b
l
e
m
i
n
t
h
e
e
a
r
l
y
d
a
y
s
o
f
c
o
m
p
u
t
i
n
g
a
s
m
e
m
o
r
y
w
a
s
a
p
r
e
m
i
u
m
b
a
c
k
t
h
e
n
a
l
t
h
o
u
g
h
i
t
s
n
o
t
t
o
m
u
c
h
o
f
a
p
r
o
b
l
e
m
t
o
d
a
y
.
O
O
P
'
s
r
e
q
u
i
r
e
a
l
o
t
o
f
e
f
f
o
r
t
m
a
n
y
p
r
o
g
r
a
m
s
s
p
e
n
d
h
o
u
r
s
a
n
d
h
o
u
r
s
p
l
a
n
n
i
n
g
o
u
t
t
h
e
i
r
c
o
d
e
a
n
d
d
o
n
'
t
e
v
e
n
t
w
r
i
t
e
a
n
y
f
o
r
w
e
e
k
s
T
h
i
s
i
s
o
f
t
e
n
f
e
l
t
l
i
k
e
a
w
a
s
t
e
o
f
t
i
m
e
b
y
p
r
o
g
r
a
m
m
e
r
s
a
l
t
h
o
u
g
h
i
t
h
a
s
t
o
b
e
d
o
n
e
i
n
o
r
d
e
r
t
o
b
e
a
b
l
e
t
o
w
r
i
t
e
a
g
o
o
d
p
r
o
g
r
a
m
I
t
i
s
a
l
o
t
s
l
o
w
e
r
t
h
a
n
t
h
a
n
o
t
h
e
r
p
a
r
a
d
i
g
m
s
l
i
k
e
E
D
P
a
n
d
P
r
o
c
e
d
u
r
a
l
,
i
t
c
a
n
r
e
q
u
i
r
e
a
g
r
e
a
t
d
e
a
l
o
f
w
o
r
k
t
o
p
r
o
d
u
c
e
m
i
n
i
m
a
l
r
e
s
u
l
t
s
S
o
m
e
t
y
p
e
s
o
f
p
r
o
g
r
a
m
s
w
r
i
t
t
e
n
i
n
O
O
P
i
n
c
l
u
d
e
g
a
m
e
s
a
n
d
a
n
d
r
o
i
d
a
p
p
l
i
c
a
t
i
o
n
s
Create Your Free Infographic!