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
telnetd(8c)															       telnetd(8c)

Name
       telnetd - DARPA TELNET protocol server

Syntax
       /etc/telnetd

Description
       The  server  supports the DARPA standard TELNET virtual terminal protocol.  The TELNET server is invoked when receives a connection request
       on the port indicated in the TELNET service description.

       The server operates by allocating a pseudo-terminal device for a client, then creating a login process which has  the  slave  side  of  the
       pseudo-terminal	as stdin, stdout, and stderr.  The server manipulates the master side of the pseudo terminal, implementing the TELNET pro-
       tocol and passing characters between the client and login process.

       When a TELNET session is started up, sends a TELNET option to the client side indicating a willingness to do remote echo of characters,	to
       suppress  go  ahead, and to receive terminal type information from the remote client.  If the remote client is willing, the remote terminal
       type is propagated in the environment of the created login process.  The pseudo terminal allocated to the client is configured  to  operate
       in cooked mode and with XTABS and CRMOD enabled.

       Aside  from  this  initial  setup, the only mode changes will carry out are those required for echoing characters at the client side of the
       connection.

       The server supports binary mode, suppress go ahead, echo, and timing mark.  It also allows a remote client to do binary, terminal type, and
       suppress go ahead.

Restrictions
       Some TELNET commands are only partially implemented.

       The TELNET protocol allows the exchange of the number of lines and columns on the user's terminal, but does not make use of them.

       The terminal type name received from the remote client is converted to lower case.

       The server never sends TELNET go ahead commands.

See Also
       telnet(1c), pty(4), tty(4), services(5), inetd(8c)

																       telnetd(8c)