Search the Community

Showing results for tags 'scroll'.



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 6 results

  1. When scrolling the page through touch on mobile, If touch move the chart area, scrolling does not work. I know the gestures made on the chart area would interact with the chart. But I would like to be the same as other areas in general. On my site, the chart area is full on the screen, which is inconvenient on mobile. I made the gesture myself using x,y coordinates, but this is basically unstable compared to the gestures provided by the browser. How to get remove of gestures in the chart area?
  2. Greetings everyone. I'm testing FusionchartsXT for a project and i need to create a realtime line chart on which i can add: - a scrollbar to navigate to previous values; - a zoom functionality so i can get details on a specific area of the chart; Can someone tell me how to do this please? From the examples i got, it seems that the scrollbar is not a chart property; instead, charts with scrollbars are just a type of chart, that doesn't accept realtime datafeeds. Thank you in advance for your help. Best regards, José Salgueiro.
  3. Hi, I have two charts one above another and both of them are scroll stacked column charts. When I do a scroll on one chart I need to set position of scroller of another chart at same position as it at first chart. My question is can I make scroll on one chart and that scroll apply on another charts also and how I can do that if its possible? Im using 3.9 version of FC
  4. Hi , I am using Scroll Column 2D chart. There is an issue of scrolling , when we scroll to right and scroll back to left then label are not displayed as same. i replicate this issue in your demo example also , screen shot attached. please provide me fix for that. thanks in advance
  5. [how to] insert vertical scroll

    How can I add a vertical scrolling in a vertical stacked bar chart? I found some hints in how to add a scroll in horizontal stacked bar only Thank you very much for your time
  6. In my company, we are using version 3.3.1, release 19520. I have a Scroll Combination 2D (Dual Y) Chart with dinamically generated data. When the chart has only one category, the category label is shown as 'undefined'. If another category is added to the XML (even if the second category has no label and no set data), the label appears normally. This didn't happen in the previous version we were using (3.2.4, release 8565). The chart is being created like this: var myChart = new FusionCharts("../pluginPath/ScrollCombiDY2D.swf", "chartId", 1518, 244, 0, 1, "FFFFFF", "noScale", "EN", "0", "1"); chart.setDataXML(data); chart.render(myDiv); This is the XML loaded into the data variable: <chart caption='Chart' PYAxisName='Value 1' SYAxisName='Value 2' labelDisplay='Rotate' slantLabels='1' useEllipsesWhenOverflow='0' showAlternateHGridColor='0' showvalues='0' decimals="1" decimalSeparator=',' inDecimalSeparator="," sDecimals="2" snumberSuffix='%' numVisiblePlot='10' baseFontColor='000000' canvasBorderColor='999999' showLimits='0' bgColor='FFFFFF' showBorder='0' PYAxisMinValue='0' PYAxisMaxValue='12' SYAxisMinValue='0' SYAxisMaxValue='120' legendPosition ='right' numdivlines='5' > <categories> <category label='Category 1' /> </categories> <dataset seriesName='Value 1' color="399E38"> <set value='6,63' tooltext="Category 1{br}Value 1: 6,63{br}Value 2: 91,53%" /> </dataset> <dataset seriesName='Value 2' parentYAxis='S' color="006CAD" renderAs="LINE" > <set value='91,53%' tooltext="Category 1{br}Value 1: 6,63{br}Value 2: 91,53%" /> </dataset> </chart> I attached the resulting charts for: 2 filled-out categories (correct-labels.png); 1 filled-out category and 1 empty category (empty-label;png); and 1 category (undefined-category.png) My company's clients are complaining about the undefined label cases, so please let me know if there is a solution available as soon as possible. Thanks is advance!