Aadesh_mahajan Report post Posted September 22, 2017 Hi Team, I have one query related to Fusion Charts XT we are facing problem that Fusion Charts XT has huge basic and advanced customization property and some property common for all chart and some are specific to chart so it's difficult to us to check every single property with every chart Is there any way to get chart specific basic and advance customization property? looking for your response Thanks Share this post Link to post Share on other sites
Akash Biswas Report post Posted September 25, 2017 Hi Mahajan, FusionCharts provides in-depth customize-able properties both at chart-level and individual data-level of the chart dataSource. However, you can set only your required basic attributes like "captionName", "xAxisName", or "yAxisName", etc to render charts. FusionCharts internally will set the default values for all the required chart attributes, which will be overridden only if it is explicitly set by user. Please check the sample with the minimal attribute set for visualization : http://jsfiddle.net/umvgth5b/ Also to have a predefined visualization, you can set the themes provided by FusionCharts for basic configuration. Check this link below for reference : http://www.fusioncharts.com/dev/basic-chart-configurations/centralizing-themes-for-your-charts.html Thanks, Akash. Share this post Link to post Share on other sites
Akash Biswas Report post Posted September 25, 2017 Also find the Attribute list for all the available chart types for reference : http://www.fusioncharts.com/dev/chart-attributes.html?chart=area2d Thanks, Akash. Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted September 26, 2017 Hi Akash, Thanks for the response i want to know that is there any API to fetch chart specific attribute pragmatically awaiting response Thanks Aadesh Mahajan Share this post Link to post Share on other sites