Author Topic: Easy Chart Builder: Missing grid  (Read 6045 times)

Chris

  • Guest
Easy Chart Builder: Missing grid
« on: March 28, 2011, 09:05:37 AM »
Hi,

the plugin works perfectly. But where is the grid? I checked this option, but no grid in the chart.

Regards,
Chris

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Chart Builder: Missing grid
« Reply #1 on: March 28, 2011, 06:17:20 PM »
Post the shortcode you are using and I'll see wha is going on

Chris

  • Guest
Re: Easy Chart Builder: Missing grid
« Reply #2 on: March 30, 2011, 07:48:38 AM »
[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"]

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Chart Builder: Missing grid
« Reply #3 on: April 08, 2011, 12:10:50 AM »
Ah... you need to specify  groupnames.  Just add groupnames="whatever" and it should work.

The chart looks nice.  I sm sorry to get the effect you wanted you had to enter a pile of commas.
« Last Edit: April 08, 2011, 12:27:29 AM by support »

Chris

  • Guest
Re: Easy Chart Builder: Missing grid
« Reply #4 on: April 12, 2011, 11:45:23 AM »
Now I added groupnames and it shows the right line. But where is the grid in the background. Do I have to define a specific colour in the settings?

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Chart Builder: Missing grid
« Reply #5 on: April 12, 2011, 11:59:19 PM »
 just add
Code: [Select]
grid="true"

Attached is the full shortcode:
Code: [Select]
[easychart type="line"  groupnames="whatever" 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" grid="true"]

Chris

  • Guest
Re: Easy Chart Builder: Missing grid
« Reply #6 on: April 19, 2011, 01:15:09 PM »
yeah, that was the hint…