Projects tagged ‘chart’ and ‘graphics’


[12 total ]

256 Users
   

Dia is inspired by the commercial Windows program 'Visio', though more geared towards informal diagrams for casual use. It can be used to draw many different kinds of diagrams. It currently has ... [More] special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and many other diagrams. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape. It can load and save diagrams to a custom XML format (gzipped by default, to save space), can export diagrams to a number of formats, including EPS, SVG, XFIG, WMF and PNG, and can print diagrams (including ones that span multiple pages). [Less]
Created over 3 years ago.

87 Users
   

KOffice is a free, integrated office suite for KDE, the K Desktop Environment. KOffice applications uses OpenDocument as their native file format when possible. The suite is released separately from ... [More] KDE. The KOffice suite includes the following applications: - KWord - A frame-based word processor - KSpread - A powerful spreadsheet application - KPresenter - A full-featured presentation program - Kexi - An environment for creating databases and applications - Kivio - A Visio®-style flowcharting application - Karbon14 - A vector drawing application - Krita - A layered pixel image manipulation application - KPlato - An integrated project management and planning tool - KChart - A graph and chart drawing tool - KFormula - A formula editor - Kugar - A tool for generating reports [Less]
Created over 3 years ago.

13 Users
   

Flotr is a javascript plotting library based on the Prototype Javascript Framework (version 1.6.0.2 at the moment) and inspired by Flot (written by Ole Laursen). Flotr enables you to draw appealing ... [More] graphs in most modern browsers with an easy to learn syntax. It comes with great features like legend support, negative value support, mouse tracking, selection support, zoom support, event hooks, CSS styling support and much more. [Less]
Created about 1 year ago.

5 Users

OxygenOffice Professional is a free and open source enhancement of official OpenOffice.org. The OxygenOffice Professional Team has modified the source of OpenOffice.org and bundled lot of extras with ... [More] it. Here are just a few of the extras you get with OxygenOffice Professional: More than 3,400 graphics are included, both clip art and photos. These pictures are integrated into the gallery and can easily be placed into any OxygenOffice document.Several templates and sample documents are included, as well as over 90 fonts. The extras are integrated by default in the installation of OxygenOffice Professional, but they are optional, so the user can decide what parts to include and what parts to leave out. These extra templates, fonts, and graphics are free for both personal and professional use. [Less]
Created over 2 years ago.

1 Users

This is a Simple Chart Framework. SiCha is a free software framework for computer desktops, based on the Microsoft .NET. It allows developers to write code to create Charts.
Created about 1 year ago.

1 Users

DOWNLOAD LATEST STABLE VERSION | Testimonials | Blog | In Action | Twitter | Chartlecharts4j is a free, lightweight charts & graphs Java API. It enables developers to programmatically create the ... [More] charts available in the Google Chart API through a straightforward and intuitive Java API. Javadoc | pre-Java 5 support | For those migrating from gchartjava see here. FeaturesSupports nearly all1 features of the Google Chart API Hides the ugly details of creating the URL parameters that are necessary for communicating with the Google Chart API Can be incorporated into any Internet enabled Swing or web application environment (JSP/Servlet, GWT, Spring MVC, etc.) 100% pure core Java solution. No need for special graphics libraries, etc. Super-scalable & Lightweight. Only one 160Kb jar and an Internet connection required Well documented GWT client-side support. JFreeChart Eastwood Servlet integration. Best of all, it is FREE! NewsMay 19, 2009 Version 1.2 is out! Chart Gallery with Code Examples Line Chart Code Example 1 Line Chart Code Example 2 Bar Chart Code Example 1 Bar Chart Code Example 2 Scatter Chart Code Example Radar Chart Code Example 1 Radar Chart Code Example 2 Pie Chart Code Example 1 Pie Chart Code Example 2 XY Chart Code Example Map Chart Code Example Venn Chart Code Example Google-O-Meter Code Example Very Simple Code Example Data, labels, grids, range markers are expressed in the same way throughout charts4j so the chart elements snap together nicely and consistently when the chart is rendered. Code Example The same plot object can be expressed through five different chart types. Line Chart Bar Chart Radar Chart Scatter Plot XYLine Chart Same Plot, Different Charts Java Swing Example 1. As of May 2009, the chart types that are not supported are QR Codes, map pins, sticky notes, information bubbles, text with outline. There are also a few other Google Chart API features that have not been exposed in charts4j. If this is a problem for you please submit an issue, and we will look into it as soon as possible. [Less]
Created about 1 year ago.

1 Users

A Magic Table By Dr Greg Ross See more of your data at a glanceThe Magic Table is a JavaScript library that allows you to see more in your data by applying some simple visual techniques to ... [More] transform a table. Information VisualisationThe examples show how you can obtain a barchart or scatterplot view in the table as well as a novel approach to displaying a lot more of your data without using up much valuable screen real estate. The latter technique has adopted the concept of spatial distortion, using a fisheye lens model. Reducing the row height and column widths so that all of the cells become visible and using colour to encode the cell values affords the user an informative overview of all the data in one go. By moving a lens over this overview we can magnify the cells under the lens so that we obtain detail within the overview. Google visualisation APIThe library has now also been wrapped in Google's visualisation API. Here's an example of how to use it this way. Easy to useDownload or checkout the code and follow the walk-through or the example web pages to quickly create a magic table. BrowsersThe library has been tested in Firefox, Opera, Safari and Chrome. It's super-fast in Safari. However, since it uses the canvas element, it does not work in Interner Explorer (boooooooooooooo!). I tried to get it to work with ExplorerCanvas but IE is stupendously slow when it comes to VML path rendering. In fact, Internet Snorer is around 10 orders of magnitude slower than Safari! Alas, I decided not to continue my effort in making it compatible with IE. Instead, it is intended that the library is used in applications that have, wisely, embedded a non-IE browser engine such as Gecko or Presto. Click on the images below to see working examples: [Less]
Created about 1 year ago.

0 Users

DescriptionThe JSFlot JSF chart library builds on top of the JavaScript Open Source Project Flotr (a javascript plotting library based on the Prototype Javascript Framework) to create stunning ... [More] interactive charts purely using JavaScript. The JSFlot charting library is simple to install, easy to configure and easy to use in your custom application. All of the applications dependencies (purely JavaScript related) are included in the Jar file. The goal of the JSFlot project is to support all the main features of Flotr (Flotr has its own project page set up at http://code.google.com/p/flotr/), while remaining easy and simple to install and use. Version 0.5.0 is available in the "Downloads" Tab. Full changes are found in the Changelog. Be sure to check out the new Tutorial, available through the JSFlot Live Demo Tutorial. Early test with JSF 2.0.0 Beta 2 indicates that JSFlot is compatible with JSF 2 when JSF 2 becomes available. Add Your Feature Requests here: FeatureRequests New FeaturesNew in Version 0.5.0 Added support for subtags XYDataList, XYDataPoint, BubbleDataPoint and CandlestickDataPoint New in Version 0.4.0 Added possibility to override default chart colors. Updated Flotr to Revision 146. Added support for Bubble Charts Added support for Candle Stick Charts New in Version 0.3.5: Added support for IE 6 and 7. Ajax redraw supported by Prototype, JQuery and JBoss Richfaces expressively Support for Chart Zooming with Overview. Fixed a bug where the chart would not render if the ID and the ClientId has the same value. Added possibility to add a label for each data point on the chart. Live DemonstrationFor a working Live Demonstration of JSFlot as well as documentation, point your browser to the JSFlot Live Demo Example charts Main FeaturesSupport for Line, Pie, Clustered bar and Stacked bar charts Support for Bubble Chart and Candle Chart Line and Bar charts supports a Time mode Interactive data points with tooltip Legend support Very attractive looks Support for Crosshair Drag and drop support with a ValueChangeListener that reports on the number of X-axis points that are dragged Support major browsers and platforms Works with most other JSF libraries, including JBoss RichFaces Easy to install the frameworks and tags are easy to use in your application Upcoming FeaturesMore custumization of the charts Support for two X and Y Axis' Support for Candlestick charts Who develops JSFlot ?JSFlot is developed by Joachim Haagen Skeie. Joachim Works as an IT Architect and Software Engineer at a large norwegian IT company. You can read more about joachim on his LinkedIn profile. [Less]
Created 7 months ago.

0 Users

EasyStockChart is a opensource created by Sam Wang(from Taiwan). Basically it is based on Java(tm), maybe we'll publish the actionscript verion after the java version is almost complete. The ... [More] keynote of this project is let everyone easily to publish any kinds of professional stock chart without coding a lot. ----------- Progress ----------- 14-Oct-2008: Project established. [Less]
Created about 1 year ago.

0 Users

jqPlot Has Moved!The new jqPlot home page is at http://www.jqplot.com/ The mailing list/google group is still at http://groups.google.com/group/jqplot-users Examples and unit tests are at ... [More] http://www.jqplot.com/tests/ Documentation is at http://www.jqplot.com/docs/ The jqPlot project page and source code is at http://www.bitbucket.org/cleonello/jqplot/ Note: All downloads on Google Code are out of date. Please find the latest downloads at http://bitbucket.org/cleonello/jqplot/downloads/ OverviewjqPlot is a pure JavaScript plotting plugin for the jQuery javascript library. jqPlot was inspired by the Flot JavaScript jQuery Plugin. It relies on the canvas tag for rendering the plot graphics. IE support is handled through the excanvas.js library. It is currently in heavy development. Some highlights of the code: A flexible, and highly extensible architecture. Drawing, data handling and other features are handled through renderers and plugins outside of the core code. Options drive almost all behavior. Highly customizable. Sample Line Plot with Dual Axes [Less]
Created 11 months ago.