On 5/5/11 9:28 AM, Nge wrote:
Hi,
> I want to know. How can I create line charts in Django?
> Then I have to take data from postgresql for x-axis and y-axis.
Have a look at codespeed [0]. That's behind http://speed.pypy.org/ and
http://speed.twistedmatrix.com/. It's using one o
On 5/5/11 6:22 PM, Xavier Ordoquy wrote:
>
> Le 5 mai 2011 à 16:06, william ratcliff a écrit :
Hi,
>> One other approach is that you can send the data to matplotlib (which is
>> python) and use that to create a .png which you then serve--it depends on
>> what your needs are.
[...]
> matplotl
Le 5 mai 2011 à 16:06, william ratcliff a écrit :
> One other approach is that you can send the data to matplotlib (which is
> python) and use that to create a .png which you then serve--it depends on
> what your needs are.
>
> William
Hi,
matplotlib is incredibly hard to understand and doe
One other approach is that you can send the data to matplotlib (which is
python) and use that to create a .png which you then serve--it depends on
what your needs are.
William
On Thu, May 5, 2011 at 6:40 AM, Kenneth Gonsalves wrote:
> On Thu, 2011-05-05 at 03:05 -0700, Nge wrote:
> > I already c
On Thu, May 5, 2011 at 5:05 AM, Nge wrote:
> I already created a view and can extract data from database.But I have
> a problem. I don't know how to send to template and how to create js/
> ajax. Can you share me sample?
I've recently done a project that uses Ajax, jQuery, and Flot to do
some cha
On Thu, 2011-05-05 at 03:05 -0700, Nge wrote:
> I already created a view and can extract data from database.But I have
> a problem. I don't know how to send to template and how to create js/
> ajax. Can you share me sample?
how to use js does not come in the purview of this list - you just need
t
Le 5 mai 2011 à 12:05, Nge a écrit :
> Hi KG!
>
> I already created a view and can extract data from database.But I have
> a problem. I don't know how to send to template and how to create js/
> ajax. Can you share me sample?
>
> Thanks
> Nge
There are tons of javascript application that can d
t; > I want to know. How can I create line charts in Django?
> > Then I have to take data from postgresql for x-axis and y-axis.
> > So how should I do? How can apply django, postgres, graph and ajax?
>
> create a view - extract the data you want and send it to the template
> w
On Thu, 05 May 2011 13:14:57 +0530, Kenneth Gonsalves wrote:
On Thu, 2011-05-05 at 00:28 -0700, Nge wrote:
I want to know. How can I create line charts in Django?
Then I have to take data from postgresql for x-axis and y-axis.
So how should I do? How can apply django, postgres, graph and ajax
On Thu, 2011-05-05 at 00:28 -0700, Nge wrote:
> I want to know. How can I create line charts in Django?
> Then I have to take data from postgresql for x-axis and y-axis.
> So how should I do? How can apply django, postgres, graph and ajax?
create a view - extract the data you want and s
Hi everyone !
I want to know. How can I create line charts in Django?
Then I have to take data from postgresql for x-axis and y-axis.
So how should I do? How can apply django, postgres, graph and ajax?
Pls share your knowledge.
Thanks
Nge
--
You received this message because you are subscribed
I've employed flot (http://code.google.com/p/flot/) with some success. It's
pure javascript and requires jquery.
On Thu, Jan 29, 2009 at 7:39 PM, Nick Lo wrote:
>
> > I need to generate some line charts and bar graphs from django. I
> > recall seeing a very promissing package a couple months ago
> I need to generate some line charts and bar graphs from django. I
> recall seeing a very promissing package a couple months ago and can't
> find it now.
>
> There's pychart, but it hasn't been maintained for a couple years and
> I question its staying power, and it just generates images. open-
Chris Haynes wrote:
> I need to generate some line charts and bar graphs from django. I
> recall seeing a very promissing package a couple months ago and can't
> find it now.
[snip]
> Any other ideas or comments on the above?
Linux Journal's most recent print-edition had a good article
introduci
Pygooglechart is a good interface to the Google charting API:
http://pygooglechart.slowchop.com/
--Ned.
http://nedbatchelder.com
Chris Haynes wrote:
> I need to generate some line charts and bar graphs from django. I
> recall seeing a very promissing package a couple months ago and can't
> find
I need to generate some line charts and bar graphs from django. I
recall seeing a very promissing package a couple months ago and can't
find it now.
There's pychart, but it hasn't been maintained for a couple years and
I question its staying power, and it just generates images. open-flash-
chart
16 matches
Mail list logo