Yadi Rosadi

Hi ! I'm Yadi Rosadi, Mobile and Web development enthusiast. Founder of Nestdev.com, Social Bookmark Community. You can catch me on Twitter, Facebook.

8 Comments

  1. galih

    mau tanya mas saya bikin grafik pake library jGraph, pake database sql pas saya coba di localhost bisa tapi pas saya upload di web gak tampil sama sekali….

    kalo misal pake Highcharts bisa pake database juga gak??? ada tutorial Highcharts SQL gak??

  2. nedya

    makasih bgt referensinya..hehe
    :-)

  3. Rius

    @Galih:

    Gampang kok mas biar datanya dari MySQL lihat dulu demonya terus pilih design mana yg diiginkan dan klik View Options, copy aja codenya semua
    dan ganti dataURL: data.php,
    udah deh kelar
    @Yadi Rosadi:
    Thanks buat infonya jd web saya sekarang bisa Grafik dengan Highchards :)
    Rius´s last blog ..When IT Guys Sing a Song (2) My ComLuv Profile

  4. irine

    klo pake google chart api ngambil data dari database mysql gmn?

  5. nuha

    mau tanya mas, klo buat grafik di java 2SE yang datanya dari file .txt itu source codenya gmn ya? aq nyoba buat tapi hasilnya cuma bisa nampilin data file .txt tersebut. dari data .txt untuk dijadikan grafik blum bs nampil. kyak gini scriptnya:

    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileReader;
    import java.io.FileNotFoundException;
    import java.io.IOException;

    public class ReadTextFileExample
    {
    public static void main(String[] args)
    {
    File file = new File(”SBK_LOS.txt”);
    StringBuffer contents = new StringBuffer();
    BufferedReader reader = null;

    try
    {
    reader = new BufferedReader(new FileReader(file));
    String text = null;

    // repeat until all lines is read
    while ((text = reader.readLine()) != null)
    {
    contents.append(text)
    .append(System.getProperty(
    “line.separator”));
    }
    } catch (FileNotFoundException e)
    {
    e.printStackTrace();
    } catch (IOException e)
    {
    e.printStackTrace();
    } finally
    {
    try
    {
    if (reader != null)
    {
    reader.close();
    }
    } catch (IOException e)
    {
    e.printStackTrace();
    }
    }
    System.out.println(contents.toString());
    }
    }

    jadi, aq punya file .txt bernama SBK.LOS dari data ini aq ingin buat grafiknya. koding yang ditambahkan kira2 apa ya mas?

  6. Movie Soundtracks On CD

    exactly what an amazing post which I’ve actually come through. It the actual information we was really searching for the actual past 7 days and I’m really satisfied along with this post. Require much more like this. Many thanks.

     2 Trackbacks/Pingbacks

  1. yadi rosadi

    RT @yadirosadi 25 Grafik dan Chart Solusi pilihan untuk Web Developer | YadiRosadi.Web.Id http://bit.ly/8d55Lf

  2. yadi rosadi

    25 Grafik dan Chart Solusi pilihan untuk Web Developer: Dalam membuat sebuah grafik atau chart, kita sebagai web de… http://bit.ly/7E1GQI

Leave a Reply

CommentLuv Enabled

Add News





Captcha
To prevent spam, please type the text (all uppercase) from this image in the textbox below.