Author Topic: Easy Chart Builder: Only one line in a chart without legend  (Read 5458 times)

Chris

  • Guest
Easy Chart Builder: Only one line in a chart without legend
« on: March 28, 2011, 09:09:20 AM »
Hi,

how can I display only one line in a chart?
I tried this with the tag group1values and different values, but there were displayed three lines (two with no values). Also I do not need the legend.

Regards,
Chris

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Chart Builder: Only one line in a chart without legend
« Reply #1 on: March 28, 2011, 06:16:12 PM »
Post the shortcode you are trying to get working and I'll tweak it for you

Chris

  • Guest
Re: Easy Chart Builder: Only one line in a chart without legend
« Reply #2 on: March 30, 2011, 07:48:05 AM »
Thanks.

[easychart type="line" valuenames=",,,,,2006,,,,,,,,,,,,,,,,,,,,,,,,,,,2007,,,,,,,,,,,,,,,,,,,,,,,,,,,2008,,,,,,,,,,,,,,,,,,,,,,,,,,,2009,,,,,,,,,,,,,,,,,,,,,,,,,,2010,,,,,,,,,,,,,,,,,,,,,,,,,,2011,,,,," group1values="1000,948,959,1012,969,1064,1124,1120,1141,1135,1059,1074,992,1025,994,975,1050,1155,1114,1134,1134,1169,1190,1224,1212,1259,1322,1367,1419,1501,1508,1542,1522,1501,1631,1788,2085,2089,2034,2058,2066,2022,2185,2123,1988,2178,2161,2136,2040,2756,2749,2601,2791,2801,2715,2646,2586,2505,2255,2163,2313,2614,2498,2363,2260,2518,2363,2427,2516,2436,2229,1655,1201,1776,1653,1471,1387,1970,1819,1665,1593,1355,1204,1299,1363,1688,1796,1755,1604,1665,1501,1369,1546,1599,1542,1588,1870,1965,1848,1740,1748,1605,1665,1564,1493,1462,1504,1375,1381,1360,1235,1345,1543,1426,1517,1518,1563,1472,1450,1437,1918,2516,3114,2696,3003,3441,3048,2766,3005,3277,2713" minaxis="800"]

Chris

  • Guest
Re: Easy Chart Builder: Only one line in a chart without legend
« Reply #3 on: April 12, 2011, 11:23:21 AM »
Hi support,

maybe you have some time to answer.
Thanks a lot.

Regards,
CK

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Chart Builder: Only one line in a chart without legend
« Reply #4 on: April 13, 2011, 12:14:08 AM »
Sorry I answered this in the other thread and forgot to bring closure in this one:

The shortcode was missing the groupnames keyword:
Code: [Select]
groupnames="whatever"

After that the chart showed up fine.  Is that what you are asking?

Chris

  • Guest
Re: Easy Chart Builder: Only one line in a chart without legend
« Reply #5 on: April 19, 2011, 01:11:58 PM »
Works perfectly.
Thanks a lot.