From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Live chart in the buffer Date: Sun, 26 Oct 2014 17:13:39 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414343662 15368 80.91.229.3 (26 Oct 2014 17:14:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 17:14:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 26 18:14:17 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XiROS-0006Zf-QI for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 18:14:16 +0100 Original-Received: from localhost ([::1]:57500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiROS-00084P-DC for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 13:14:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiROB-00084A-F4 for emacs-devel@gnu.org; Sun, 26 Oct 2014 13:14:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiRO5-0000Y6-EE for emacs-devel@gnu.org; Sun, 26 Oct 2014 13:13:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiRO5-0000Xu-7x for emacs-devel@gnu.org; Sun, 26 Oct 2014 13:13:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XiRO1-0006Mp-5i for emacs-devel@gnu.org; Sun, 26 Oct 2014 18:13:49 +0100 Original-Received: from 94-21-19-230.pool.digikabel.hu ([94.21.19.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Oct 2014 18:13:49 +0100 Original-Received: from adatgyujto by 94-21-19-230.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Oct 2014 18:13:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.19.230 (Mozilla/5.0 (Windows NT 6.1; rv:33.0) Gecko/20100101 Firefox/33.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175869 Archived-At: Stefan Monnier IRO.UMontreal.CA> writes: > > I don't personally like the idea of sending my data to Google for them > to do this rendering. Can't you get similar results with something > like jgraph? > This toy package only demonstrates the concept with dummy data. That's why I chose an online backend, so people can try it instantly without having to install additional tools for it. A proper implementation can use other backends, local ones, or perhaps offering the choice for the user which backend he wants to use.