Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DrDave

Pages: [1]
1
Wordpress Plugins / Re: Easy Chart - question about line graphs
« on: January 28, 2012, 11:18:11 PM »
I had thought of doing that as an option, but it doesn't look right with the drop to 0 after the last valid data point.  My preference would be to have the line stop after the last point if it were at all possible.

2
Wordpress Plugins / Re: Easy Chart - question about line graphs
« on: January 28, 2012, 04:43:59 PM »
Sure, this is what I have for a shortcode:

Code: [Select]
[easychart type="line" height="300" width="350" title="Chart Title" minaxis="180" groupnames="Goal, Progress" valuenames="Jan 1, Feb 1, Mar 1, Apr 1, May 1, Jun 1, Jul 1, Aug 1, Sep 1, Oct 1, Nov 1, Dec 1, Jan 1" group1values="250, 246.5, 242.5, 238, 233.9, 229.4, 225, 220.7, 216.2, 211.9, 207.6, 203.4, 200" group2values="250, 246"]

3
Wordpress Plugins / Easy Chart - question about line graphs
« on: January 28, 2012, 01:49:29 AM »
I have a line graph with 12 months of data and 2 lines.  One of the lines has all 12 data points, and the other one I wanted to add a new point each month.

I'll try to explain with an example. One line starts at 250 in January and goes down in equal increments each month until it reaches 200 in December.  The second line starts at 250, and has no data as of yet for the other months. When I tried to add a test number for February (say 246), instead of this line going down to 246 in February, it just creates one long line from 250 in January to 246 in December.

When looking at the table of data, this line has 250 in January, 246 in February, and the rest of the months say "undefined".

Is there any way to get it to show the correct line going from 250 in January to 246 in February and stopping there, while still showing the first line with all 12 months?

I hope what I'm asking is clear.  Thanks in advance for any help!

Pages: [1]
anything