Creating Dynamic Charts with Crocoblock JetEngine | Elementor Wordpress

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

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

  • @martinslinhos
    @martinslinhos 2 месяца назад +1

    How i Can use Dynamic Charts witch Jetsmartfilters?

  • @jonajohnston3174
    @jonajohnston3174 8 месяцев назад

    Hi! I am having issues applying the Dynamic Charts with the Support Ticketing System. Not sure if I am missing a step or something

  • @sergiogz47
    @sergiogz47 5 месяцев назад

    Ola Moxet eu criei no forms do jenengine uma calculadora de preços com campos inseridos pelo usuário que são somados e gera um total. Como faço para gerar um grafico dos totais inseridos através do jetengine forms? Não estou encontrando os campos que criei ?? no seu exemplo deve ser usado do no query type o SQL query, porém mesmo usando esse dado não encontro os campos criados ??? Não estou usando CCT. Obrigado!!

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

    Very Informative vid. 🙌
    Sir, having some doubts about Profile Builder. I request, please make a video on this with different roles.

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

      Thank you, will surely cover it.

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

    Great video. I'd like to see how we can take it further with making selections on the front end to generate a dynamic table, that then also generates charts of what's in the table

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

      The query we made in the visual editor should grab dynamic fields from URL or POST request. Not yet tried i hope it is feasible.

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

      @@MoxetKhanPK if you could try and do a demo, that would be amazing. I'm thinking of implementing this on a CCT for large datasets

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

    Love the tutorial. How about using geolocation chart? Looking forward on that video. Thanks

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

      Yes offcourse, we need to provide 2-3 values from our database as mentioned here
      developers.google.com/chart/interactive/docs/gallery/geochart

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

    Hi thank you for the video, def. a thumbs up!
    can i use the advanced options to color bars according to their value? For example every bar below x = red, every bar above x=green? any idea?

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

      They have options with JSON format which might help, i didnt tried it before but feasable.

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

    It would be possible to make a chart with the posts count you have made in other video?

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

      Yes why not, the counter is saved as meta field in the table which can be grabbed via query builder and then further move to chart.

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

      @@MoxetKhanPK Due to it's a meta field from a CPT. In Query Builder instead of SQL type should I pick Posts Type? Thank you

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

      @@sergixelmusic6748 yes go with CPT not SQL, make sure to have count and group function

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

    can we get data directly using and API without CCT? I presume if I have 10 endpoint I'll to make 10 new CCT's, right?

  • @BagusPutraMahendra
    @BagusPutraMahendra 9 месяцев назад

    what if i need to display the data from related cct ?
    i have CPT and CCT, parent is CPT, child is CCT.
    when i make a single page template for CPT, displaying meta data that related from CCT as a chart

    • @MoxetKhanPK
      @MoxetKhanPK  9 месяцев назад

      All you need is a query which fetch related data.

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

    Can we also style the charts so that it looks cool ?... The default chart style looks too old.

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

      Yes! It is mentioned in the allowed option textarea, you can change the styling.

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

    Hello, I'm creating a line chart but with an unusual problem. The X axis is inverted, the newest date appears on the left and the oldest on the right.
    Could you tell me how to reverse the order of the X-axis?

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

      Hello, the simplest solution is to sort your records by date DESC, it will show oldest date in the start.

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

      @@MoxetKhanPK I did just that. But on the line chart the dates are reversed on the X axis.
      Do you know any commands to reverse?

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

      @@eziquielmenta564 It need to be checked, somehow. Not sure what is the situation over there.

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

      @@MoxetKhanPK I belive when I imported the data (from csv file) the date format can to have one problem

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

      @@eziquielmenta564 yes might be, because sorting can solve the issue

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

    Hey nice video, can you share how to make a smooth curve line/area chart? Ive added below code but doesnt work :(
    {
    "chart": {
    "type": "LineChart",
    "options": {
    "curveType": "function"
    }
    }
    }

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

    can I make charts with tables query as shown in your another video?

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

      Yes you can

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

      I tried, and it's working, seems it always needs two values to show data. I don't know why, but my charts are showing a lot of data as “other” however I do not have data as such. @@MoxetKhanPK

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

    Hello budy, how are you ? I just subscribed to your channel. I have a doubt.. see if you can help me. I have two post types, a cpt called "SALESMAN", and another cpt called "CUSTOMERS".. I already made the relationship in "relations", I did it like this: "1 SALESMAN has many CUSTOMERS", (ONE TO MANY). How can I do with the dynamic table of the jet engine, only the seller's customers appear in the table (A).. on the vendor panel (A). and in the SALESMAN panel (B), I want to show in the table, only the SALESMAN customers (B)?
    And >>> But, in the CPT (custom post type) of Customers, I better create several fields, Example:
    Customer's name, email, phone, or, do I create a Repeater, with these same fields, to add to the Customer's CPT related to the parent who is the Seller?

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

      Hello, you have to use query builder for that in order to construct a query which grab customer of X salesmen. It can be done with dynamic tags of elementor as well but a bit tricky.

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

    How to display the number of visitors?

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

      Number of visitor for?
      Explain in details.

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

      @@MoxetKhanPK I have created a custom post type, then I want to display the number of counter views/visitors for each post I made on that post page how to do it thanks

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

      @@ramdaniamarulloh6505 as of now its not possible with crocoblock, you have to use 3rd party plugin.

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

      @@MoxetKhanPK Wow, thanks a lot for the information

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

      @@ramdaniamarulloh6505 Its here ruclips.net/video/5ZphSCLssao/видео.html

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

    Tutorial premiere league table please 😊

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

    wow

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

    🍀 Promo'SM!!