anilsablepatil Report post Posted November 20, 2014 Hello Friends, Am Working on Chart Application for Producing Statics of Data in Line, Bar and Pie Chart. I Have Problem for Line Chart, i Want to Make Canvas Border of Line Chart As Rounded Corner, how can i do it . . . i used following code for making rounded rectange on graph but when data changes it collapse <annotations> <annotationGroup id="Grp1" showBelow="1"> <annotation type="rectangle" x="60" y="48" toX="785" toY="365 " radius="10" color="000000" fillAlpha="100" showBorder="1" fillColor="ffffff" borderColor="000000" borderThickness="3"/> </annotationGroup> </annotations> please look at screen shot for more details , and suggest me solution . . Share this post Link to post Share on other sites
Vishalika Report post Posted November 21, 2014 Hi, Welcome to FusionCharts Forum. To make the canvas border as rounded corner, you are using annotations statically. To avoid the collapsing problem you need to use macros dynamically to position annotations. Using macros to position dynamically the annotations, refer this link : http://docs.fusioncharts.com/tutorial-advanced-charting-annotations-dynamically-positioning-annotations-using-macros.html For grid lines, in the chart try setting the attribute ""numVDivLines" in the chart element of you XML/JSON file which will render vertical lines. Refer this JSFiddle link : http://jsfiddle.net/vishalika/tqvzd57f/ Hope this helps. Share this post Link to post Share on other sites