UNPKG
chartnew.js
Version:
latest (3.9.0)
3.9.0
2.0.0
Simple HTML5 Charts using the canvas element
github.com/FVANCOP/ChartNew.js
FVANCOP/ChartNew.js
chartnew.js
/
all_samples.html
12 lines
(11 loc)
•
201 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
HTML
>
<
SCRIPT
LANGUAGE
=
'JavaScript'
>
function
newAddress
(
) {
window
.
location
.
replace
(
"demo_program/index.html"
); }
</
SCRIPT
>
<
BODY
onLoad
=
"setTimeout(' newAddress()' , 1)"
>
<
BR
>
<
BR
>
</
BODY
>
</
HTML
>