基本步驟:
龍鳳ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書未來市場(chǎng)廣闊!成為創(chuàng)新互聯(lián)建站的ssl證書銷售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18980820575(備注:SSL證書合作)期待與您的合作!
(1)下載JS,
(2)引入JS文件
(3)寫Javascript使用JS
1、下載
FusionCharts是使用javascript實(shí)現(xiàn)統(tǒng)計(jì)圖表的js組件;其官網(wǎng)地址:http://www.fusioncharts.com。其早期版本FusionCharts Free是基于flash來實(shí)現(xiàn),而在2014年其脫離開flash完全使用js來實(shí)現(xiàn)統(tǒng)計(jì)圖表的FusionCharts Suite XT來替代FusionCharts Free使其具有充分跨瀏覽器和終端的特點(diǎn)。
[應(yīng)用環(huán)境]
FusionCharts Suite XT is a JavaScript library that runs on your desktop and mobile web browsers.
[安裝FusionCharts]
Installation of FusionCharts Suite XT merely involves copying and pasting the JavaScript filesfrom the download package into your project folder.
[Javascript文件的位置]
The JavaScript files of FusionCharts Suite library are located in js folder of your download package.
js文件 | 作用 |
fusioncharts.js | This is the core FusionCharts library, which you need to include in all your pages where a chart, gauge or map is required to be generated. |
fusioncharts.charts.js | This file is required to render all chartspresent under FusionCharts XT. |
2、引入JS文件
將fusioncharts.js、themes/fusioncharts.theme.fint.js引入到項(xiàng)目當(dāng)中,如下圖
2.1、初始頁面
FusionCharts XT will load here!
2.2、引入JS文件到頁面中
FusionCharts XT will load here!
添加的部分是
2.3、使用FusionCharts
添加Javascript代碼,如下:
完整的HTML
FusionCharts XT will load here!
效果圖