Neil Hawkins
Members-
Content count
15 -
Joined
-
Last visited
Everything posted by Neil Hawkins
-
Hi is it possible to build in querystrings to the myChart.setDataURL this would enable me to build a more interactive chart... Thx example: <script type="text/javascript"> var myChart = new FusionCharts("../FusionCharts_Professional/Charts/MSLine.swf", "myChartId", "1150", "400", "0", "0"); myChart.setDataURL("nnw_risk/Performance.asp?indexId0=HFRICAI Index&indexId1=MSAUAAPF Index"); myChart.setTransparent(true); myChart.render("nnwperf"); </script>
-
Works, Thanks very much.
-
What does ecode do? The ASP page has Response.ContentType = "text/xml" which writes out the string as xml... is it the same? so far I can only get the first querystring to work, encode does nothing... subsquent QS do not work, i have checked everything... typos..everything.... thx for any further help on this
-
Hi I'm trying to add dual Y axis Line chart but its the labeling I am confused with please see pic and xml <categories> <category label="Jan-02"/> <category label="Feb-02"/> <category label="Mar-02"/> <category label="Apr-02"/> <category label="May-02"/> <category label="Jun-02"/> <category label="Jul-02"/> <category label="Aug-02"/> <category label="Sep-02"/> <category label="Oct-02"/> </categories> - <dataset seriesName="NNW Fund" color="1c75bc" anchorBorderColor="" anchorBgColor="" RenderAs="Line"> <set value="1000"/> <set value="992"/> <set value="1011"/> <set value="1019"/> <set value="1015"/> <set value="991"/> <set value="988"/> <set value="1003"/> <set value="1017"/> <set value="1022"/> </dataset> - <dataset seriesName="SnP US Credit (Spread)" color="ce242b" anchorBorderColor="" anchorBgColor="" RenderAs="Line"> <set value="1000" label="184"/> <set value="1014" label="183"/> <set value="923" label="167"/> <set value="928" label="165"/> <set value="908" label="156"/> <set value="974" label="169"/> <set value="1125" label="186"/> <set value="1134" label="188"/> <set value="1234" label="201"/> <set value="1257" label="205"/> </dataset> I need the Y axis on the right to display the label values (the chart looks correcdt as is) its just the Y axis label Many thanks for any help Neil
-
Is there anyway to prevent the axis across the bottom from line breaking?
-
muchas gracias mi amigo!
-
Hi, I would like to remove the line breaks across the x-axis data labels. Is this possible?
-
hello, Is it possible to have Y Axis trend zones on a multiseries line chart? Many thanks for any help Neil
-
Hi, unfortunatley the Vertical TrendLines do not work but I have done a work around using vlines and javascript layers to highlight and click down into relevent sections (see img attached)... Thanks again for your time.
-
Thanks again for your help, however the trendzones on a the Y scale do not seem to work .. please see code below...is there something i'm missing? strXML = strXML & "<trendlines>" strXML = strXML & "<line startValue='Jan-02' endValue='Sep-02' isTrendZone='1' tooltext='Credit Widening' color='FF0000'/>" strXML = strXML & "</trendlines>" strXML = strXML & "</chart>"
-
Is it possible to colour the area between vlines and make the area clickable to drill down into that specific time span? Also my label is no working I'd really appreciate help my xml: [ code ] <categories> <category label="Nov-01"/> <category label="Dec-01"/> <vLine label="Credit Widening" dashed="1" labelHAlign="center" labelVAlign="middle" labelPosition="0.5"/> <category label="Jan-02"/> <category label="Feb-02"/> <category label="Mar-02"/> <category label="Apr-02"/> <category label="May-02"/> <category label="Jun-02"/> <category label="Jul-02"/> <category label="Aug-02"/> <category label="Sep-02"/> <vLine dashed="1"/> <category label="Oct-02"/> <category label="Nov-02"/> <category label="Dec-02"/> <category label="Jan-03"/> <category label="Feb-03"/> <category label="Mar-03"/> <category label="Apr-03"/> <category label="May-03"/> <category label="Jun-03"/> <category label="Jul-03"/> ...etc </categories> [/ code ] the chart
-
vLines - the area between and drilldown - Label
Neil Hawkins replied to Neil Hawkins's topic in General usage
I look forward to the future updates.... Many thanks for your advise -
vLines - the area between and drilldown - Label
Neil Hawkins replied to Neil Hawkins's topic in General usage
Thankyou for your reply, I have been looking at trendzones is it possible to have a vertical area as a trend zone instead of vlines in a line chart? Sorry to pursue this but I have to provide something acceptable very soon... thanks again