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.
http://code.google.com/p/charts4j/
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
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
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
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.
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.
jFreeChart - Java and .NET chart library
jFreeChart is a widely used open source charting library. Its flexible design is easy to extend and targets both server-side and client-side applications. It supports many output types, including Swing components, image files (PNG and JPEG) and vector graphics file formats (including PDF, EPS and SVG).
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 =
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.
Gvtooltip - Custom Tooltips for Google Visualization API
NOTICEIt appears that Google has updated their Google Charts API. This is causing gvTooltip to not function properly. I'm working on a fix; should be available soon. gvTooltip 1.0 – DEMOA custom tooltip script for Google Visualization chartsThis script replaces the default GV tooltip with a customizable tooltip. It is styled completely in CSS and so can be easily changed. Currently works on the following GV Line Chart Bar Chart Column Chart Area Chart Pie Chart USE1. Include jQuery, gvTooltip.
Afreechart - Graphing/Charting library for Android
AFreeChart : version 0.0.4 (C) Copyright 2010,2011 by ICOMSYSTECH Co.,Ltd. The latest version of AFreeChart can be obtained from: http://code.google.com/p/afreechart/downloads/list If you want contact us, please send E-mail or submit comment. E-mail and comment welcome in Japanese. E-mail : icomsystech.oss@gmail.com comment page : http://code.google.com/p/afreechart/wiki/CommentPage =============================================================== 1. INTRODUCTION ==================================