Chart2d - Generate two-dimensional charts using Java
Chart2d library provides support to generate two dimensional charts. Pie, Line, Bar, Scatter Plot chart types are supported. It supports both integer and real datasets and label formatting, both positive and negative.
http://chart2d.sourceforge.net/index.php
comments powered by Disqus
Related Products
Google-motion-charts-with-r - Using the Google Visualisation API with R
NEWS [2012-03-04]: Version 0.2.15 of the googleVis R package has been released. For details see the news section. Check out the new blog: Data analysis and visualisations with googleVis and R. IntroductionExamplesMotivationInstallationFrom Google CodeUsing googleVisTips & TricksGive FeedbackPresentationsCase studiesLinksOther R packagesNews IntroductiongoogleVis is an R package providing an interface between R and the Google Visualisation API. The functions of the package allow the user to visua
jCharts - Java based charting utility
jCharts is a 100% Java based charting utility that outputs a variety of charts. Servlets, JSP's, and Swing application could use this library to generate charts. It could generate charts of type Area, Area Stacked, Bar, Bar Clustered, Bar Clustered Horizontal, Bar Horizontal, Bar Stacked, Bar Stacked Horizontal, Combo, Hi/Low Open/Close, Line, Pie 2D, Pie 3D, Point, Radar, XY Plot and lot more.
Googlevisualizationsdotnet - Google Visualizations Wrapped in DotNet WebControls
Ever wanted to use Google's great visualizations in your .NET web application? Each Google visualization is wrapped in a ASP.NET Web Control. Add them to your toolbar and drag them into your markup. Use .NET data tables to populate the chart or graph and now your cooking with gas ... Google.NET gas. Home Page Exampleshttp://chartsandgraphs.care4soft.com/ Quick StartReference GoogleChartsNGraphsControls.dll Be sure Visualization DLL is included in same folder Create a New Tab in Toolbox Click Add
Gc4r - google charts 4 rails
Google Charts 4 Rails (gr4r)Full featured ruby wrapper for Google Charts API. Let's begin1. Hello World @chart = GoogleChart.new 2. ok, make a line chart with size 300x200 @chart = GoogleLineChart.new :width => 300, :height => 200 3. add some random data dataset = GoogleChartDataset.new :data => [10,50,4,10,16] data = GoogleChartData.new :datasets => dataset @chart = GoogleLineChart.new :width => 300, :height => 200 @chart.data = data 4. add a chart title dataset = GoogleChartDataset.new :data =
Table2visualization - Converts HTML Tables to Google Visualization Charts
Table2Visualization is a JavaScript library that facilitates rendering standard HTML tables as Google Visualization charts, with just about "zero" extra efforts. Following are the various chart types supported by the current release - ColumnChart BarChart LineChart PieChart AreaChart Note - The current version has been tested and found to be working fine with IE8.
Logiccodebuilder - Transform visual representation of complex logic in to any language code.
Logic Code Builder - LCBObjectiveUse visual tools to represent complex logic and generate code in any programing language. BenefitsUsing LCB decouples the information and data manipulation from the decision making, this separation reduces the complexity of the problem. Basic ExamplesThis is a basic flow chart example: This flow chart will generate this code: package org.lcb.samples.sample1;public class Sample1Logic{ private final Sample1App app; public Sample1Logic(Sample1App app) { this.app = a
Openchart2 - Simple Plotting for Java
Openchart2 is based on the JOpenChart library. It provides a simple interface for Java programmers to create two-dimensional charts and plots. This library features an assortment of graph styles, including advanced scatter plots, bar graphs, pie charts, Radar charts, Dot plots. All chart types support dynamic zooming. Simple arrays or full database sources can provide data to the plotting routines.
Googlechartwrapper - Java Library for Googles Chart API.
Java Library for the Google Chart API. It supports developers generating chart URLs within the java environment via an intuitive API. Currently most1 features of the google API are supported and it is easily expandable to match own requirements. FeaturesSupports most features of the Google Chart API As a wrapper, it creates the URL for the request to the Google Chart API while hiding the details of creating the URL parameters that are necessary Written in Java Easy to use Only the jar and an Int
Charts4j - Let the computer in the cloud build your charts
Charts4j is a lightweight charts & graphs Java API. It enables developers to pro grammatically create the charts available in the Google Chart API through a straightforward and intuitive Java API. It Supports nearly all features of the Google Chart API. It hides the ugly details of creating the URL parameters that are necessary for communicating with the Google Chart API.
Jsflot - A JavaServer Faces JSF chart library.
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 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 mai