Client-side GChart 2.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Client-side GChart 2.4 (Default branch)
# 1  
Old 01-28-2009
Client-side GChart 2.4 (Default branch)

Image Client-side GChart is a pure-GWT client-side charting solution. It does not require browser plugins, external JavaScript, or server round-trips. The package supports bar, line, and pie charts, custom ticks, left and right y axes, grid-lines, annotated data points, pop-ups, click events, and more. License: The Apache License 2.0 Changes:
GChart now tracks mouse activities over the chart, and selects points, displays pop-ups, and fires off click events accordingly. The updated live demo illustrates all of these new features. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Red Hat

Not able to mount NFS share on client side

When i tried to mount the nfs i see this error message mount -t nfs 192.168.20.194:/remote/proj1 /nfsmount mount: 192.168.20.194:/remote/proj1 failed, reason given by server: Permission denied and the /etc/exports file in the host side looks like this /remote/proj1 ... (12 Replies)
Discussion started by: srinathk
12 Replies

2. AIX

sftp : have to specify subsystem from client side

I have several ssh servers *running aix 5.3 and they respond to sftp requests just fine, but I have one that requires clients to specify the path to the sftp server using the -s flag which is*/usr/sbin/sftp-server I check the sshd_config across all servers and they are the same. *The other... (1 Reply)
Discussion started by: massdesign
1 Replies

3. UNIX for Dummies Questions & Answers

SSH using the shell on the client side -- possible?

I have identical scripts on two machines: one a laptop running Ubuntu 9.04, and the other a Windows XP desktop running Cygwin. The files I'd like to process are on the Windows machine. Running the script in Cygwin engages eight calls to an external executable and spins off who knows how many forks... (1 Reply)
Discussion started by: SilversleevesX
1 Replies
Login or Register to Ask a Question
xcompmgr(1)						      General Commands Manual						       xcompmgr(1)

NAME
xcompmgr - sample X compositing manager SYNOPSIS
xcompmgr [-d display] [-r radius] [-o opacity] [-l left-offset] [-t top-offset] [-acCfFnsS] DESCRIPTION
xcompmgr is a sample compositing manager for X servers supporting the XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects. OPTIONS
-d display Specifies the display to manage. -r radius Specifies the blur radius for client-side shadows. -o opacity Specifies the opacity for client-side shadows. -l left-offset Specifies the left offset for client-side shadows. -t top-offset Specifies the top offset for client-side shadows. -I fade-in-step Specifies the opacity change between steps while fading in. -O fade-out-step Specifies the opacity change between steps while fading out. -D fade-delta Specifies the time (in milliseconds) between steps in a fade. -a Automatic server-side compositing. This instructs the server to use the standard composition rules. Useful for debugging. -c Client-side compositing with soft shadows and translucency support. -f When -c is specified, enables a smooth fade effect for transient windows like menus, and for all windows on hide and restore events. -n Simple client-side compositing. -s Server-side compositing with hard-edged shadows. -C When -c is specified, attempts to avoid painting shadows on panels and docks. -F When -f is specified, also enables the fade effect when windows change their opacity, as with transset(1). -S Enables synchronous operation. Useful for debugging. BUGS
Probably. Please report any you find to http://bugs.freedesktop.org/. AUTHORS
Keith Packard, with contributions from Matthew Allum, Eric Anholt, Dan Doel, Thomas Luebking, Matthew Hawn, Ely Levy, Phil Blundell, and Carl Worth. xcompmgr(1)