Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Hi, Legends are not supported for Single series charts. As a work around, you can make use of Theme managers and Annotations, to meet your requirements. JSFiddle link: https://fiddle.jshell.net/eb3sunsz/2/ Hope this helps.
  2. Hi, Can you please share the chart type in which watermark appears? Meanwhile, please share the license details by dropping an email to [email protected]?
  3. FusionCharts Suite v3.11.2 released FusionCharts Suite XT v3.11.2 introduces an alternate installation method for its (free) trial version—installation via the npm and Bower package managers. npm Registry is a public collection of packages, where the package can contain anything, including ES6, client-side JS, or even HTML and CSS. Click here for a step-by-step tutorial on rendering charts via npm. Bower is a package manager that includes CSS frameworks like Bootstrap, libraries like jQuery, jQuery plugins, or JavaScript frameworks like Angular. Click here for a step-by-step tutorial on rendering charts via bower. This release also includes improvement in chart performance, thereby significantly improving the chart rendering speed. The new version also includes support for new attributes for better data visualization and interactivity. It also includes several improvements and bug fixes for issues impacting clients. Click here for more details. Download links: Trial version: http://www.fusioncharts.com/download Licenced version: puc.fusioncharts.com
  4. Caption problem. "..."

    Hey, Sincere apologies for missing out the post. We would avoid such situation in future.
  5. FusionCharts caption BUG IE.

    Hi, Apologies for the delay. We have deprecated the support for Flash couple of years ago and we would recommend to use the latest version of FusionCharts which renders pure JavaScript charts.
  6. Trendline end value greater than y axis max value problem

    Hi, Yes, it has been rounded off to the greatest of the dataset values, this will help charts to have better visualizations. getChartattribute will returned undefined, if value is not predefined. You can set predefined value and later modify based on trendzone value.
  7. Trendline end value greater than y axis max value problem

    Hi, - if i know how the fusion chart calculate the y axis min and max, than i can calculate it before the loading of the chart >> Y axis min and max values depends on the values being plotted. FusionCharts will decide Y axis max value based on the maximum value provided to the data plot. Else, "yaxismaxValue" attribute defined in the chart element will decide the max value. - if there is a function which get back the y axis min and max, then I can change the trendline zone after the loading of the chart >>Using getChartAttribute("yaxismaxvalue"), you can fetch value of chart attributes explicitly applied to the root chart object (or the <chart> node element). Docs link: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#getChartAttribute
  8. Hi, "LabelDisplay" is used to customize the alignment of data labels and not to hide the values. For Bar charts, to hide the values, please try setting "showYAxisValues" as "0" in the chart element. Hope this helps.
  9. Trendline end value greater than y axis max value problem

    Hi, Do you want alert to pop up in such scenario? What further action is required?
  10. Trendline end value greater than y axis max value problem

    Hi, Try setting the Y axis max value in accordance to the end value given to the trendline using "yaxismaxvalue" attribute in the chart element.
  11. Hey All, FusionCharts Suite v3.10.0 released FusionCharts Suite XT now supports three new charts—the treemap chart, the zoom scatter chart, and the zoom-line dual y-axis chart. The treemap chart is modeled on the tree data structure and is used to plot hierarchical information using 2D rectangles. The zoom-scatter chart combines the capabilities of a scatter chart with the zooming and panning features. The zoom-line dual y-axis chart extends the capabilities of a zoom-line chart by allowing for large data sets with different numeric units and intervals to be plotted. The release also includes support for new attributes for improved data visualization as well as interactivity, as well as improvements and bug fixes for issues impacting clients. Click here for more details. Download links: Trial version: http://www.fusioncharts.com/download Licensed version: puc.fusioncharts.com
  12. Java-based server-side wrapper

    Apologies for the delay in responding. Hi Benjamin, We are in the process of implementing Java wrapper within FusionCharts Suite XT. FusionCharts Suite XT will include the FusionCharts Java wrapper that lets you create interactive, data-driven charts in your Java server without writing any JavaScript code. JavaScript and HTML code is used to generate charts in the browsers. The server-side Java wrapper generates the required JavaScript and HTML code as a string, which is then used to render charts on a browser page. The wrapper includes several built-in Java functions that reduce the time and effort that goes into generating, rendering, and configuring charts.
  13. Hide Dataset In Chart By Default

    Oops missed out. :-)
  14. Hi, If you can share the solution, it will be helpful to others in place of deleting the post. Also, we would recommend to use the latest version of FusionCharts which is a pure HTML5 component.
  15. Hide Dataset In Chart By Default

    Hey, Try using "initiallyHidden" attribute in dataset level object. Set it to 1 to hide the plots of a series initially, on chart load. Default value is 0 for all series and they show up initially.
  16. Interactive Legend

    Apologies for the delay. Due to other intermittent features included within the roadmap, there has been a delay in implementing. We are currently working on it. We will keep you posted.
  17. Hi, Our team is working on the issue internally. Hope to be fixed in our next release.
  18. bgColor not working on Pie2D

    Hi, Please check the fiddle at: http://jsfiddle.net/wYj95/480/
  19. Xml schema for version 3.8

    Hi Deepti, Apologies for the delay. Starting FusionCharts Suite v3.4, we support only JavaScript charts. For JavaScript charts, we would recommend JSON data format because internally it converts XML to JSON before rendering. This will help in optimising the performance. Hence, XSD schemas were not updated to the latest version. Meanwhile, we are currently working on updation of XSD schemas. We will keep you posted.
  20. Smooth lines for 3d chart

    Hi, Yes, it can be achieved by using Spline charts. Please refer to JSFiddle: http://jsfiddle.net/9C9pj/4/ Hope this helps.
  21. Backward compatability

    Hi Deepti, Yes, old schema should work with latest version of FusionCharts. However, please note, newly added features will not be generated using the XML schema since the addition has not been done.
  22. Hey Mark, Currently, self hosted Java Export handler does not support Mac OS. We will keep you posted if support is extended for Mac. "fcexporter.jar" can be be located within Download package >> export-handlers>>java -export-handler.
  23. hbullet chart help please

    Hi Steve, mychart.render("77882372b49f4e6ba1c17b40193f0de8"); The variable should be defined as "mychart". Please replace the render method with the above piece of code. Hope this helps.
  24. No charts on iPad

    Hi Steve, Please refer to the below forum post where your query has been addressed: http://forum.fusioncharts.com/topic/16934-hbullet-chart-help-please/