Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

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.

0
 
  0 reviews  |  1 user  |  1,782 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Unofficial Google Chart Tools API for Google Web Toolkit

5.0
 
  0 reviews  |  1 user  |  5,693 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

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 charts available in the Google Chart API through a straightforward and intuitive Java API. Javadoc ... [More] | 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]

0
 
  0 reviews  |  1 user  |  43,288 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

An improved and all-inclusive PHP Object Wrapper Class for the Google Chart API which makes adding charts to your simple. Includes additional functionality which can be easily extended.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

Java and JSP taglib wrapper for Google Chart APIIntroductionZebrafish is a Java and JSP taglib wrapper for the Google Chart API. It can easily generate the URL of the Google chart by using Java objects, or create an img HTML tag by using JSP tags. We hope it could be simple and easy enough so that ... [More] everyone can use it to build their own charts painlessly. It will support all types of charts. DownloadWe are trying to make it could be downloaded ASAP. [Less]

0
 
  0 reviews  |  0 users  |  33,104 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Java Libary for Googles Chart API. It supports developers to generate charts within the java environment via an intuitive API. Most features of the google API are supported and it is easily expandable to match own requirements.

0
 
  0 reviews  |  0 users  |  11,061 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

JGoogleChartA java wrapper for "Google Chart API"02-May-2008: Pretendo crear un wrapper Java para "Google Chart API". Algo sencillo, pero que facilitará las tareas a los programadores Java. Se distribuirá en un único Jar, sin otras dependecias de terceros, y el código fuente ... [More] estará bajo LGPL. 03-May-2008: Primera fuentes subidos. Se permiten crear gráficos PIE CHART , obtener la url , obtener el objeto java.awt.Image y salvarlo a fichero. [Less]

0
 
  0 reviews  |  0 users  |  714 lines of code  |  0 current contributors  |  Analyzed about 20 hours ago
 
 

gchartjava IS NOW charts4jgchartjava ---> charts4jPlease update your bookmarks

0
 
  0 reviews  |  0 users  |  53,475 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Object-oriented wrapper for Google Chart Tools written in PHP5. GoogleChartTools-PHP provides an easy-to-use wrapper for Google Chart Tools. It is designed to create charts based on Google Chart Tools in PHP5 fast and without writing JavaScript code by hand. All required JavaScript code is ... [More] generated by this API automatically. However, additional JavaScript code can be added manually to customize the charts. [Less]

0
 
  0 reviews  |  0 users  |  2,092 lines of code  |  2 current contributors  |  Analyzed 5 days ago
 
 

This project is NOT actively maintained (and frankly, barely works...)The code may help you on your way, but it's not even close workable out of the box... sorry!PHP Object wrapper for the Google Chart APIA simple PHP Object wrapper for the Google Chart API. Should help anyone who needs to ... [More] automate the building of the Google Chart url. Supports all types of charts. Get the code here: code link Pie Chart Example pie chart using the gPieChart class. code: $piChart = new gPieChart; $piChart->addDataSet(array(112,315,66,40)); $piChart->valueLabels = array("first", "second", "third","fourth"); $piChart->dataColors = array("ff3344", "11ff11", "22aacc", "3333aa"); Check out the Examples NotesLimitations as it currently sits: no support for lxy, or scatter-plots. lxy and scatter should be available soon… scaling is in place, but kinda useless until I get axes marked correctly. That’s tops on my priority list for this. Some extras still need implementation (chart background, image background, data point markers, etc.) I am pleased with how the code is shaping up. I haven’t had much of an opportunity in the past to play with inheritence and polymorphism in PHP. Currently I have it set up where like so (in terms of inheritence): gChart (the base chart class) gPieChart (has a simple set3D(bool) function) gLineChart gBarChart gStackedBarChart gGroupedBarChart I will probably refactor that sometime soon. But, I’m happy with how it works currently. I was concerned for a bit about how I would be losing the ability to change the chart type with one line of code (as I could did with the first draft) by breaking chart types out into separate classes. The fact of the matter is that really, no one is very likely to be doing that anyway. So, better code at (perhaps) the sake of some usability… [Less]

0
 
  0 reviews  |  0 users  |  1,840 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.