• Resolved levelupsa

    (@levelupsa)


    Hi, we are having real trouble creating meaningful char for column of yes/no data, or 1/0, either way we were’t able to create one. How to chart from that kind of data(we are looking for simple count of yes/no column or pie chart)?

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi there

    Pie charts can only use two columns, so to create a YES/NO chart you would need to have one integer column with a default value set to “1” and one column where you will include “Yes” or “No”.

    Like:

    Value | Int
    YES | 1
    NO | 1
    NO | 1
    NO | 1
    YES | 1

    Then, when you’re creating the chart, you can include these two columns, and use grouping to see how many Yes’s and No’s are in the chart.

    Kind regards

    Thread Starter levelupsa

    (@levelupsa)

    It worked.

    Thank you very much.

    Plugin Author wpDataTables

    (@wpdatatables)

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Chart creation’ is closed to new replies.