Author Topic: Easy Chart Builder-Gantt Like Charts? is it possible?  (Read 3871 times)

bmerritt

  • Tadpole
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Easy Chart Builder-Gantt Like Charts? is it possible?
« on: June 14, 2012, 06:13:14 PM »
Hello,
I have been having zero lick in attempting to implement this. Even the sample code given in the tutorials for normal horizontal bar is just giving me errors. I am attempting to create a stacked bar chart where the Values on the Y axis represent the names ofa product we make and the value ranges on the X axis represent a range of numbers (in microns) for which that product will work with.
Some of the values will overlaop, i.e. Product A will have a value of .05-1.25 and the bar above that for product B would have a range of 1-1.75. IS there a way to do this?? Every time I try to add more than 2 groups it will not display them. Am I missing something or is this possble?
Thanks in advance

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Chart Builder-Gantt Like Charts? is it possible?
« Reply #1 on: June 17, 2012, 10:31:13 AM »
Well let's start with the sample chart.  Can you post here the shortcode you are using?  Or us the sample unmodified?

bmerritt

  • Tadpole
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Easy Chart Builder-Gantt Like Charts? is it possible?
« Reply #2 on: June 18, 2012, 03:22:23 PM »
Sure, the first sample chart in the tutorial loads with an error
[easychart
type="horizbar" height="100" title="SYSMark 2007: AMD v.s. Intel" groupnames="AMD Phenom X4 9950, Intel Core i7 940" groupcolors="005599,229944" valuenames="Overall,E-Learning,Video Creation,Productivity,3D" group1values="157,132,208,150,148" group2values="229,202,259,226,232" ]
This one load exactly as show: [easychart type="horizbarstack" height="50" width="200" title="horizbarstack" groupnames="Group 1, Group 2" valuenames="B, A" group1values="11,23" group2values="15,30"]

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Chart Builder-Gantt Like Charts? is it possible?
« Reply #3 on: June 23, 2012, 09:14:32 PM »
well I see the problem with the one that reports the error.  You cannot have newlines anywhere in a shortcode (not my rules, sorry.  I would change that if I could)

Here it is flattened
[easychart type="horizbar" height="100" title="SYSMark 2007: AMD v.s. Intel" groupnames="AMD Phenom X4 9950, Intel Core i7 940" groupcolors="005599,229944" valuenames="Overall,E-Learning,Video Creation,Productivity,3D" group1values="157,132,208,150,148" group2values="229,202,259,226,232"]