ipuertolas

Members
  • Content count

    8
  • Joined

  • Last visited

Everything posted by ipuertolas

  1. Hello: We have the problem shown in the attached image capcon32.png with FusionCharts v3.2.1. As you can see the first label is not shown correctly. We have tested the same xml (attached) with FusionCharts XT (v3.2.2) and We get the second screenshot (capcon322.png). As you can see, we don't have the previous problem, but now, the series are not shown at the begining and the ending of the x-ayis. Is there any way to avoid that behaviour minimazing those gaps? Thank you capcon.xml
  2. Vline In Scrollcombidy2D

    Hello, As you can see in the file attached, vline is shown behind the areas using the ScrollCombiDY2D. Is this a bug? is there any way around? Thank you
  3. Vline In Scrollcombidy2D

    No, it does not help. We thought that functionality had the same behaviour in all types of charts. Thank you
  4. Vline In Scrollcombidy2D

    Hello, Could you tell me if have you find anything wrong in the XML? Thanks
  5. Vline In Scrollcombidy2D

    Here it is Thanks capcon.xml
  6. Zoom Line And Areas

    Hello, I have been consulting the documentation and I can see that the zoom functionality can only be used in line charts. Ok, I would like to have this option in a multi series area chart. Is there any way to get a multi-series area from a line chart?, These charts are similar and maybe there is an option to represente line dataset as an area. Thanks in advance.
  7. Custom Labels

    Hello, I would like to know if there is any way to do the following. As you can see in the attached chart, we are developing a multi series area. We need to highlight two zones of the chart so we decided to use "trendzones". Our client doesn't want to have the labels of the trendzones outside the charts, he wants them inside the chart. I have consulted the Fusion Charts docs and I haven't found anything that could help. I have had the following idea, I have put an space in the "displayValue" attribute in order to not shown the value outside the chart: <trendLines> <line startValue='4000' color='9cb700' displayvalue='4.000 GWh' /> <line startValue='0' endValue='25000' color='007aae' isTrendZone='1' alpha='5' dashed='1' displayvalue=' ' valueOnRight='1' /> <line startValue='4000' endValue='7000' color='9cb700' displayvalue=' ' isTrendZone='1' alpha='5' dashed='1' valueOnRight='1'/> </trendLines> My question: how can I show the labels inside the chart as you can see in the attached chart? Thank you
  8. Custom Labels

    Thank you for your answer, Regardless of the trendline, Is there any way to put a custom label inside a chart? Could we use for instance an anchor or a fixed data label? Thank you