Grafik adalah salah satu cara untuk memberikan informasi data kepada orang lain dalam bentuk grafik/ gambar . nah pada tutorial kali ini kita akan coba untuk membuat grafik pada website dengan HTML 5 dan Javascript. Berikut adalah source codenya :
DEMO
- keterangan pada libraries and css files.
<!-- load jquery ui css theme -->
<
link
type
=
"text/css"
href
=
"css/jquery-ui.css"
rel
=
"stylesheet"
/>
<!-- load the sDashboard css -->
<
link
href
=
"../sDashboard.css"
rel
=
"stylesheet"
>
<!-- load jquery library -->
<
script
src
=
"libs/jquery/jquery-1.8.2.js"
type
=
"text/javascript"
></
script
>
<!-- load jquery ui library -->
<
script
src
=
"libs/jquery/jquery-ui.js"
type
=
"text/javascript"
></
script
>
<!-- load datatables library -->
<
script
src
=
"libs/datatables/jquery.dataTables.js"
></
script
>
<!-- load flot charting library -->
<
script
src
=
"libs/float/jquery.flotr2.min.js"
type
=
"text/javascript"
></
script
>
<!-- load sDashboard library -->
<
script
src
=
"../jquery-sDashboard.js"
type
=
"text/javascript"
></
script
>
0 comments:
Post a Comment
Ayo diskusi disini ..