This topic is locked

Chart on a list page

1/5/2009 5:46:55 PM
PHPRunner General questions
S
seanduffy author

Is there a way of including a chart on a list page?
The manual says you can copy and paste it in using the Visual Editor but this just does not display when I view the page.

J
Jane 1/6/2009

Hi,
I see what you're saying.

To show chart on the another pages add following code in any place on the Visual Editortab in HTML mode:

<script type="text/javascript" language="javascript" src="libs/js/AnyChart.js"></script>

S
seanduffy author 1/6/2009

Thanks Jane. I have that working now but what I would like to do is when the advanced search is used on the list page it also updates the chart I have inserted. Is this possible?

J
Jane 1/7/2009

Unfortunately no.

Advanced search works on the main chart page only.

S
seanduffy author 1/8/2009

Thanks Jane. What if I also get the search page to post to the graph page as well as the list page? Do you think that would work?

J
Jane 1/9/2009

Unfortunately there is no easy way to pass parameters to the chart on the list page. This task requires a lot of custom coding.

However we don't have a ready to go solution for this.