Holiday Notice – Support Unavailable on April 18 and April 21

We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!

In the meantime, if you need any help, feel free to:

Amelia YouTube Channel

wpDataTables YouTube Channel

Thank you for your understanding, and we wish you a wonderful holiday weekend!

Okay
  Public Ticket #1107738
Need to understand the chart better
Closed

Comments

  •  2
    homemadebyx started the conversation

    I have a column of years, i.e. 2010, 2012, 2014, etc...

    I want a pie chart that shows me the percentage of rows with each year.

    i.e.   20% = 2010, 30% = 2012, 50% = 2014.

    Here's where i'm confused,

    When i go through the chart creation wizard, the pie chart requires two columns of data, but i just need a chart based on the years within one column.


    Thanks for any assistance

  • [deleted] replied

    Hi homemadebyx,
    Thank you for the purchase.

    When you are creating Pie charts First Column that you are adding should be String column type and it will be used for pie slices names. Second column should be Integer or Float column type and it will be used for pie slices values.

    There is some issue in Google Charts when you are using just numbers in the String (first) column. So the values should be something like in Selection_002.png image from the attachment. If you are using Highcharts or Chart.js you could just put numbers (In your case years) in the first column like in the Selection_003.png image from the attachment.

    So from these pictures Year column will be used for slices names and Value column will be used for slices values.

    Hope this helps!