Re: Django chart using chart.js

2021-06-18 Thread Lalit Suthar
this has a good explanation https://www.youtube.com/watch?v=B4Vmm3yZPgc On Fri, 18 Jun 2021 at 19:57, Eugene TUYIZERE wrote: > > > On Thu, 17 Jun 2021 at 11:15, Eugene TUYIZERE > wrote: > >> Team, >> >> I have a table called Indicators. This includes indicator, target and >> progress. Both tar

Re: Django chart using chart.js

2021-06-18 Thread Eugene TUYIZERE
On Thu, 17 Jun 2021 at 11:15, Eugene TUYIZERE wrote: > Team, > > I have a table called Indicators. This includes indicator, target and > progress. Both target and progress are numbers. What I want is to display a > chart target and progress for every indicator. With the code below I only > get in

Fwd: Django chart using chart.js

2021-06-17 Thread Eugene TUYIZERE
please assist -- Forwarded message - From: Eugene TUYIZERE Date: Thu, 17 Jun 2021 at 11:15 Subject: Django chart using chart.js To: Team, I have a table called Indicators. This includes indicator, target and progress. Both target and progress are numbers. What I want is to

Django chart using chart.js

2021-06-17 Thread Eugene TUYIZERE
Team, I have a table called Indicators. This includes indicator, target and progress. Both target and progress are numbers. What I want is to display a chart target and progress for every indicator. With the code below I only get indicators I failed to display the bars (columns). Please assist [i