Akash Biswas

Moderators
  • Content count

    417
  • Joined

  • Last visited

Everything posted by Akash Biswas

  1. Sum values of stackedbar2d not centered

    Hi Sebastien, Please check the below sample and the screenshot of the "stackedbar2d" chart type displaying the summed values aligned at the center, natively. Please let us know which version your are using, and also kindly check using the latest version that is 3.13.3-sr.1. Sample : http://jsfiddle.net/krst5xp4/2/ Thanks, Akash.
  2. Hi, The crossline changes even if the mouse does not reach the plot and also the dataPlotRollOver event will be fired when the plots are hovered. Both are separate features of crossline and data plot hover, and are not linked. Please refer to the documentation for reference : Zoomline : https://www.fusioncharts.com/dev/chart-guide/standard-charts/zoom-line-charts dataPlotRollOver event : https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events Thanks, Akash.
  3. Validator control

    Hi, Please elaborate your query. Also let us know which FusionCharts control you are using that you are querying for. Thanks, Akash.
  4. Hi, In Zoomline chart, the vertical crossline changes even if the mouse does not reach the plot, this is an intended behavior of the crossline feature. Also the "dataPlotRollOver" event will be triggered when the plots are hovered, and it will not be triggered when the crossline changes. You need to hover the mouse over the data plots to get the "dataPlotRollOver" event fired. Please check the documentation of Zoomline chart for reference : https://www.fusioncharts.com/dev/chart-guide/standard-charts/zoom-line-charts Thanks, Akash.
  5. Server.Transfer

    Hi, Please elaborate your query. Thanks, Akash.
  6. Batch export appears in one column

    Hi, Yes the Batch export feature of FusionCharts, exports multiple charts in a single page in a single column. Please refer to the documentation link : https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/exporting-multiple-charts-in-a-single-image Sample for reference : http://jsfiddle.net/Lqc82d4e/4/ For exporting dashboards, you can use FusionExport which is a separate product with additional and powerful export features : https://www.fusioncharts.com/fusionexport You can also provide the template structure of the dashboard. Refer to the documentation : https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/tutorials/export-a-dashboard#dashboard-template-and-chart-configuration FusionExport Demo : https://www.fusioncharts.com/demos/dashboards/wealth-management-dashboard-with-export/ Thanks, Akash.
  7. Plot vertical lines with mscombi2nd

    Hi, Yes, you can set the vertical data separator lines in mscombi2d chart type as well. Please check the below fiddle modified to set the vertical line : https://jsfiddle.net/7umhLbks/4/ Thanks, Akash.
  8. Multiple X-Axes

    Hi, FusionCharts does not support a similar multiple X-axis line chart like multiple y-axis line chart, as of now. However, the shared visualization could be achieved using a simple Line chart along with trendline feature. Please check the below sample fiddle for reference : http://jsfiddle.net/o7eskgty/4/ Trendline documentation link : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/trend-lines-and-zones Thanks, Akash.
  9. Doughnut 2d Graph, Smart Labels

    Hi Suraj, You can set the color of the labels and the values same as the plot color using the attribute "useDataPlotColorForLabels". Please refer to the sample fiddle below : http://jsfiddle.net/zavbeh9n/2/ Also, to set the color of the smart line use the attribute "smartLineColor" with the hexadecimal color code. Please note : "smartLineColor" applies to all the smart lines of the chart. Thanks, Akash.
  10. Data labels on top of horizontal bar chart

    Thanks for the acknowledgement.
  11. Doughnut 2d graph,annotation

    Hi Suraj, It is not possible to set the annotations position with respect to the starting and the ending arcs of the slices in a Doughnut chart. The available macro options with respect to the dataset are in the below documentation link : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#use-macros Please note : Annotations are static in nature. Though, you can dynamically set the annotation configurations using the supported API, but the "x" and "y" values for the text annotations have to be set according to your requirement to place them on top of the slices. Because, fetching the slice or arc starting and ending angles are not possible using macros. Thanks, Akash.
  12. Doughnut 2d graph,annotation

    Hi Suraj, Please find a sample fiddle using Text annotations to place labels and values as strings on top of the Doughnut slices : http://jsfiddle.net/xm4ofav2/ Thanks, Akash.
  13. Doughnut 2d graph,annotation

    Hi Suraj, FusionCharts does not support displaying the labels or values on the Doughnut slices. You need to use annotations to achieve this. However, since annotations are static in nature, you need to provide the "x" and "y" attributes of the text annotations accordingly with pixel values to get the text positioned on top of the slices. For further reference check the below links : Text annotations : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#create-text-annotations Positioning Macros : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#positioning-annotations Thanks, Akash.
  14. Hi Piotr, Set the "showTooltip" attribute to "0", and also you need to set "useCrossline" to "0" as well. Please check the below sample for reference : http://jsfiddle.net/q3y9cds5/1/ Thanks, Akash.
  15. Data labels on top of horizontal bar chart

    Hi Suraj, Natively the Bar chart do not support displaying the labels and the values on top of the horizontal bars. You can use annotation to set custom texts(labels and values) on top of the bars by setting the "x" and "y" attributes accordingly. Please find a sample fiddle for reference : http://jsfiddle.net/d7hwb4so/ Please note : Annotations are static in nature. Text annotation documentation link : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#create-text-annotations Positioning macros documentation link : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#use-macros Thanks, Akash.
  16. Can you fix the yAxisMinValue on a stacked bar chart

    Hi John, Please check the below fiddle using your provided dataSource, and the y-axis minimum value is being set to 40000 correctly using 3.13.3-sr.1 version. Sample fiddle : http://jsfiddle.net/68yptb4o/ Kindly ensure that you are using the latest version of the library, that is 3.13.3-sr.1 Thanks, Akash.
  17. 'No data to display' after upgrade to 3.13

    Thanks for the acknowledgement
  18. Converting from zoomline/msline to timeseries

    Hi, The time-series chart type is entirely a different chart of a separate product FusionTime. Unlike FusionCharts which accept data in JSON/XML, FusionTime accepts data in rows and columns as a Datatable. It also has various advanced feature with respect to data with atomic ranging from milliseconds to years. Please check the below link for an overview of the product : https://www.fusioncharts.com/dev/fusiontime/getting-started/how-fusion-time-works Please note : It is currently in BETA stage. Also refer to the below links : Create a chart : https://www.fusioncharts.com/dev/fusiontime/getting-started/create-your-first-chart-in-fusiontime Its components : https://www.fusioncharts.com/dev/fusiontime/fusiontime-component/time-axis Attribute list : https://www.fusioncharts.com/dev/fusiontime/fusiontime-attributes Thanks, Akash.
  19. 'No data to display' after upgrade to 3.13

    Hi, The dataSource that you have used in the chart is having the structure prescribed for multi-series chart types(with categories and dataset object arrays). Please check the same with "msarea" chart type, it is rendering fine. Sample : http://jsfiddle.net/xnt73qrs/1/ The single-series area chart dataSource is different than that of a multi-series chart. It includes both the labels and values defined in the data object array only. Please check the same chart with modified dataSource using "area2d" chart type. Sample : http://jsfiddle.net/xnt73qrs/2/ Please note : 3.13.x versions strictly follow the prescribed dataSource structure for single-series chart types. Check the documentation link for the dataSource structures : Single-series charts : https://www.fusioncharts.com/dev/chart-guide/standard-charts/line-area-and-column-charts Multi-series charts : https://www.fusioncharts.com/dev/chart-guide/standard-charts/multi-series-charts Thanks, Akash.
  20. for color scale numbers

    Thanks for the acknowledgement Glad to know that the solution was helpful.
  21. for color scale numbers

    Hi Emilio, FusionCharts formats number scale by default to display values like 1000 as 1K. You can disable the number formatting by setting the attribute "formatNumberScale" to "0", which will display 1000 as 1,000 on the chart. This will also disable the number formatting of the color range values as well. Please refer to the modified fiddle : https://jsfiddle.net/hq58mt2j/ Please note : This will also show the values in the tooltip as 1,000 along with the entity names. So explicitly setting the "toolText" attribute is not required for all the data objects. Check the "Portland, OR" entity data object in the provided fiddle without the "toolText" attribute, displaying the tooltip with value as 1,460 since formatNumberScale is disabled. { "displayValue": "1,460", "id": "820", //"tooltext": "Portland, OR<br>1,460", "value": "1460" } Please check the documentation link for further reference to number formatting feature of FusionCharts : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/number-format#enable-disable-automatic-formatting-of-numbers For configuring the thousand or decimal separator, refer : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/number-format#customize-thousand-and-decimal-separator Thanks, Akash.
  22. USA DMA maps no longer color correctly

    Hi Emilio, Thanks for the acknowledgement You will receive a response in the separate thread for your other query.
  23. Data Value Click Event ?

    Hi, FusionCharts "dataPlotClick" event is triggered when the plots are clicked, not the values or labels. As of now the "dataLabelClick" is not supported for the Pyramid chart that you are using. Please refer to the events in the documentation link : https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events Thanks, Akash.
  24. mscolumn2d -

    Hi, You can use the "scrollcolumn2d" chart type for rendering a column chart with x-axis scroll. In your implementation it could be achieved by changing the chart type to "scrollcolumn2d" along with few additional attributes like "numVisiblePlot" supported for scroll charts. Sample fiddle : https://jsfiddle.net/64hvrb8g/ Please note : Scroll charts are multi-series in nature, and has the same dataSource structure like a multi-series chart. For further reference, please check the documentation of Scroll charts : https://www.fusioncharts.com/dev/chart-guide/standard-charts/scroll-charts Thanks, Akash.
  25. Hi, There were few known issue in 3.13.0 with Chrome browser, which has been fixed in the successive version releases. We would request you to check with the latest version 3.13.3-sr.1 of FusionCharts. Download link(Trial version) : https://www.fusioncharts.com/download/fusioncharts-suite-xt Thanks, Akash.