Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Django': 0.03; 'preferably': 0.05; 'json': 0.07; 'cc:addr:python-list': 0.11; 'developers,': 0.11; 'django': 0.11; 'jan': 0.12; 'dump': 0.16; 'robust,': 0.16; 'wrote:': 0.18; 'library': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'marc': 0.31; 'open': 0.33; 'community': 0.33; 'fri,': 0.33; 'something': 0.35; 'received:google.com': 0.35; 'list': 0.37; 'stable': 0.38; 'pm,': 0.38; 'san': 0.39; 'mailing': 0.39; 'called': 0.40; "you'll": 0.62; 'here': 0.66; 'source?': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc :content-type; bh=+xLogj95+5UMYG5wB3oofK0Ez9gk8kbE/wUeRXQx1zY=; b=f4pxXMF61zn5d3AzPtM1jNWZ3oGz2vcU8B7701p7uHLKANfrz1jLlF8sKp7laiEtjh dedb2S4vlxFdKTMyqSbkBRcU3QNMLUoQrSSANv+IaTXPmydQjylWrNpAAkCW69E+znDy SkShQZnUq9qSHZYBWsXtUdZLudeDT/k/W6hPyjioHmNMlJobMea81dOAvWJT6HMwOFfi RO5Go2rqmUdQd1Cbjk9wN6PF9/mKSRXhsvs1aOvVFqjX5uSOFVuH/Q06y/TUGOsMS0TV DTVVdcRMRJD8yw+zwvtiTXZAittHTD3xseJH8k614/r1+R2dmdLXTygCQlmWdColv9Nq yLMg== X-Received: by 10.152.1.197 with SMTP id 5mr1725793lao.0.1389979623576; Fri, 17 Jan 2014 09:27:03 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <2a390ca5-baf3-4cbe-870f-7d6a6ab4b5a5@googlegroups.com> References: <2a390ca5-baf3-4cbe-870f-7d6a6ab4b5a5@googlegroups.com> From: Marc Aymerich Date: Fri, 17 Jan 2014 18:26:43 +0100 Subject: Re: Graph or Chart Software for Django Cc: "comp.lang.python" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389979626 news.xs4all.nl 2967 [2001:888:2000:d::a6]:54968 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64184 On Fri, Jan 17, 2014 at 6:18 PM, San D wrote: > What is the best Graph or Chart software used with Django (libraries & products), preferably open source? > > Need something stable and robust, and used by many developers, so active on community channels. what I use is a JS library called highcharts, the django-side are only views that dump some data in json format perhaps in django-users mailing list you'll be able to find better answers than here :) -- Marc