Js chart using php and mysql extremely easy example.

Sdílet
Vložit
  • čas přidán 12. 09. 2024

Komentáře • 64

  • @mortalanzang7567
    @mortalanzang7567 Před 18 dny +1

    Very interesting! Good job

  • @omarykijogoo9216
    @omarykijogoo9216 Před 3 lety +1

    Thanks sr. i'was waiting for long time.

  • @emreyavuz4872
    @emreyavuz4872 Před rokem

    thank you dude i have been trying to solve this problem for 2 weeks

  • @stephenkennedy3716
    @stephenkennedy3716 Před rokem +1

    Excellent tutorial

  • @pejmanazagh5823
    @pejmanazagh5823 Před 2 lety +1

    Thankkkkkkkkk youuuuuuuuuuuuu
    Very good is working
    Simple and powerful
    🥳🥳❤️❤️❤️❤️❤️❤️❤️❤️

  • @marcos.6548
    @marcos.6548 Před rokem

    Made my day...ty.

  • @fadzilahnoor-u4i
    @fadzilahnoor-u4i Před 10 měsíci

    Thanks. Btw, any tutorial for group bar chart?

  • @madison_master
    @madison_master Před 2 lety +1

    Thank you very much, You helped me more than a lot

    • @pitocms
      @pitocms  Před 2 lety

      You are most welcome.

  • @leandrofbelem
    @leandrofbelem Před 7 měsíci

    Thank you so much.

  • @user-hw1wk4ge3t
    @user-hw1wk4ge3t Před 8 měsíci

    I love your video, you helped me, Graciass

  • @bdlover019
    @bdlover019 Před 3 lety +1

    Nice Tutorial

  • @pragnyaambekar7503
    @pragnyaambekar7503 Před rokem

    Helped me a lot. Thanks

  • @ellyebbyeni4419
    @ellyebbyeni4419 Před rokem

    Thank you so much, it works for me

  • @bonguthandokhumalo7552

    Really helped me, thank you.

  • @yogibrata3171
    @yogibrata3171 Před rokem

    Thank you so much sir, helped me a lot :)

  • @SudoKiss
    @SudoKiss Před 2 lety

    Thank you very much sir , you saved me

  • @CSIRkgs
    @CSIRkgs Před rokem

    You really help me...thanks

  • @kayo7411
    @kayo7411 Před 7 měsíci

    chart.js:19 Uncaught TypeError: n.slice is not a function
    I'm getting these errors. I just copied your code from GitHub and changed column names to mine

  • @caawiyesolutions6410
    @caawiyesolutions6410 Před 2 lety

    mahadsanid engr

  • @malkimts2651
    @malkimts2651 Před 2 lety

    Thank u thank u sooooo much its now worked.💐💐

  • @anakarenpapalotzizempoalte1700

    Gracias por crear este video, me salvaste :)

  • @restuwiliantopratama5340

    thank you so much sir..

  • @BROLYMIL
    @BROLYMIL Před 2 lety

    🙏 you saved me

  • @huynhngoctai2022
    @huynhngoctai2022 Před rokem

    very good

  • @SerdaduCoding
    @SerdaduCoding Před 2 lety

    thanks man

  • @joshuaaficial9392
    @joshuaaficial9392 Před 2 lety +1

    Sir, I am getting an error: "Warning: Invalid argument supplied for foreach() " What can I do about it

    • @monirhq
      @monirhq Před 2 lety

      $query = "SELECT
      department as department,
      COUNT(ID) as total
      FROM students
      GROUP BY department";
      $result = $connect->query($query);
      if($result->num_rows > 0) {
      foreach($result as $data) {
      $department[] = $data['department'];
      $total[] = $data['total'];
      }
      }

  • @priyankaadikane1463
    @priyankaadikane1463 Před 2 lety

    How to update data in donut 🍩 chart via ajax call ? Basically I have date sorter on which I need to reflect data in chart,I am using ajax call but not get it how to show /update data in donut chart via ajax response

  • @planmcru5048
    @planmcru5048 Před rokem

    thank a lot

  • @deeptidubey8725
    @deeptidubey8725 Před rokem

    Can i use postgresql becoz i dont have sql installed??? please reply

    • @pitocms
      @pitocms  Před rokem

      Yes you can use postgresql almost same.

  • @khizarmughaltc3536
    @khizarmughaltc3536 Před rokem

    column names of database?

  • @PakTwinsReact
    @PakTwinsReact Před 2 lety

    SQL query not working for me :( , #1054 - Unknown column 'Created' in 'field list'

    • @pitocms
      @pitocms  Před 2 lety

      Do you have created filed in your database table ?

  • @rohmacarim4511
    @rohmacarim4511 Před 2 lety

    Thank you sir, is it possible for multiple chart?

    • @pitocms
      @pitocms  Před 2 lety +1

      Yes, possible.

    • @wings31
      @wings31 Před 2 lety

      @@pitocms Im also curious of how to do multiple charts. I basically just added another PHP section calling to different stats and then put the same script section below but it only draws 1 table. How can i do multiple charts on one html page? Thank you in advance! Your way by far was the easiest I found online!

  • @ayaelfaouti6777
    @ayaelfaouti6777 Před 2 lety

    Please I help, SELECT... query is not working for me,when I execute it monthnames become null

    • @pitocms
      @pitocms  Před 2 lety

      Without see your query and database table not able to give you solution.

    • @ayaelfaouti6777
      @ayaelfaouti6777 Před 2 lety

      Do you have any thing so I can contact you ?email or facebook

    • @pippin95310
      @pippin95310 Před 2 lety

      I'm having the same problem. Did you find a solution?

    • @ayaelfaouti6777
      @ayaelfaouti6777 Před 2 lety +1

      @@pippin95310 no sorry

  • @JuanPabloThenKingsley
    @JuanPabloThenKingsley Před 4 měsíci

    nitido

  • @muhammadhasif9774
    @muhammadhasif9774 Před 2 lety

    how to get real time data?

    • @pitocms
      @pitocms  Před 2 lety

      You have to use socket io.

  • @clintlucas5819
    @clintlucas5819 Před rokem

    do it with mvc

  • @sidof8065
    @sidof8065 Před 2 lety

    please cant you do the same with java

    • @pitocms
      @pitocms  Před 2 lety

      I lake of knowledge about Java. Sorry I will not.

    • @sidof8065
      @sidof8065 Před 2 lety

      @@pitocms ok sir

  • @michaelnyahende8474
    @michaelnyahende8474 Před 2 lety

    Do it with laravel 8 please.

  • @sabitarturk8720
    @sabitarturk8720 Před rokem

    sir sql code is not coming out for me

    • @pitocms
      @pitocms  Před rokem

      Without check what you did difficult to say what is the wrong 😕🤔

  • @theonewhowas7709
    @theonewhowas7709 Před rokem

    so many standards broken it ain even funny