1. <ul id="0c1fb"></ul>

      <noscript id="0c1fb"><video id="0c1fb"></video></noscript>
      <noscript id="0c1fb"><listing id="0c1fb"><thead id="0c1fb"></thead></listing></noscript>

      99热在线精品一区二区三区_国产伦精品一区二区三区女破破_亚洲一区二区三区无码_精品国产欧美日韩另类一区

      RELATEED CONSULTING
      相關(guān)咨詢
      選擇下列產(chǎn)品馬上在線溝通
      服務(wù)時(shí)間:8:30-17:00
      你可能遇到了下面的問(wèn)題
      關(guān)閉右側(cè)工具欄

      新聞中心

      這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
      Android圖表之-Echarts-創(chuàng)新互聯(lián)

      ECharts是一款開(kāi)源、功能強(qiáng)大的數(shù)據(jù)可視化產(chǎn)品,緊跟著大數(shù)據(jù)時(shí)代的步伐,是我接觸過(guò)的最優(yōu)秀的可視化工具,也是進(jìn)步最快的軟件,希望它早日成為世界級(jí)的開(kāi)源項(xiàng)目,之前使用過(guò)MPAndroidChart,achartengine 等android下的圖形圖標(biāo),相對(duì)而言Echart樣式更多,通過(guò)JS的形式來(lái)實(shí)現(xiàn)還是第一次見(jiàn) ,話不多說(shuō)直接上代碼

      專注于為中小企業(yè)提供網(wǎng)站設(shè)計(jì)制作、做網(wǎng)站服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)古交免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了上千家企業(yè)的穩(wěn)健成長(zhǎng),幫助中小企業(yè)通過(guò)網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。

       1.布局文件比較簡(jiǎn)單定時(shí)3個(gè)Button ,和一個(gè)Webview :

        

        xmlns:tools="http://schemas.android.com/tools"

        android:layout_width="match_parent"

        android:layout_height="match_parent"

        android:paddingBottom="@dimen/activity_vertical_margin"

        android:paddingLeft="@dimen/activity_horizontal_margin"

        android:paddingRight="@dimen/activity_horizontal_margin"

        android:paddingTop="@dimen/activity_vertical_margin"

        tools:context="com.hzbst.echartst.MainActivity" >

         android:id="@+id/bt_ly"

         android:layout_width="match_parent"

          android:layout_height="wrap_content"

          android:gravity="center_horizontal"

         >

         android:id="@+id/linechart_bt"

         android:layout_width="match_parent"

         android:layout_height="wrap_content"

         android:layout_weight="1"

         android:text="折線圖" />

         android:id="@+id/barchart_bt"

         android:layout_width="match_parent"

         android:layout_height="wrap_content"

         android:layout_weight="1"

         android:text="柱狀圖" />

         android:id="@+id/piechart_bt"

         android:layout_width="match_parent"

         android:layout_height="wrap_content"

         android:layout_weight="1"

         android:text="餅狀圖" />

         android:id="@+id/chartshow_wb"

         android:layout_width="match_parent"

         android:layout_height="match_parent"

         android:layout_alignRight="@+id/bt_ly"

         android:layout_below="@+id/bt_ly"

         android:layout_marginTop="43dp" />

      2. 在代碼中去架子Echarts圖形

       MainActivity類

      找到Webview,然后設(shè)置一些屬性

      chartshow_wb=(WebView)findViewById(R.id.chartshow_wb);

      //進(jìn)行webwiev的一堆設(shè)置

      //開(kāi)啟本地文件讀取(默認(rèn)為true,不設(shè)置也可以)

      chartshow_wb.getSettings().setAllowFileAccess(true);

      //開(kāi)啟腳本支持

      chartshow_wb.getSettings().setJavaScriptEnabled(true);

      chartshow_wb.getSettings().setSupportZoom(true);

      chartshow_wb.getSettings().setBuiltInZoomControls(true);

      chartshow_wb.loadUrl("file:///android_asset/echart/myechart.html");

      通過(guò)loadUrl加載,myecharts文件

      mycharts文件保存在assets目錄下

      通過(guò)三個(gè)按鈕來(lái)切換不同的視圖 :

      折線圖調(diào)用:chartshow_wb.loadUrl("javascript:createChart('line',[29.2,29.2,29.2,29.2,29.2,29.1,29.1,]," +

      "['2017-05-22','2017-05-22','2017-05-22','2017-05-22','2017-05-22','2017-05-22','2017-05-22',]);"); 上面有兩個(gè)參數(shù),分別為X,y軸對(duì)應(yīng)的數(shù)據(jù)

      其他兩個(gè) :

      chartshow_wb.loadUrl("javascript:createChart('bar',[100,100,100]);");

      chartshow_wb.loadUrl("javascript:createChart('pie",[100,100,100]);");

      這樣就可以了

      源代碼下載地址:http://down.51cto.com/data/2309209

      附件:http://down.51cto.com/data/2366697

      另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。


      新聞名稱:Android圖表之-Echarts-創(chuàng)新互聯(lián)
      本文URL:http://www.ef60e0e.cn/article/eooec.html
      99热在线精品一区二区三区_国产伦精品一区二区三区女破破_亚洲一区二区三区无码_精品国产欧美日韩另类一区
      1. <ul id="0c1fb"></ul>

        <noscript id="0c1fb"><video id="0c1fb"></video></noscript>
        <noscript id="0c1fb"><listing id="0c1fb"><thead id="0c1fb"></thead></listing></noscript>

        海兴县| 鄂州市| 黄石市| 灵台县| 和田市| 根河市| 东乌珠穆沁旗| 湘乡市| 沽源县| 彰武县| 海晏县| 玉田县| 随州市| 西乌珠穆沁旗| 洛南县| 拉孜县| 瑞昌市| 灯塔市| 广汉市| 乐都县| 阿拉善右旗| 韶关市| 哈尔滨市| 贡觉县| 安顺市| 九寨沟县| 集安市| 密山市| 灵石县| 宽甸| 贵定县| 渭源县| 永善县| 瑞丽市| 竹溪县| 上饶县| 定边县| 平利县| 义乌市| 金平| 宜章县|