Author Topic: Value iss  (Read 7747 times)

Clintwood East

  • Tadpole
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Value iss
« on: March 02, 2011, 05:57:14 PM »
I'm new to this so it's probably just something simple I'm overlooking.

I've put a simple bar chart on my blog. Code:

[easychart type="horizbarstack" height="30" width="80" title="Chart" groupnames="State, Combination, Society" valuenames="Assessment and Coordination, In Patient and Out Patient Care, Social Care, Community Care, Respite Care, Rehabilitation, Complementary Therapies, Psychological and Psychiatric Care, Spiritual Support, Education and Training" group1values="20,20,20" group2values="20,20,20" group3values="20,20,20" group4values="20,20,20" group5values="17,23,20" group6values="20,20,20" group7values="20,20,20" group8values="20,20,20" group9values="30,20,50" group10values="20,20,20"]

I'm only getting three values on my page -  Psychological and Psychiatric Care, Spiritual Support, Education and Training - ie the last three.
 
When I reveal table data it shows numbers for the first three values - Assessment and Coordination, In Patient and Out Patient Care, Social Care - the others are listed but the figures marked as "undefined"

Am still using Wordpress 3.0.1

Thanks in advance!

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Value iss
« Reply #1 on: March 02, 2011, 06:05:46 PM »
Ok thanks will look at it

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Value iss
« Reply #2 on: March 03, 2011, 01:21:36 AM »
I believe you have groupnames and valuenames reversed by accident.  Try this and see if it is correct:

[easychart type="horizbarstack" height="30" width="80" title="Chart" valuenames="State, Combination, Society" groupnames="Assessment and Coordination, In Patient and Out Patient Care, Social Care, Community Care, Respite Care, Rehabilitation, Complementary Therapies, Psychological and Psychiatric Care, Spiritual Support, Education and Training" group1values="20,20,20" group2values="20,20,20" group3values="20,20,20" group4values="20,20,20" group5values="17,23,20" group6values="20,20,20" group7values="20,20,20" group8values="20,20,20" group9values="30,20,50" group10values="20,20,20"]

Here, you are comparing three values across 10 groups.

-d

Clintwood East

  • Tadpole
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Value iss
« Reply #3 on: March 03, 2011, 12:00:14 PM »
Thanks for looking - I tried that too, but it just swaps the info around.

I need ten bars going across, each split into three, but my blog doesn't want to do it. Is it something in the CSS? 

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Value iss
« Reply #4 on: March 03, 2011, 05:39:28 PM »
No not CSS

Let me rearrange your data.  You want 10 stacked bars of three values?


Clintwood East

  • Tadpole
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Value iss
« Reply #5 on: March 03, 2011, 05:42:40 PM »
yes please  :)

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Value iss
« Reply #6 on: March 05, 2011, 01:15:07 AM »
how is this?

[easychart type="horizbarstack" height="30" width="80" title="Chart" groupnames="State, Combination, Society" valuenames="Assessment and Coordination, In Patient and Out Patient Care, Social Care, Community Care, Respite Care, Rehabilitation, Complementary Therapies, Psychological and Psychiatric Care, Spiritual Support, Education and Training" group1values="20,20,20,20,20,20,20,20,20,20" group2values="20,20,20,20,20,20,20,20,20,20" group3values="20,20,20,20,20,20,20,20,20,20"]