close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Roll Over Data

Thread began 10/14/2010 8:19 am by john411474 | Last modified 10/27/2010 2:12 pm by Dani Chankhour | 1525 views | 5 replies |

john411474

Roll Over Data

Is it possible to add another field value to the "roll over"

When using "show multiple data sets" would like to add "size"
to the current chart showing store and price see attached jpg

Also can the roll over value (price) be formated to x.xx

thanks

jrt

Sign in to reply to this post

Dani Chankhour

yes, you can add the size to the point. However that is going to require some custom coding and if you reenter Dynamic Web Charts then those changes will be removed.

In the Dynamic Web Charts folder under the Data folder can you send me the page that ends with _data1.php and start with your file name.

Sign in to reply to this post

john411474

Roll Over

Attached is the data1.php file saved as .txt

Please provide "remarks" around the the cost field addition
Would like the average price to be 2 decimal points also

thanks
jrt

Attached Files
chart_data1.txt
Sign in to reply to this post

Dani Chankhour

Try changing this line of code:

<label><?php echo($row_WADWC_data['XLABEL']); ?></label>

to

<label><?php echo($row_WADWC_data['XLABEL'].$row_WADWC_data['DATAGROUP']); ?></label>


to format the price

change the line under to:

<value><?php echo(number_format($row_WADWC_data['YVALUE'], 2)); ?></value>

Sign in to reply to this post

john411474

Roll Over

Thank you for the quick reply

<label><?php echo($row_WADWC_data['XLABEL'].".\n".$row_WADWC_data['DATAGROUP']); ?></label>

added ".\n". for line break

This put's size in roll over but also put's in x axis, which is ok until there are more than 5-6 data points.

however

to format the price
change the line under to:
<value><?php echo(number_format($row_WADWC_data['YVALUE'], 2)); ?></value>"
this does not appear to work

see attached screen print

thanks again
jrt

Sign in to reply to this post

Dani Chankhour

It looks like this is a limitation of how the flash displays the value. It only displays an integer but not a float.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...