ww1711

Members
  • Content count

    49
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ww1711

  1. By the way, to jog your memory just in case you don't have all of the code memorized, Request("stream") is the formatted line data sent from the chart to FCExporter.aspx.vb. Ex: a 100-pixel long white line = ffffff_100
  2. Angie, or anyone else from FusionCharts, Is there a way that I can capture the Request("stream") of numerous charts with one click? I'd like to take all of the chart data and combine them into one stream so that I can create the custom PDF... Is this doable? Thanks!
  3. I copied your code word for word, removed setTransparent(true), and it worked fine (in both SWF and JS). You may have deeper issues with your registry, etc. Good luck!
  4. Hi Angie, Thanks for pushing me in the right direction. I will look into the solution and implement accordingly. As always, questions will be directed back to the forum if I encounter any issues. Thanks again!
  5. Hey Angie, I'm not sure a screenshot would be helpful. Basically, I'd like to send chart data for multiple charts to a function and then pass that data to FCExporter.aspx so that I can use that data to create a custom pdf.
  6. Ipad 2 - For Those Who Have Yet To Buy

    It would appear that you're posting on the wrong site, my friend.
  7. Hello FusionChartists, I've got a question for [all of] you. Where do you get off making such a great tool? Oh, jokes... My real question: I've got a stringbuilding VB.NET function creating dynamic XML strings for various charts; I'd like to know if it's possible to set a 3D column's link to a function? Right now, all I can see is: <set name...link='something.xml' /> This won't work for what I'm looking to use it for, as the columns are going to point to different based on whatever is represented in that column. Is this possible? Or is there any viable solution someone can think of? Maybe create the XML files on the initial load...? Thanks! -wW
  8. Hover Help!

    Hello all, I've got an issue with my 3D column chart; I hover over the column(s) and I see "Value Name, Value". All I want to see is the value, but I still want the value names to appear on the x-axis. Thank you in advance.
  9. Hover Help!

    If you know an easier way, feel free to let me know but this is what I came up with... I'm setting the XML for the chart data through a VB.NET stringbuilder function I built. I'm doing a select case on the type of data that is being presented and just adding: xmlString.Append("toolText = ' " & xVal & " ' />") xVal is a string that I am populating from a DataTable that is being filled by way of sql. It's working fine and feel free to steal my excellent, superior idea. Sarcasssmmmm.... Later!
  10. Hello! Love the product, fully. My issue: I've got a multiseries chart (MSColumn3DLineDY) that I've got working perfectly. The column(s) represent volume and the line represents a percentage. I'd like to format the datapoint on the line if the value dips below 95(%). I've tried <set value = '94.8' color='FF0000'> but that just changes the color of the LINE rather than the actual POINT itself. In the dataset "directive" I've got <dataset seriesName='% in Standard' parentYAxis='S' color='CC3300'>. This changes all the datapoints to a burnt-orange color; but I'd like to change the individual points to that color ONLY if the value represented is <95. Please let me know if this is possible. Thanks.
  11. Line Chart Formatting

    Perfect. Works great. Thanks!
  12. Formatting Legend Colors

    Hello, I'm in need of some assistance. I need the legend of my MSColumn3D chart to match the colors of the actual columns themselves. Please see attachment for example of my issue. Thanks! no_match.bmp
  13. Good afternoon FusionChartists! I'm looking for some assistance related to the built-in export functionality. My stakeholders are not very fond of the, and I quote, "ghost of ""Waiting"" image". To be honest, I like it, but not on the page I'm creating; there are going to be a total of 9 charts on the page (Dashboard-ish feel). My question: Is it possible to remove the "Waiting" button until the end-user opts to save? I'd then like, either A] the "Save" button to appear in the div it's rendered within, or; B] the "Save" button to be skipped entirely and to automatically bring up the save prompt. I'd rather have solution B but if it's not possible please point me in the right direction to achieve A. Thanks!
  14. Waiting... Waiting.. Waiting. Save!

    You folks rule. Thanks.