Browsing projects by Tag(s)

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

Showing page 1 of 2

"Flot is a pure Javascript plotting library". GFlot is GWT adaptation of Flot which combines the high quality charting capabilities of Flot with the power of GWT. In addition, GFlots provides an MVC abstraction layer that ease the development of complex charts and integrates nicely with the GWT RPC infrastructure.

5.0
 
  0 reviews  |  3 users  |  18,129 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

Warning: Con artists have likely gained admin access to the Client-side GChart project. Consequently, John Curtis Gunther is no longer administering this Google code project, or using the johncurtisgunther Google account. On two occasions, I have deleted the same inappropriate attachments posted ... [More] on the GChart issue tracker only to find that these attachments were undeleted without any further action on my part. Since only johncurtisgunther (the GChart project admin) can undelete attachments, the simplest explanation for these events is that con artists have obtained the johncurtisgunther Google account password. Unfortunately, I have not been able to find a fool-proof way to assure, beyond reasonable doubt, that unknown, possibly bad-acting, persons will not have inappropriate access to the GChart project going forward (I did change passwords, but Google accounts are complex, and my knowledge of them limited, so I cannot be sure the intruders don't still have some sort of back door). So I've decided to just make a clean break: disavowing/abandoning my own project and Google account. Specifically, I no longer have any association with, and will make no updates, releases, posts or emails from, the GChart project located at http://gchart.googlecode.com, the google id johncurtisgunther@gmail.com, and the yahoo id johncurtisgunther@yahoo.com. In light of this experience, I'd urge anyone releasing a project on Google Code to have a rock-solid plan for assuring that others cannot access your Google account password. And if that plan does not consider the scenario of a drive-by download triggered by visiting a link posted on your project's issue tracker, it still needs some work. Sincerely, John C. Gunther Client-side GChart author [Less]

3.0
   
  0 reviews  |  1 user  |  400,808 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This is the open source release of Chronoscope, the charting and visualization platform for GWT, used as the centerpiece of Timepedia's website. Chronoscope's ultimate goals are: Scalability: To provide a high performance, cross browser platform for visualizing possibly large and complex ... [More] datasets. Ease of use: To enable applications to be built using either GWT or Javascript Scriptability: To allow endusers to create stories around data and share their perspectives with others. Customizability: To give non-programmers intuitive controls over almost every aspect of the look of a visualization. Extensibility: To encourage easy community extension of Chronoscope features (new plot types, new renderers, new canvas backends, etc) Timepedia is developing a collaborative time-oriented search engine with analytic and visualization capabilities. Chronoscope is currently structured around our needs but we hope that opening it up to the community will help it become a well-rounded charting framework. The free version of Chronoscope is distributed under LGPL Version 2.1 [Less]

0
 
  0 reviews  |  1 user  |  47,124 lines of code  |  0 current contributors  |  Analyzed 5 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 3 days ago
 
 

GWT Express is a small step towards building express applications using GWT/RPC/MYSQL Check out the Demo to see how it works... & provide your valuable feedback... Login details for the demo: demo/demo Try searching for all customers by typing "%" in the Customer Name field Try ... [More] "Complex Search" for an advanced search After performing a search, double click on any of the resulting rows and perform modifications. Click on "Create New Customers" tab and try creating a new customer While creating a customer value try entering wrong date value or click on "Save" button without entering all the mandatory fields Check out Customer creation screen for more complex form layout with nested forms & form titles as shown below Latest ChangesScrollable Suggest Box Login screen with "My Account" page for changing the password (please DO NOT change the password for the demo user) Function Security: Try search on Lookups page Admin Role for managing users, user roles & function security Tools Used: GWT, GWT-RPC, JDBC, MySQL, MyGWT [Less]

0
 
  0 reviews  |  1 user  |  14,140 lines of code  |  0 current contributors  |  Analyzed about 21 hours 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 2 days ago
 
 

BugzillaMetrics is a tool for the evaluation of change request metrics. Its main characteristics are the specification of metrics by the users, an event driven algorithm, transparent execution optimization and an abstraction of its data sources.

0
 
  0 reviews  |  1 user  |  148,138 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

GWT chart implementation

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

gwt-gchartjava is a GWT Java Chart LibraryDescriptionSimple portage of gchartjava project from java 5.0 ( or higher ) to gwt 1.4 java code compliant. DocumentationJavadoc is available online here and can be downloaded here. ExamplesFirst example used with ChartWidget: import ... [More] com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.ui.RootPanel; /** * Entry point classes define onModuleLoad(). */ public class gwtgchartjava implements EntryPoint { /** * This is the entry point method. */ public void onModuleLoad() { Float[] data = new Float[]{ new Float( 0f ), new Float( 45f ), new Float( 35f ), new Float( 75f ), new Float( 100f ) }; // Defining Line Line line = new Line( new Data( data ) ); line.setLineStyle( new LineStyle( 3, 1, 0 ) ); line.setColor( Color.RED ); //Defining chart. LineChart chart = new LineChart( new Line[]{ line } ); chart.setSize( 400, 300 ); chart.setTitle( "Web Traffic|(in billions of hits)", Color.RED, 14 ); chart.addXAxisInfo( new AxisInfo( new String[]{ "Nov", "Dec", "Jan", "Feb", "Mar" } ) ); chart.addXAxisInfo( new AxisInfo( new String[]{ "2007", "2007", "2008", "2008", "2008" } ) ); chart.addYAxisInfo( new AxisInfo( new String[]{ "", "25", "50", "75", "100" } ) ); //Defining background and chart fills. chart.setBackgroundFill( new SolidFill( Color.LIGHTGREY ) ); LinearGradientFill fill = new LinearGradientFill( 0, Color.LIGHTBLUE, 1 ); fill.addColorAndOffset( Color.WHITE, 0 ); chart.setAreaFill( fill ); ChartWidget widget = new ChartWidget( chart ); RootPanel.get().add( widget ); } } [Less]

0
 
  0 reviews  |  0 users  |  34,061 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

OverviewThe OFCGWT project provides a simple to use chart widget for GWT based on Open Flash Chart 2. The library includes the needed flash insertion, update and manipulation methods for the chart widget. It also includes a POJO model for the chart elements and components that assist in the ... [More] generation of the JSON to provide the correct chart data for OFC 2.x API. The project has released a beta of version 2.x and a stable 1.3.x release - with over 12,000+ downloads !! Note: A beta of v2.0 (GWT 1.6 support) does contain breaking API for those coming from the 1.X version of OFCGWT - it contains new refactored events and a new chart factory, better attach/detach support, new charts features(new Horizontal Stack Bar Chart, enhanced animations based on OFC Ichor with DZ fixes and patches). Current Status2009-Apr-21: Version 2.0.1 beta released.DemoNew Std Demo - Added Transparent Image Bar Chart Events Demo - onClick Events Demo showing drill-down Note: Source code for both demos and more is available in the SVN (click the source tab above and browse to the /trunk/test folder). History2009-Apr-15: Version 2.0 beta released. 2009-Feb-13: Version 1.3.0 released. Fixed pie size, transparent background. New demos updated. 2009-Jan-29: Version 1.2.5 released. Several fixes (latest SWF OFC file added) 2009-Jan-08: Version 1.2.4 released. Fixed an json load JS method ready bug 2009-Jan-07: Version 1.2.3 released. Fixed an attach/detach bug 2008-Dec-28: Version 1.2.2 released. Fixed right Y Axis & stackbar keys support 2008-Dec-08: Version 1.2 released. Adds new Cylinder Charts!! 2008-Nov-16: Version 1.1 released. New onClick event support!! 2008-Nov-06: Version 1.0.3 released. Bug fixes for issues 7,8,9 & 11. 2008-Oct-23: Version 1.0.2 released. Bug fix for stack-bar charts and demo update. 2008-Oct-18: Version 1.0.1 released. New charts, updates to OFC and new demo. 2008-Oct-12: Version 1.0.0 released. 2008-Oct-05: Memory leak found in OFC - a patched SWF file produced. 2008-Aug-31: Docs finalised, full OFCv2 Beta1 support, beta6 released. 2008-Aug-30: Minor Fix, license change to LGPL, beta5 released. 2008-Aug-28: Further Fixes, API refactor, updated demo, api docs : beta4 released. 2008-Aug-22: Further Fixes, event notification, updated demo : beta3 released. 2008-Aug-21: Fixes, resize bug, ExtJS GWT demo and docs : beta2 released. 2008-Aug-19: OFCGWT updated release and demo : beta1 released. 2008-Aug-17: OFCGWT initial release made available. [Less]

0
 
  0 reviews  |  0 users  |  22,992 lines of code  |  0 current contributors  |  Analyzed about 6 hours 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.