Search the Community

Showing results for tags 'ZoomLine Chart'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 4 results

  1. Zoomline Chart Feature

    Hi, We are evaluation zoom line type chart and would like to know, if there a way to hide "reset chart" and "zoom out " in a zoom line chart ? Appreciate your response on this. Thanks, Manoj
  2. Hi Team, I am using Javascript Driven ZoomLine Fusion Chart . Where the Anchor tooltip are overlapping each other. So that I am not able to see the values which are close to each other. Could you please help me out. Please find attached screen shot .
  3. Hello Team, I am using javascript driven zoomline chart for displaying 1 years data, on X-Axis I am showing 365 days dates. Initially while loading the graph is loaded in macroscopic view I have two Questions here 1. Can we disable macroscopic mode while chart is loading because then all labels will be visible and scroll will appear for long list ? 2. can we control the zooming size when we are performing mouse drag on any data point ? because what is happening now is when I am clicking on any data point it is zooming it deeply , out of 365 dates only 2 days are displayed on a screen,I want to zoom it lesser . example when performing mouse drag on any data-point it should show all list on screen with scroll bar and distance between 2 data points should be 10 px , is this kind of stuff can I do with zoomline chart? Please advise me ... Regards, Amol.
  4. hi, I have licenece version of fusion chart. i have added one zoom line chart which has tool tip for each dataplot. but, it does not display toolTip for any Dataplot. Here is my Fusion charts Licenece details /* FusionCharts JavaScript Library Copyright FusionCharts Technologies LLP License Information at <http://www.fusioncharts.com/license> @version fusioncharts/3.3.1-sr2.19840 @attributions (infers respective third-party copyrights) Raphael 2.1.0 (modified as "Red Raphael") <http://raphaeljs.com/license.html> SWFObject v2.2 (modified) <http://code.google.com/p/swfobject/> JSON v2 <http://www.JSON.org/js.html> jQuery 1.8.3 <http://jquery.com/> Firebug Lite 1.3.0 <http://getfirebug.com/firebuglite> */ Here is my Zoomline chart XML : -------------------------------------------- <chart caption="My Chart (11/15/2013 - 11/21/2013)" numVisibleLabels="7" xAxisName="Date" yAxisName="LPM (%)" yAxisMaxValue="100" yAxisMinValue="8" bgColor="BBBBBB,FFFFFF" lineColor="FFFFFF" lineThickness="2" showShadow="0" anchorBgColor="FFFFFF" anchorBorderColor="FFFFFF" anchorBorderThickness="2" baseFontColor="545454" basefontsize="10" labelDisplay="rotate" slantLabels="1" setAdaptiveYMin="1" borderColor="666666" scrollColor="DDDDDD" palette="3" numDivLines="6" html5ExportHandler="index.php" displayStartIndex = "4" displayEndIndex="10" anchorMinRenderDistance="10" > <categories> <category label = "11/15/13" /> <category label = "11/16/13" /> <category label = "11/17/13" /> <category label = "11/18/13" /> <category label = "11/19/13" /> <category label = "" /> <category label = "" /> <category label = "11/20/13" /> <category label = "" /> <category label = "11/21/13" /> </categories> <dataset> <set value = "18" toolText="7:02 AM 90 LPM" /> <set value = "10" toolText="7:02 AM 50 LPM" /> <set value = "28" toolText="7:02 AM 140 LPM" /> <set value = "40" toolText="7:01 AM 200 LPM" /> <set value = "100" toolText="7:01 AM 500 LPM" /> <set value = "20" toolText="7:23 AM 100 LPM" /> <set value = "20" toolText="7:25 AM 100 LPM" /> <set value = "8" toolText="7:01 AM 40 LPM" /> <set value = "20" toolText="8:57 AM 100 LPM" /> <set value = "40" toolText="2:00 AM 200 LPM" /> </dataset> <styles> <definition> <style name="captionFont" type="font" font="Verdana" size="12" color="474343" bold="1"/> </definition> <application> <apply toObject="Caption" styles="captionFont" /> </application> </styles> <trendlines> <line startvalue="8" endValue="60" displayvalue=" " color="ff8f8f" isTrendZone="1" showOnTop="0" alpha="100" valueOnRight="1"/> <line startvalue="60" endValue="80" displayvalue=" " color="ffe373" isTrendZone="1" showOnTop="0" alpha="100" valueOnRight="1"/> <line startvalue="80" endValue="100" displayvalue=" " color="8fc773" isTrendZone="1" showOnTop="0" alpha="100" valueOnRight="1"/> </trendlines> </chart> --------------------------------------------- please help. i have to show toolTip for each dataplot.