
Akash Biswas
Moderators-
Content count
417 -
Joined
-
Last visited
Everything posted by Akash Biswas
-
FusionTime - Timestamp duplicate in fusionDataStore.createDataTable(data, schema)
Akash Biswas replied to Pierre_M's topic in Bug Reports
Hi Pierre, The FT chart in the provided codesandbox sample does not have a shift in the plot after the 27th of October. It is showing the tooltip correctly for the respective plots, you can check the below screenshot of your provided sample : Also there is no duplicate in the timestamp both the code and the sample provided. Thanks, Akash. -
PHP PDO/MySQL non-deprecated example
Akash Biswas replied to dyncoder's topic in FusionCharts and PHP
Hi, The current PHP wrapper uses the native json_encode output. You can download the version 3.14.1 trial library for the updated PHP wrapper : https://www.fusioncharts.com/download/fusioncharts-suite-xt?framework=js Thanks, Akash. -
Welcome
-
Hi, Yes, the attributes "lineColor" and "lineThickness" must be a part of the XML dataSource within the <chart> tag. Check the below sample fiddle for the XML structure with the mentioned attributes defined. Sample fiddle : https://jsfiddle.net/dbjsmrc7/4/ Thanks, Akash.
-
Hi, The attributes "lineThickness" or "lineColor" are not FusionCharts constructor parameters like "width" or "height". These are configuration attributes of the chart dataSource, so you need to define them within the "chart" object of the dataSource. Please refer to the sample fiddle for reference : http://jsfiddle.net/2v5t1mrd/3/ Thanks, Akash.
-
Hi, You can customize the chart visuals by using the configuration attributes supported for setting the chart cosmetics. For example, you can set the attribute "lineThickness" to define the thickness of the line in a line chart. To set the base font for any text element on the chart set "baseFontSize" or "baseFont". Also specific font attributes are also supported for individual elements like "labelFontSize" to set font size for x-axis labels, or "valueFontSize" for data plot values. Please refer to the attributes list for each chart types available : https://www.fusioncharts.com/dev/chart-attributes/line Also check the documentation for further reference : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/data-plot For font configuration : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/fonts Thanks, Akash.
-
Hi, You can refer to the documentation guide below to upgrade from Flash version to the current JS version of FusionCharts : https://www.fusioncharts.com/dev/upgrading/from-flash-to-javascript Thanks, Akash.
-
Hi Sebastien, The attribute "maxBarHeight" is working fine. Please check the modified sample : https://codepen.io/Akash008/pen/mddeded Please note : You have used "plotSpacePercent" as well in your dataSource which was restricting maxBarHeight to apply its attribute value. Thanks, Akash.
- 2 replies
-
- stackedbar2d
- maxbarheight
-
(and 2 more)
Tagged with:
-
stackedcolumn2d with Drilldown functionality
Akash Biswas replied to snehakulkarni's topic in General usage
Hi Sneha, Yes, it is possible to execute JS function using the "link" attribute with a "JavaScript" prefix within the attribute. Please check the below documentation link for reference : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/drill-down#the-javascript-prefix Also find a sample fiddle : http://jsfiddle.net/fusioncharts/z7vnp56d/ Thanks, Akash. -
Incomplete data value custom font style 3.14.1
Akash Biswas replied to MGS_Sebastien's topic in Suggestions & Requests
Hi Sebastien, As of now the valueFontBold, valueFontSize and valueFontAlpha are supported at chart-level and not at data-level dataSource. The attributes for the value font cosmetics introduced in this version are supported at data-level. For your mentioned attributes we need to check internally for this. Thanks, Akash. -
Customize y-axis with accuracy
Akash Biswas replied to MGS_Sebastien's topic in Suggestions & Requests
Hi Sebastien, As of now the y-axis divisional lines interval could be configured using "adjustDiv", "yAxisMinValue", "yAxisMaxValue" and "numDivLines" accordingly to configure the intervals. For example : 0 to 100, numDivLines - 9, so the interval would be 0, 10, 20, 30, ...., 80, 90, 100. However, please confirm if your requirement is to set a value like 22, and based on which the y-axis interval would appear like 0, 22, 44, 66, .... and so on automatically. Thanks, Akash. -
Gradient Color Range Inconsistent from Initial Render
Akash Biswas replied to VTesting1's topic in Bug Reports
Hi, Thank you for your continued patience. For the reported issue, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.14.1? Find a sample fiddle for reference : https://jsfiddle.net/x3fqL7ry/1/ To avail the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: https://puc.fusioncharts.com/ To download the Evaluation version of FusionCharts Suite XT v3.14.1, please visit the link:https://www.fusioncharts.com/download/fusioncharts-suite-xt Thanks, Akash. -
Gradient Color Range Inconsistent from Initial Render
Akash Biswas replied to VTesting1's topic in Bug Reports
Hi, Thank you for your continued patience. For the reported issue, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.14.1? Find a sample fiddle for reference : https://jsfiddle.net/x3fqL7ry/1/ To avail the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: https://puc.fusioncharts.com/ To download the Evaluation version of FusionCharts Suite XT v3.14.1, please visit the link:https://www.fusioncharts.com/download/fusioncharts-suite-xt Thanks, Akash. -
Hi Adhiarta, To add the export to XLSX format in the export menu, you need to include the fusioncharts.excelexport.js file. Please refer to the sample fiddle : http://jsfiddle.net/r6Lhw1ys/4/ For configuring the export option in the export menu you need to set the exportFormats attribute. Refer to the sample fiddle : http://jsfiddle.net/r6Lhw1ys/5/ Also check the documentation for reference : https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/configuring-the-export-feature Thanks, Akash.
-
Gradient Color Range Inconsistent from Initial Render
Akash Biswas replied to VTesting1's topic in Bug Reports
Hi, This is a known issue in the current version of the library which is already logged. Also it has been fixed internally and will be available in the upcoming version release of FusionCharts very soon. We would notify you with the updates. Thanks, Akash. -
Gradient Color Range Inconsistent from Initial Render
Akash Biswas replied to VTesting1's topic in Bug Reports
Hi, This is a known issue in the current version of the library which is already logged. Also it has been fixed internally and will be available in the upcoming version release of FusionCharts very soon. We would notify you with the updates. Thanks, Akash. -
Can you SET the minValue/maxValue of a Map's Range Legend Slider? Reading is easy enough.
Akash Biswas replied to Alex Sterling's topic in Using FusionMaps XT
Hi Alex, FusionCharts supports the API event "legendrangeupdated" using which you could fetch the minimum and maximum value of the current colorRange selected on dragging. Sample for reference : https://jsfiddle.net/njgcbv7p/4/ However, it is not possible to set a color range programmatically as of now to set the same selected range on another map when dragged on your first map. Thanks, Akash. -
Is it possible to set a Map Range Legend Slider's minValue/maxValue after render?
Akash Biswas replied to Alex Sterling's topic in Javascript Problems
Hi Alex, FusionCharts supports the API event "legendrangeupdated" using which you could fetch the minimum and maximum value of the current colorRange selected on dragging. Sample for reference : https://jsfiddle.net/njgcbv7p/4/ However, it is not possible to set a color range programmatically as of now to set the same selected range on another map when dragged on your first map. Thanks, Akash. -
[Fusiontime] Fetch data on zoom/timerange adjustments
Akash Biswas replied to mnowotny's topic in Suggestions & Requests
Hi Mnowotny, To see the more dense or granular data on zooming in the chart is supported in FT charts and the feature is called binning. FusionCharts supports the concept of binning that automatically groups the data for a specific period of time (For example - 1 month) based on the available pixel of the chart canvas. You can zoom in to view further granular data as the binning changes on zooming for weeks or days or hours based on the level of granularity you have in the chart data provided. Please note : You need to provide the entire data to the chart so that it understands the level of granularity and it would render the chart with the axis accordingly. You can also set custom binning according to your requirement. Please refer to the documentation link for configuring binning of the chart : https://www.fusioncharts.com/dev/fusiontime/getting-started/change-default-aggregation Thanks, Akash.- 1 reply
-
- fusiontime
- datasource
-
(and 2 more)
Tagged with:
-
Need help in setting Donut2d charts attributes
Akash Biswas replied to snehakulkarni's topic in Installation and Upgrades
Thanks for the acknowledgement -
Need help in setting Donut2d charts attributes
Akash Biswas replied to snehakulkarni's topic in Installation and Upgrades
Hi Sneha, The visual as per the provided image is due to the 3D lighting feature of the Doughnut chart which is enabled by default. You can disable the feature by setting the configuration attribute "use3DLighting" to "0". Please refer to the sample fiddle using your provided chart configuration attributes along with the above mentioned attribute : http://jsfiddle.net/w1b6kLdg/4/ Thanks, Akash. -
You can drop a mail to sales@fusioncharts.com they would assist you further with the upgrade.
-
plotToolText for stacked area 2d total
Akash Biswas replied to veeramani.arthanari's topic in General usage
Hi, The "stackedarea2d" chart type does not support "showSum" attribute feature as of now. So, it is not possible to show the summed value using $sum macro in the tooltip for stacked area chart. For reference you can check the attribute list of the mentioned chart type : https://www.fusioncharts.com/dev/chart-attributes/stackedarea2d Thanks, Akash.- 1 reply
-
- stacked area
- react native
-
(and 3 more)
Tagged with:
-
FusionTime : Firefox issue with zoom feature (mousewheel)
Akash Biswas replied to staK's topic in Bug Reports
Hi, We already have an improvement logged internally for this behavior of FT charts in Firefox browser. We will keep you posted with the updates. Thanks, Akash. -
Hi, You can refer to the documentation guide below to upgrade from Flash version to the current JS version of FusionCharts : https://www.fusioncharts.com/dev/upgrading/from-flash-to-javascript Thanks, Akash.