Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #3614056
Chart Creation Option if Data Consist Percentage
Closed

Comments

  • RAHUL SINGH started the conversation

    For one of our projects, we are evaluating your free plugin before making a purchase. After extensive research, it still produces incorrect results when creating a chart. We need to create over 100 simple column charts from various sources. In our dataset, one column contains years and the second column contains data in percentages. However, when attempting to create a chart, the wpdatatables plugin incorrectly populates the axis, showing years as the Y-axis and percentage data as the X-axis, which is incorrect. We have attempted to fix it, but without success. Please help, so we complete the purchase.

    Attached files:  Test.xlsx

  •  1,693
    Miloš replied


    Hello,

    We have a solution for this.

    The issue is, you have the percentage symbol in your source cells on the Excel.

    This can not be read as numeric Data in our Plugin, thus it renders it as a String Column.

    In Charts, you can not use a String Column for the series; it can only be taken as data labels on X axis.


    The solution is, to remove any symbols and just leave pure numeric data in the cells of your source Google Sheet,

    then you can make integer or Float Column from this in our connected Table.

     ( Just also double check if you have the same Number Format matched in the main plugin settings, and the decimal numbers)

    3329794335.png

    After this, just go in the Display settings of the column, and add any prefix or suffix symbol there.

    7104814461.png
    3473824743.png
    4603617641.png

    That was just a quick example for currency, but In your case, just remove the percentage signs from your souce cells in Excel, and insert them only as pure numbers.

    Then later just add the percentage sign as prefix/suffix in the Table column display settings.

    1744625663.png
    1312093052.png

    -

    Just a side note :  If you plan to have the percentage symbols show in the data values on the Chart :

    This can't be inherited from the table's prefix or suffix, so you will need to use wpDataCharts callbacks to display the percentage.

    Take a look at this page, where we explained how this can be added on a chart with two Y axes. The same logic applies to one axis.

    • Every chart exposes several options that customize its look and feel. Charts usually support custom options appropriate to that visualization. wpDataChart callbacks allow adding options that are available in Google Charts APIHighcharts API, and Chart.js API
    • All necessary resources are available in charts engines API (depends on which one you use). Every engine has a different approach to chart settings. In wpDataChart callbacks, you have to adopt those settings to the wpDataChart object (you can take a look at examples for each engine in our documentation, and also in the Support help center). A huge number of examples for any area of programming can be found on stackoverflow.com (typing your problem in google and at the end add "site: stackoverflow.com" and Google will search only that website). Also, a lot of examples of charts, chart settings, and customization can be found on jsffidle.net (typing in google for example "line chart highcharts jsffidle")
    • Please note that using hooks or wpDataTable and wpDataChart callbacks requires a certain level of programming skills and included support refers only to advice.


    Let me know if you have any questions.

    Thank you.


    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • RAHUL SINGH replied

    Thanks for your help. But how we show Y axis on right side, instead of left side?

  • RAHUL SINGH replied

    As per chart.js tutorial adding this code will solve the issue but it did not work with Wpdatatable plugin.

     options: {
      scales: {
        yAxes: [{position: 'right',
            ticks: {
    reverse: false


  •  1,693
    Miloš replied

    Hello,

    Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.

    -

    You are on the right path, a custom chart callback will be needed.


    Basically, is the default behavior of the charts engine.

    If you can't find the option you need in the Chart Wizard, then you would need a custom callback to change it.

    You can check our documentation about wpDataCharts callbacks

    There we have one custom example of a hook for each Chart Engine.

    Please also check out this YouTube Tutorial with an additional example how we can use a custom hook to assign two Y axes.


    • Every chart exposes several options that customize its look and feel. Charts usually support custom options appropriate to that visualization. wpDataChart callbacks allow adding options that are available in Google Charts APIHighcharts API, and Chart.js API
    • All necessary resources are available in charts engines API (depends on which one you use). Every engine has a different approach to chart settings. In wpDataChart callbacks, you have to adopt those settings to the wpDataChart object (you can take a look at examples for each engine in our documentation, and also in the Support help center). A huge number of examples for any area of programming can be found on stackoverflow.com (typing your problem in google and at the end add "site: stackoverflow.com" and Google will search only that website). Also, a lot of examples of charts, chart settings, and customization can be found on jsffidle.net (typing in google for example "line chart highcharts jsffidle")
    • Please note that using hooks or wpDataTable and wpDataChart callbacks requires a certain level of programming skills and included support refers only to advice.

    I hope that helps.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •   RAHUL SINGH replied privately
  •   Miloš replied privately