PDA

View Full Version : chart worked in DynamicFlashCharts


Darren
02-28-2010, 01:51 PM
had a chart setup in DynamicFlashChart but was difficult to maintain, so upgraded to Dynamic Web Charts and can not seem to get this to work.

the table setup is:
id--------1-------2------an so on
read01---10------21
read02---12------18
read03---15------15
read04---11------19
and so on

I would like a chart to display values from only record 1 showing labels read01, read02, read03. this record would be picked up from the URL ?id=1


with DynamicFlashChart I used static data and values: <?php echo $row_RSmetre['read01']; ?> | <?php echo $row_RSmetre['read02']; ?> and so on

the problem I had any additions I had to reenter the code from scratch as it got changed. I tried this and the wizard would only accept numbers, and the wizard for dynamic data couldn't see how to do this.?

Dani Chankhour
03-01-2010, 11:28 AM
You should be able to accomplish this in the Dynamic section of Dynamic Web Charts. Just make sure to select the table and add a filtering and using Dynamic URL as an option and use the id as the value.

is read01, read02 different columns or is that the same column with different values?

Darren
03-01-2010, 11:54 AM
=is read01, read02 different columns or is that the same column with different values?

these are different columns

if you have a suggestion on doing this diffenent;
- the idea is to take various depth readings and record these into one table record, the chart will then display these reading taken, so you can see the pattern. table record 2 will be depth readings taken from another location.

Darren
03-02-2010, 12:10 PM
still unable to do this in Web Chart.

I've reinstall Flash Charts and this works but is all manual coding.

is there a way to raise a support ticket on this or is support done via the forums.

always different ways to do things, so if anyone has any suggestion on another way to do this.?

Dani Chankhour
03-04-2010, 11:26 PM
The issue seems to be that you want to set the label to be from different columns but the wizard only allow for one column selection. I can't really see how this could be done in Dynamic Web Charts, and you will probably have to customize the code in DWC to get it to work as described.