lolek Report post Posted July 15, 2010 Hi, Is there a way (in 2D line chart) not to draw the whole line for a data series, but only the anchors? Share this post Link to post Share on other sites
Sanjukta Report post Posted July 15, 2010 (edited) Hi, Could you please try setting the attribute "lineAlpha" to "1" in the <chart> element to make only the anchors visible? Hope this helps. Edited July 15, 2010 by Guest Share this post Link to post Share on other sites
lolek Report post Posted July 15, 2010 Should this lineAlpha be applied for the 'chart' tag? Well, I tried it but suddenly all series (it's 2D multi-series line chart) disappered, along with anchors. Anyway...I need something that could be applied just for one series of many...Is there a way? Share this post Link to post Share on other sites
Sanjukta Report post Posted July 15, 2010 Hi, Could you please try setting the attribute "alpha" to "1" in the <dataset> element? This would help you to hide the line plot of the particular series that you intend to. Hope this helps. Share this post Link to post Share on other sites
lolek Report post Posted July 15, 2010 Actually that's what I was doing but I thought maybe there's a more elegant way, as setting "alpha" to 1 just make the line very very faded, but it's still there... Its awkward...the charts are overall really good and well thought, still many times I feel like hacking them by tricks that should be actually part of basic configuration. For example, leaving only the anchors or putting images instead of them (customizing their look) is a standard functionality across many chart packages, but not in fusion charts. I just hope next release will cover most of users needs. Thanks anyway, Ola Share this post Link to post Share on other sites
Sanjukta Report post Posted July 15, 2010 (edited) Hi Ola, Could you please try setting the value of "alpha" to "0.1" instead of "1" and check if it still shows the faded data plot? Your suggestions are important to us. We have made a due note of the same. Please feel free to revert back to us in case you have further queries on the same. Edited July 15, 2010 by Guest Share this post Link to post Share on other sites
schulle877 Report post Posted August 10, 2010 Hello! I have the same problem. I use StackedColumn3DLineDY and I want to display the sum of all stacked above the highest data element. I tried to use the line, but lineThickness=0 failed. LineAlpha=0.1 was also not successful. What should I try next? Thanks, Sven Share this post Link to post Share on other sites
Sanjukta Report post Posted August 10, 2010 Hi Sven, Welcome to FusionCharts Forum! Could you please explain the issue a bit elaborately? Also, please send us the screenshot(s) of the rendered chart and your requirement. Awaiting your reply. Share this post Link to post Share on other sites
schulle877 Report post Posted August 10, 2010 (edited) Hi! Here is the chart I already have: I want to hide the connections between data points on the line, so that only values and points are visible. The value is the sum of all stacked column values. If there is another possibility to show this sum value ABOVE the column, please tell me. Thanks, Sven Edited August 10, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 10, 2010 Hi, Please try setting the value of "alpha" attribute to '0.1' in the <dataset> element of your XML code. Ref.- <dataset seriesName='2004' renderAs='Line' alpha='0.1'> In case your issue still persists, please send us the XML codes that you are using. Awaiting your reply. Share this post Link to post Share on other sites
schulle877 Report post Posted August 10, 2010 Hi! Thank you. My mistake was to use "LineAlpha=0.1" instead of "alpha=0.1" in the dataset params. Now it works. I'm using PHP class. Sometimes syntax is a bit confusing in comparison to standard xml code. But in fact, PHP class is very easy to use. Sven Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 10, 2010 Hi, We are glad that your issue is resolved. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites
schulle877 Report post Posted August 10, 2010 Hi! Another little question: How can I control where the label of the data point is? It should always be above the line and data point. Sven Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 10, 2010 Hi, In case you wish to display the datavalues, please set the value of the attribute "showvalues" in the <chart> element to '1'. How can I control where the label of the data point is? Please note, FusionCharts does not support the same natively. Share this post Link to post Share on other sites