Chart Frameworks



  • Hallo,

    kennt jemand ein einfach zu handhabendes Framework für Java mit dem man schöne Charts zeichnen kann (Linien- und eventuell Balkendiagramme reichen)?

    Ich hab selber schon ein paar gefunden, aber vielleicht kennt jemand von euch zufällig ein gutes.

    gruss
    cpt.oneeye

    Hab bis jetzt:
    JfreeChart (jfree.org) -> mächtig, aber keine Doku vorhanden und ich hab keine Zeit mehr mich da intensiv reinzuarbeiten
    Chart2D (jchart2d.sourceforge.net) -> Leicht zu lernen, aber nicht unbedingt schön und enthält noch Bugs.



  • HI Cpt

    Versuch es mal mit dem hier.

    Ist zwar kein Charts Framework, aber für linien Diagramme und Balken Diagramme ist es ausreichend.

    Ausserdem ist die Benutzung sehr einfach.
    Bye



  • Du hast einen Link oder Namen vergessen.



  • Womit soll er es versuchen? Ich sehe nix. 😃

    Versuch mal das hier: Gantt Project

    Link passt nicht! 🤡 🙄



  • Oh man habe ich das echt vergessen.

    Sorry leute.

    Hier der Link
    http://www.cs.bham.ac.uk/resources/ums/java/packages/ptplot3.1/ptolemy/plot/doc/



  • @griffin:
    kann man mit gantt diagramme machen? und in seine eigene applikation einbauen?

    @cotech:
    das ptplot werd ich mir mal ansehen und dann entscheiden ob ich bei chart2d bleibe oder nicht 😃

    thx
    cpt



  • Probiers mal mit JFreeChart. http://www.jfree.org/jfreechart/index.php

    JFreeChart is a free Java class library for generating charts, including:

    * pie charts (2D and 3D);
    * bar charts (regular and stacked, with an optional 3D effect);
    * line and area charts;
    * scatter plots and bubble charts;
    * time series, high/low/open/close charts and candle stick charts;
    * combination charts;
    * Pareto charts;
    * Gantt charts;
    * wind plots, meter charts and symbol charts;
    * wafer map charts;

    The samples page contains examples of charts that can be generated with JFreeChart, and the comments page lists some things that others' have said about JFreeChart. You can run the demo with Java Web Start.

    Other features offered by JFreeChart:

    * complete source code is included, under the terms of the GNU Lesser General Public Licence;
    * access to data from any source via dataset interfaces;
    * support for multiple secondary axes and datasets;
    * tooltips, zooming, printing;
    * direct export to PNG and JPEG;
    * export to PDF via iText and SVG via Batik (both described in the JFreeChart Developer Guide).
    * support for servlets, JSP (thanks to Cewolf), applets or client applications;
    * comprehensive Javadocs;



  • ja ich hab mich jetzt für jfreechart entschieden. kann einfach am meisten und sieht gut aus. ich dachte es wäre darum sehr kompliziert, ist aber auch recht einfach zu bedienen.


Anmelden zum Antworten