Re: [web2py] Generating graph with chartjs

2019-06-17 Thread Christian Varas
Sorry the delay, the second chart is a radar chart

Cheers.
Chris.

El mar., 11 de jun. de 2019 18:25, Dave S  escribió:

>
>
> On Sunday, June 9, 2019 at 3:06:01 PM UTC-7, Christian Varas wrote:
>>
>> II have this site www.climbersoul.cl using AdminLTE, and I with graphics
>> too.
>> https://imgur.com/HQTI1u7
>> [image: image.png]
>>
>>
>> you need to include the libraries first:
>>
>> https://www.chartjs.org/samples/latest/utils.js";>
>> https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js
>> ">
>>
>> This is the code for the bar chart, for other chart is similar, you just
>> need to set the values in the array (are marked)
>>
>>>
>>>
> Nice!   What type of chart is the 2nd one, some sort of polar display?
>
> /dps
>
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/1b1bc784-149a-4886-9bc2-e4182ca58d8e%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJurhgUz3TNrTDGHHwASkJox4fPpN%2BqJbG9sEGSqeej3RA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Generating graph with chartjs

2019-06-17 Thread António Ramos
I guess that having vue as a default frontend we shoud try to use vue
charts

Em sáb, 15 de jun de 2019 às 18:53, Massimo Di Pierro <
massimo.dipie...@gmail.com> escreveu:

> mind highcharts is not free
>
> On Tuesday, 11 June 2019 09:33:37 UTC-7, Lovedie JC wrote:
>>
>> I'm following this discussion. Does the chart have a print to image(jpg,
>> png, svg) or pdf?
>> Hicharts does a nice job.
>> Regards
>>
>> On Tue, 11 Jun 2019, 19:25 Dave S  wrote:
>>
>>>
>>>
>>> On Sunday, June 9, 2019 at 3:06:01 PM UTC-7, Christian Varas wrote:

 II have this site www.climbersoul.cl using AdminLTE, and I with
 graphics too.
 https://imgur.com/HQTI1u7
 [image: image.png]


 you need to include the libraries first:

 https://www.chartjs.org/samples/latest/utils.js";>
 https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js
 ">

 This is the code for the bar chart, for other chart is similar, you
 just need to set the values in the array (are marked)

>
>
>>> Nice!   What type of chart is the 2nd one, some sort of polar display?
>>>
>>> /dps
>>>
>>>
>>> --
>>> Resources:
>>> - http://web2py.com
>>> - http://web2py.com/book (Documentation)
>>> - http://github.com/web2py/web2py (Source code)
>>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "web2py-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to web2py+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/1b1bc784-149a-4886-9bc2-e4182ca58d8e%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/92223ec4-fd55-4e7a-a244-e4580df84d91%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxP8prhW48sDrU-Ak2%2BO2QiVz4F7KRTV3gcPmKjR_BnB0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Generating graph with chartjs

2019-06-15 Thread Massimo Di Pierro
mind highcharts is not free

On Tuesday, 11 June 2019 09:33:37 UTC-7, Lovedie JC wrote:
>
> I'm following this discussion. Does the chart have a print to image(jpg, 
> png, svg) or pdf?
> Hicharts does a nice job. 
> Regards 
>
> On Tue, 11 Jun 2019, 19:25 Dave S  wrote:
>
>>
>>
>> On Sunday, June 9, 2019 at 3:06:01 PM UTC-7, Christian Varas wrote:
>>>
>>> II have this site www.climbersoul.cl using AdminLTE, and I with 
>>> graphics too.
>>> https://imgur.com/HQTI1u7
>>> [image: image.png]
>>>
>>>
>>> you need to include the libraries first:
>>>
>>> https://www.chartjs.org/samples/latest/utils.js";>
>>> https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js
>>> ">
>>>
>>> This is the code for the bar chart, for other chart is similar, you just 
>>> need to set the values in the array (are marked)
>>>


>> Nice!   What type of chart is the 2nd one, some sort of polar display?
>>
>> /dps
>>  
>>
>> -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/1b1bc784-149a-4886-9bc2-e4182ca58d8e%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/92223ec4-fd55-4e7a-a244-e4580df84d91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Generating graph with chartjs

2019-06-11 Thread Lovedie JC
I'm following this discussion. Does the chart have a print to image(jpg,
png, svg) or pdf?
Hicharts does a nice job.
Regards

On Tue, 11 Jun 2019, 19:25 Dave S  wrote:

>
>
> On Sunday, June 9, 2019 at 3:06:01 PM UTC-7, Christian Varas wrote:
>>
>> II have this site www.climbersoul.cl using AdminLTE, and I with graphics
>> too.
>> https://imgur.com/HQTI1u7
>> [image: image.png]
>>
>>
>> you need to include the libraries first:
>>
>> https://www.chartjs.org/samples/latest/utils.js";>
>> https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js
>> ">
>>
>> This is the code for the bar chart, for other chart is similar, you just
>> need to set the values in the array (are marked)
>>
>>>
>>>
> Nice!   What type of chart is the 2nd one, some sort of polar display?
>
> /dps
>
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/1b1bc784-149a-4886-9bc2-e4182ca58d8e%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAAcHJF8cF2TR0Lb%2BByR%3Dn0prFY72KLvofx1OBEDbFSstyZLSpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Generating graph with chartjs

2019-06-11 Thread Dave S


On Sunday, June 9, 2019 at 3:06:01 PM UTC-7, Christian Varas wrote:
>
> II have this site www.climbersoul.cl using AdminLTE, and I with graphics 
> too.
> https://imgur.com/HQTI1u7
> [image: image.png]
>
>
> you need to include the libraries first:
>
> https://www.chartjs.org/samples/latest/utils.js";>
> https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js
> ">
>
> This is the code for the bar chart, for other chart is similar, you just 
> need to set the values in the array (are marked)
>
>>
>>
Nice!   What type of chart is the 2nd one, some sort of polar display?

/dps
 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/1b1bc784-149a-4886-9bc2-e4182ca58d8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Generating graph with chartjs

2019-06-08 Thread Paul Arsenio Blanco Reyes
Recently I found the theme "AdminLTE" 
(https://adminlte.io/themes/AdminLTE/index.html)
I have already implemented it in my application. I would like to generate some 
graphics like those that appear in the preview but I don't know how yo do it. 
Would any of you can help me with any example to understand how I can generate 
them. I will thank you infinitely.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/213e07a1-8992-4d07-b536-0f75c69982c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.