How to generate Graphs on Wix using Velo (Bar Charts, Line Charts, Pie Charts and More)

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 35

  • @liktak
    @liktak 2 года назад +4

    how to connect wix database to chart please sir

  • @shirab5413
    @shirab5413 Год назад +1

    Thanks for the tutorial, I think I can say for all of us that we need an explanation on how to get database data into the chart ASAP.
    Tried to figure it out myself but got lost in the .get API. would looooove a guide 🙏🏻

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  Год назад +2

      I will be making a video on this very soon!

    • @shirab5413
      @shirab5413 Год назад

      waiting for an update!@@MasteringProgrammingTapAway

    • @JAGresults
      @JAGresults 11 месяцев назад

      @@MasteringProgrammingTapAway That would be awesome, look forward to seeing it.

  • @siphox3222
    @siphox3222 2 года назад +3

    Hi, can you put the html code in description please

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  2 года назад +1

      RUclips does not allow me to put code in the description. I did however add a link to documentation please check it out.

  • @josephsgambelluri5427
    @josephsgambelluri5427 2 года назад +2

    Good stuff, but you added code to the top and wrapped it in HTML tags, I am thinking we need to do that too.

  • @TheNumberNews
    @TheNumberNews 11 месяцев назад

    Have you created video on connecting chart data with WIX CMS Database

  • @web3rekt
    @web3rekt 2 года назад +1

    Did anyone figure out how to pass the labels for the X-axis into the html call (e.g., the postMessage call)? I was able to get the code working except for that little details. Thanks.

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  2 года назад

      You can pass it just how you pass the other values, or maybe do it over two stages.
      I am currently on a holiday, once back I will try make a video about this.
      Thanks

    • @titimoon9537
      @titimoon9537 Год назад

      hi, did you manage to pass the value using postMessage?

  • @cerenceylan5544
    @cerenceylan5544 2 года назад

    İn mu screen i can see software mode but it has not dev mode . What can i do? Plase help

  • @mfy3763
    @mfy3763 2 года назад +2

    Hi, it was very nice of you showing this, but please can you make a walkthrough how to do it? I'm really a beginner of wix but I know the basics of programming and I really need the Chart.Js to work. I have tried multiple times but I can't get it to work on my own. I'm trying to find help on the internet but I don't get any answers. Can you pls help me?

    • @mfy3763
      @mfy3763 2 года назад

      I also need to send the data from a database in Wix

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  2 года назад

      Have you seen the documentation I included?

    • @mfy3763
      @mfy3763 2 года назад

      @@MasteringProgrammingTapAway Yes I have, and I have tried it like three times but it’s always something with the sending of data that I can’t get my head around. It would just be helpful if you pasted the code into some google docs and have it in the description.

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  2 года назад

      Ok I’ll make another video about it

    • @mfy3763
      @mfy3763 2 года назад

      @@MasteringProgrammingTapAway Oh, thank you so much.

  • @cerenceylan5544
    @cerenceylan5544 2 года назад

    hi, I have embedded the codes that you have embedded, but no graphics have been created in the system. Can you help me?

  • @titimoon9537
    @titimoon9537 Год назад

    saviour of the day! thanks a lot. but I can't load the data once onClick event happens, any suggestions on what to do?

  • @premkumar-tl8yh
    @premkumar-tl8yh 2 года назад +1

    Hi there, can you please tell me how can we create a graphs or chart based on the WIX database?

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  2 года назад

      Hi
      You need to query the database I did a video on this which you can view here:
      ruclips.net/video/0TMwnCe2qg8/видео.html
      After Quering the database you will be able to just pass the information like I showed you in this tutorial!
      Thanks

  • @fernandoturrent7984
    @fernandoturrent7984 2 года назад

    It seems you modified the code at the beginning and end (the HTML wrappers) so it doesn't work with the documentation provided

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  2 года назад

      I used the documentation as a guide but had to make some changes to suit my case. Try use both and it should work.

  • @knector
    @knector 2 года назад +2

    Do you need a premium wix site?

  • @liktak
    @liktak 2 года назад +1

    sir please connect to wix database collection

  • @ivankadagidze7074
    @ivankadagidze7074 Год назад

    Great video btw, but I have plunged into a deep depression trying to figure this out. I got the line chart but it is only one line and I need a line chart with 2 or more lines I have no idea how to do it. Every time I try and copy paste a code nothing happens (obv I am doing something wrong), I have no clue what to do next. I just don't understand why can't chartjs just have simply one page copy paste code for people who do not coding at all, what are config, setup, actions, why are there 3 codes instead of 1?! It is making me go insane lol.
    Do you have anything I can watch or read to add two lined graphs to wix?

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  Год назад

      Hey and sorry for the late reply.
      Can you email me on davidbolis@tapaway.com.au
      with more details?

  • @gerritcoetzee9075
    @gerritcoetzee9075 Год назад

    Nope, not easy. Don't follow you as a novice

  • @katiereinaker6355
    @katiereinaker6355 2 года назад

    I get the following error when I try to add the data via postmessage() "TypeError: $w(...).postMessage is not a function"