Create Charts in Django App - Apexcharts JS

Create Charts in Django App - Apexcharts JS

Skolo Online

2 года назад

4,979 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@youbg9378
@youbg9378 - 24.08.2023 17:04

<3

Ответить
@youbg9378
@youbg9378 - 24.08.2023 17:04

thank you sooo much

Ответить
@user-ed6fj5qw5w
@user-ed6fj5qw5w - 03.08.2023 11:42

Thank you very much .that help we a lot to completed my project

Ответить
@vincentfernando10
@vincentfernando10 - 13.03.2023 23:09

Thanks a lot my South African sister. I was using the cdn but this works perfect for me

Ответить
@tonymudau3005
@tonymudau3005 - 21.07.2022 07:54

Thanks a million!!

Ответить
@TSAMikeyo89
@TSAMikeyo89 - 13.01.2022 06:43

that looks very good! i can’t wait to implement this in the future!

Ответить
@juanespinosareinoso7094
@juanespinosareinoso7094 - 08.01.2022 17:24

Hello, this video is amazing, kudos. I am having an issue when creating the script for the chart. It appears the way of filling the data {{datalist|safe}} is not properly read and the following errors appears:

properly assigned expected, and finally Declaration or statement expected. I do not know how to solve since it is the normal way of calling the variables coming from the view function. Do you have any suggestion? thank you in advance

Ответить
@maktubie1765
@maktubie1765 - 13.12.2021 15:40

Hello! Great video!
im just having problems with the {{ data|safe }}. it appears an error : Declaration or statement is expected

Ответить
@DenisTabac
@DenisTabac - 17.11.2021 12:03

Hi!
Thank you very much for this useful tutorial!

a little suggestion for refactoring:
base_filter1 = Invoice.objects.filter(profile=profile, date_created__range=(history3, today))
invoices1 = base_filter1.count()
overdue1 = base_filter1.filter(status='OVERDUE').count()
paid1 = base_filter1.filter(status='PAID').count()

🙌

Ответить
@authenticallyyoucoaching7058
@authenticallyyoucoaching7058 - 10.10.2021 08:53

What you do is invaluable

Ответить
@QMpumelelo
@QMpumelelo - 09.10.2021 14:57

First one to check in here. Looking forward to the lesson 🙌

Ответить