Version 3.13.x
Version 3.13.5-sr.1
4th June, 2019
Fixes
- A minor bug for MSCombiDY2D and MSCombi2D has been fixed.
Version 3.13.5
31st May, 2019
Improvement
In a multi-level pie chart,
showLabel
andshowValue
attributes are now supported at thecategory
level.The file format to export a chart in Excel is now changed from
.xls
to.xlsx
. Please note that if you are downloading the package via NPM, to export a chart in.xlsx
format, you need to import theExcelExport
file.A new theme,
UMBER
, is now available for FusionCharts.
Fixes
In a multi-series chart, if a series is hidden at the time of rendering and the attribute
transposeAxis
is set as1
, the y-axis was not scaling properly. This issue is now fixed.On exporting charts as PDF from a page which has multiple charts, the exported PDF was not opening properly in other applications, e.g.,- Acrobat Reader. This issue is now fixed.
In a multi-series chart, if a series is hidden at the time of rendering by setting the
visible
attribute to0
, the chart was throwing aJS
error. This issue is now fixed.connectNullData
is now working fine in spline and multi-series spline charts.In a multi-axis line chart with more than 9 series, a
JS
error was thrown on hovering over the legend. This issue is now fixed.The horizontal bullet chart was throwing a
JS
error and disappear when resized. This issue is now fixed.In IE8, charts were not rendering when using the minified version of the jQuery plugin. This issue is now fixed.
Annotation image and logo are now appearing in Android Chrome.
In the Treemap chart, if the plot animation was turned on, the navigation bar was visible on rendering the chart. This issue is now fixed.
The animation was not working while rendering the chart if an image annotation was present. This issue is now fixed.
removeMarker()
API is now working fine. Previously, it was throwing a js error.The
destroy()
andhide()
APIs are now working as intended. Previously, they were throwingJS
errors.In multi-series dual Y-axis combination chart, the tooltip of the line chart was not visible on hover. This issue is now fixed.
The text alignment in the legend was not working properly if the attribute
hasRTLText
attribute was set to 1. This issue is now fixed.In the multi-series column chart, the legend drag feature is now working as expected. Previously, if the chart was updated with the same data the legend drag was not working.
If there were multiple draggable charts in a page, setting the Y-axis limit manually on any chart changed the Y-axis limit of the last chart automatically. This issue is now fixed.
Version 3.13.4
27th February, 2019
Improvement
- The FusionCharts.getVersion() API can now display versions of FusionCharts Suite along with the included products, or specifically the version of FusionCharts Suite or FusionTime, depending on the parameter provided. For example:
- Using FusionCharts.getVersion(
all
) will display the versions of FusionCharts Suite, FusionTime, FusionCharts, FusionWidgets, PowerCharts, and FusionMaps in the browser console. - Using FusionCharts.getVersion(
fcs
) will only display the version of FusionCharts Suite in the browser console. - Using FusionCharts.getVersion(
ft
) will only display the version of FusionTime in the browser console.
- Using FusionCharts.getVersion(
Fixes
Data plot highlighting and tooltip now appears properly while trying to scale the chart container using the CSS transform.
numVisiblePlot
attribute is now working properly for scroll area and scroll line charts. Previously it was showing one extra plot.When trying to switch between charts using the
chartType()
API, the plot color properties of theme is working fine now. Previously, when switched it was rendering with one single color applied to all plots.For Pie and Doughnut charts, the
render
andrenderComplete
events are now fired properly while trying to re-render using thedataPlot
click event.For the Marimekko chart, the decimal precision of Y-Axis values was not working properly when
usePercentDistribution
attribute is set as1
. This issue has been fixed now.exportChart()
API now works as expected irrespective ofexportShowMenuAttribute
. Previously it was throwing ajs
error instead of exporting the chart.The lower limit of the y-axis is now displayed properly when the
yAxisMaxValue
attribute is explicitly set without changing the default value of theadjustDiv
attribute. Previously, the lower limit was not appearing.In Tree map charts, the
dataPlotClick
is triggered even when thepreventDefault
is turned on in thebeforeDrillDown
event to stop the drill-down. This issue has now been fixed.In the Marimekko chart,
$sum
and$unformattedSum
tooltip macros are now working properly when theusePercentDistribution
is set to0
.In Zoomline chart, the
toolbarButtonColor
&showToolBarButtonToolText
attributes are now working properly when set to0
.Angular Gauge was drawn twice for each real time update. This issue is now fixed.
For multiple charts, when trying to export using the
exportChart()
API and setting theexportEnabled
attribute to1
only the last chart was getting exported. This issue has now been fixed.The tooltip in Angular gauge was displaying the trendline label when the cursor is hovered on the dial. This issue is now fixed.
Image annotations were not scaled properly based on the specified
origW
&origH
. This issue has now been fixed.For RealTime Angular Gauge if the Inner Radius is set with very less value the value was not getting displayed. This issue has now been fixed.
The non-functional horizontal scroll bar does not appear anymore in Gantt chart if the duration specified is more than the actual time span of the chart.
Tick values are not displayed in Angular Gauge, even when sufficient space is available. This issue is now fixed.
The
{br}
tag is now working in theplotToolText
attribute of cylinder, thermometer & Treemap.The attribute
labelDisplay
is working properly when set toWRAP
, if therotateLabels
attribute is set to0
.The chart export feature is now working properly in Apple touch devices (iPad/iPhone).
When
chartType()
API was used to set both the chart type and chart data,js
errors were thrown. This issue has been fixed.Chart background image and logo image are now getting included inside the SVG structure fetched through
getSVGString()
API method.FusionCharts now adheres to no unsafe-eval Content Security Policy.
In bubble charts, values of Z-axis in tooltip are no longer affected by the number format applied to the Y-axis values.
On updating multiple blank
doughnut2d
charts with new data, only the first chart used to display thedefaultCenterLabel
. This issue has been fixed now.When a chart rendered in a hidden container was disposed, FusionCharts used to throw
js
errors. This issue has been fixed now.
Version 3.13.3-sr.1
21st December, 2018
Improvements
TypeScript
files added for FusionTime.
Fixes
- With the latest updates in Chrome (version 71.0.3578.98, 64-bit) and Firefox (64.0, 64bit), browser scrolling was breaking tool-tip and some mouse interactions in charts. This issue has now been fixed.
Version 3.13.3
6th December, 2018
New Feature
- The
FusionCharts.getVersion('all')
api is introduced to check the version of all the products and the FusionCharts Suite. From now onward, the FusionCharts Suite package will contain FusionCharts, FusionWidgets, PowerCharts, FusionMaps and FusionTime. Whenever a new version of these products is released the version of the FusionCharts Suite XT will change accordingly.
Improvements
- With the introduction of our new product
FusionTime
, our core platform has now been updated to accommodate time series visualization along with all the other charts of FusionCharts.
Fixes
- Jammu & Kashmir map was throwing JavaScript error when entities were clicked. This issue has now been fixed.
Deprecated
Fusioncharts.version
is deprecated.
Version 3.13.2-sr.1
30th October, 2018
Fixes
Charts are now rendering in IE8 with the source files or the minified files. Previously, the chart was not getting rendered using minified files.
A JavaScript error was thrown while trying to render the chart in a hidden container. The issue has now been fixed.
Version 3.13.2
11th October, 2018
New Features
The following events have been added to FusionCharts:
The chartTypeInvalid event will be fired if the given chart type is invalid, or the chart type is not set.
After invoking the render() API method, the containerNotFound event will be fired if the chart container is not found or not provided.
The animationInvoked event will be fired as soon as the chart animation starts.
The beforeDraw event will be fired whenever an entire redraw of the chart isstarted through data update, change of chart message, change of chart type, or resize.
The drawCancelled event will be triggered when
preventDefault()
is called from FusionCharts eventbeforeDraw
.The beforeDataLoad event will be triggered when the chart fetches data from the source but is yet to display it. It can be used with the Theme Manager to update chart data.
For more information regarding the events, click here.
Improvements
Earlier, the renderComplete event was triggered every time a chart was rendered using any of the methods
render()
,chartType()
, orsetChartData()
. It was also triggered every time chart data was successfully updated. Additionally, this event will now be fired whenever a chart is completely drawn.If two ranges in an Angular gauge, Bulb gauge, or map shared the same value, the
colorRange
attribute was picking up the color of the lower range. It has been modified to ensure it always picks up the color of the upper range. For more details regarding this update, click here.Earlier, the distance of labels from the edge of Pie and Doughnut charts would be equal to the sum of values of the
labelDistance
andslicingDistance
attributes. Now the distance of labels from the edge of the charts equals the value oflabelDistance
only.
Fixes
A JavaScript error was thrown while trying to re-render a map using the
render()
API method before completion of animation of the ongoing rendering process. The issue has been fixed now.A JS error was thrown while performing a drill down for a chart container with no
id
. The issue has been fixed.JavaScript error was thrown when chart data was updated on
dataPlotClick
event. The issue has been fixed.Click/hover effects on markers are now working on single tap in hybrid/touch devices.
JavaScript errors were thrown in Internet Explorer and Google Chrome while invoking FusionCharts functions using
jquery-fusioncharts.js
. The issue has been fixed.Pie chart rendered with data empty message was throwing JS error when updated if there was a scroll chart on the same page. The issue has been fixed.
Labels are now updated while updating a Pie 2D chart with fewer data.
The
trendValueAlpha
attribute was not being applied to chart trendline values. The issue has been fixed.reverseLegend
attribute is now working as intended for Marimekko, Radar, and Scatter charts.Scroll, legend scroll, and gesture (such as zooming in Zoom line charts) are now working in FusionCharts v3.13.2 for Google Chrome.
In Angular Gauges, the color range is now applied properly, when real-time data values are in the following sequence:
Less than the value of
lowerLimit
of the gauge.More than the value of
upperLimit
of the gauge.
Box and Whisker charts are now correctly rendering all outlier values, without throwing JS error messages or displaying connectors.
onChangeCrossLine
event is now fired when the crossline is hidden.In Multi-axis Line charts, colors set to the axes are now correctly reflected in the legend and the anchors.
Annotation border now appears when the value of
showborder
attribute is set to1
.Hover effect on the node in a Treemap is now getting updated, after drill down.
In Funnel charts,
labelFontSize
is now working properly for the first plot.Plot border for Stacked Column chart is now displayed accurately when it is exported from Internet Explorer 11.
If the value of
visible
attribute was set to0
for an annotation group withindataSource
, the group was not displayed even by using theshow()
API method. This issue has been fixed.In the heatmap chart, the X-axis label no longer goes behind the chart canvas when the x-axis labels are placed at top.
In pie and doughnut charts,
categoryLabel
is no longer returning blank value ondataPlotClick
event, when the labels are displayed.Data plots with a space in the
displayValue
attribute no longer break on chart export.The
scrollTo()
API method is now working when it is called just aftersetChartAttribute()
.In FusionMaps, the
link
attribute defined for markers was only accessible on the marker borders. It is now accessible everywhere on the markers, as intended.The scroll bar was turning black when
setChartAttribute()
was being used with the value of "scrollColor" attribute set to""
. The issue has been fixed.The
animateClockwise
andalphaAnimation
attributes are now working properly in Pie and Doughnut charts.A JS error was thrown while updating a non-existing annotation using the
update()
API method. This issue has been fixed.The
$errorValue
,$errorDataValue
, and$errorPercentValue
tooltip macros are now accurately displaying the values.In Error Scatter and Error Bar 2D charts,
$errorValue
macro was not always displaying the correct plot value on tooltips. This issue has been fixed.Hover effects are now applied properly on the dial in Angular Gauges.
The
alpha
attribute is now working properly for image annotations.The
leftMargin
attribute for text annotations was not behaving as intended. The issue has now been fixed.In Overlapped Bar 2D charts, plot values were overlapping one another which is now behaving as intended.
In Treemap charts, hover effects were persisting even when the values of
plotHoverEffect
andshowHoverEffect
attributes were set to0
. The issue has been fixed.If HTML tags were included in labels, the chart would throw a JS error and not get rendered. The issue has been fixed.
In Horizontal/Vertical LED gauges and Vertical Bullet Graph, if the value of
captionOnTop
was set to0
, the caption was not appearing as intended. The issue has been resolved.A JS error was thrown while performing a batch export to export multiple charts using
FusionCharts.batchExport()
method and the chart type is not supported. The issue has been fixed.While exporting a map into XLSX format, the formatted
value
column was getting split into 3 columns. The issue has been fixed.Chart components like tooltips and events were persisting in the initial location of the chart, even after the chart was shifted via the container. The issue has been resolved.
Message log menu items were getting displayed, even when the value of
messageGoesToLog
was set to0
. The issue has been fixed.A JS error was thrown when charts with legends were rendered with a width less than 21 px. This issue has been fixed.
The tooltip of the gradient legend pointer was visible on hovering, even when the value of
showToolTip
attribute was set to0
. The issue has been fixed.
Deprecated
smartLabelClearance
attribute is deprecated.
Version 3.13.1-sr.1
27th August, 2018
Fixes
Legend interaction was not working in Chrome for Android devices. The issue has now been fixed.
The size of
fusioncharts.js
file in FusionCharts Suite XT package has been reduced to 1.3 Mb. Previously the file size was 2.44 Mb.
Version 3.13.1
10th August, 2018
Fixes
Chart was throwing runtime error while changing the
chartType
.When map alias was prefixed with a path (e.g. ‘maps/’) drill down chart failed to render the maps.
The attribute
displayValue
set as" "
(blank space), is now working for trend line when the start value is0
.Problem related to rendering FusionCharts in old IE browsers (VML) has been rectified.
Changing theme using
setChartAttribute
has been fixed for Funnel and Pyramid chart.Application of palette colors on changing theme is rectified for Pie 3D charts.
Legend icons are now properly updated on changing theme, for Multi-Axis Line chart.
Crossline color is now properly updated on changing theme, for Stacked Column chart.
The background color of the Thermometer graph is now properly updated for themes
Fusion
,Gammel
orCandy
.Consolidated tooltip can now safely use
<div>
element to define tooltext.animateClockwise
is now working for Pie/Doughnut charts.
Version 3.13.0
3rd August, 2018
New Features
FusionCharts Suite XT v3.13.0 introduces two new chart types: Overlapped column chart and Overlapped bar chart.
Spline and Spline Area charts are now part of both FusionCharts XT and PowerCharts XT.
Spline and Spline Area charts can now be built as part of combination charts, using the
renderAs
attribute. For example,"renderAs": "spline"
.A common theme can now be applied to all charts in a page.
In multi-level pie chart, highlightParentPieSlices and highlightChildPieSlices attributes have been introduced to determine the direction of the highlight effect.
The inner radius of the multi-level pie chart can be configured explicitly using
innerRadius
attribute.Custom fonts from client-side export can now be exported using useCanvas option.
Data from Multi-level Pie charts can now be exported in CSV or XLSX formats.
In zoomline chart, maxPeakDataLimit and minPeakDataLimit attributes consider the limits as a range when both the attributes are used.
getSVGString now accepts an object as the second parameter with a property named
keepImages
. It can now export the logo or any images (background images, etc.) present in the chart.In
resized
event theid
of the chart is added under thedataObject
.
Improvements
Angular-FusionCharts
plugin has been renamed toAngularJS-Fusioncharts
.Angular 2
andAngular 4
plugins have been renamed toAngular-FusionCharts
.The folder structure of the download package is modified. A new folder as
integrations
is added which contains all the client-side and server-side tech stacks. For more details click here.For dual y-axis charts, the secondary data plots now overlaps the primary data plots if
renderAs
attribute is set as column. If you would like the old behavior, click here to know more.In order to free chart area, the restore button in select-scatter and drag-able chart has been moved to options menu. The list of attributes which have been added are as follows:
Data plots (column and area) in the inverse chart will now appear from the top of the canvas. If you would like the old behavior, click here to know more.
The hyphen ( - ) character is now supported in the parameter of the JavaScript function of
link
attribute.The
defaultPrevented
property in theeventObject
is used instead of theprevented
property.The onChangeCrossLine event is fired when the mouse pointer is moved from one data plot to another.
Starting v3.13.0, all actions for the chart configurations & space management is executed in a separate thread before rendering the graphics of the chart (that is carried out when the
render()
function is called).Gradient legend now sustains the state even on resize.
The chart names in theme files are now case insensitive.
rendered event will also be fired when updating the chart type.
Starting 3.13.0, Map specification sheets should be available based on the version
- Older Map files are supported till 3.12.2
- Latest Map files are supported starting 3.13.0
If you are using version v3.12.2 or older, download the latest version and replace for upgrading to the latest map definition files.
The core maps package has been updated to:
Updated the specification sheet for 12 cities and regions under Ethiopia Zonal Divisions and Region maps:
Addis Ababa City
Afar Region
Amhara Region
Benishangul Gumuz Region
Dire Dawa City
Ethiopia Region
Gambella Region
Harari Region
Oromia Region
SNNPR
Somali Region
Tigray Region
Updated the specification sheet of Ethiopia to add the following 64 new entities:
Afar Zone 1
Afar Zone 2
Afar Zone 3
Afar Zone 4
Afar Zone 5
Agew Awi
East Gojam
North Gonder
North Shewa(R3)
North Wello
Oromiya(R3)
South Gonder
South Wello
Wag Hemra
West Gojam
Bahir Dar
Asosa
Kamashi
Metekel
Tongo
Gambella Zone 1
Gambella Zone 2
Gambella Zone 3
Gambella Zone 4
Arsi
Bale
Borena
Illubabor
Jimma
East Harerge
East Shewa
East Wellega
West Harerge
West Shewa
West Wellega
North Shewa(R4)
Afder
Degehabur
Fik
Gode
Jigjiga
Korahe
Liben
Shinile
Warder
Bench Maji
Gedio
Gurage
Hadiya
Kefico Shekicho
KAT
North Omo
Sidama
South Omo
Amaro
Burji
Dirashe
Konso
Yem
Central Tigray
East Tigray
South Tigray
West Tigray
Mekele
Updated the specification sheet for 16 provinces and regions under Cuba:
Artemisa
Camaguey
CiegodeAvila
Cienfuegos
Granma
Guantanamo
Havana
Holguin
IsladelaJuventud
LasTunas
Matanzas
Mayabeque
PinardelRio
SanctiSpiritus
SantiagodeCuba
VillaClara
Updated the specification sheet of Cuba to add and rename the following entities:
Renamed Ciego de vila to Ciego de Ávila.
Added Havana
Added Artemisa
Added Mayabeque
The specification sheet for Colombia has been updated, to add the following 33 separate departments, as follows:
Amazonas
Antioquia
Arauca
Atlantico
Bogota
Bolivar
Boyaca
Caldas
Caqueta
Casanare
Cauca
Cesar
Choco
Cordoba
Cundinamarca
Guainia
Guaviare
Huila
LaGuajira
Magdalena
Meta
Narino
NortedeSantander
Putumayo
Quindio
Risaralda
SanAndresProvidenciaandSantaCatalina
Santander
Sucre
Tolima
ValledelCauca
Vaupes
Vichada
Updated the definition of the Uttar Pradesh in the specification sheet.
Updated the definition of the West Bengal in the specification sheet.
Updated the definition of the Jammu & Kashmir in the specification sheet.
The specification sheet for Indonesia has been updated to add the following 27 separate provinces, as follows:
Bali
BangkaBelitungIslands
Banten
Bengkulu
CentralJava
CentralKalimantan
EastJava
EastKalimantan
EastNusaTenggara
Gorontalo
Indonesia
JakartaSpecialCapitalRegion
Jambi
Lampung
NorthKalimantan
NorthMaluku
NorthSulawesi
NorthSumatra
Riau
SoutheastSulawesi
SouthKalimantan
SpecialRegionofAceh
SpecialRegionofYogyakarta
WestJava
WestNusaTenggara
WestSulawesi
WestSumatra
In the specification sheet for Oceania, files for the following entities have been updated:
PapuaNewGuinea
Samoa
The specification sheet for Zimbabwe (Provinces) has been updated to add entities for 10 separate provinces, as follows:
Bulawayo
Harare
Manicaland
MashonalandCentral
MashonalandEast
MashonalandWest
Masvingo
MatabelelandNorth
MatabelelandSouth
Midlands
The following long names have been updated in the specification sheet for Papua New Guinea:
Chimbu renamed as Simbu (Chimbu)
Northern renamed as Oro (Northern)
North Solomons renamed as Autonomous Region of Bougainville
Sanduan renamed as Sandaun (West Sepik)
Updated the specification sheet of Papua New Guinea to add the following entities
Hela
Jiwaka
The following long names have been updated in the specification sheet for Samoa:
Aana has been renamed as A'ana
Faasaleleaga has been renamed as Fa'asaleleaga
Gagaemauga has been renamed as Gaga'emauga
Gagaifomauga has been renamed as Gaga'ifomauga
Satupaitea has been renamed as Satupa'itea
Vaao Fonoti has been renamed as Va'a-o-Fonoti
Map of Dominican Republic (main map) has been updated.
The specification sheet for Dominican Republic (Provinces) has been updated to add entities for 32 separate provinces, as follows:
Azua
Bahoruco
Barahona
Dajabón
Distrito Nacional
Duarte
El Seibo
Elías Piña
Espaillat
Hato Mayor
Independencia
La Altagracia
La Romana
La Vega
María Trinidad Sánchez
Monseñor Nouel
Monte Cristi
Monte Plata
Pedernales
Peravia
Puerto Plata
Salcedo
Samaná
San Cristóbal
San José de Ocoa
San Juan
San Pedro de Macorís
Santiago
Santiago Rodríguez
Santo Domingo
Sánchez Ramírez
Valverde
Map of North Korea (main map) has been completely retraced.
Borders of the following maps have been updated:
North Hwanghae
Pyongyang
South Pyongan
Kangwon
North Pyongan
South Hwanghae
A new entity for the province Nampo has been added to the specification sheet for North Korea.
The following long names have been updated in the specification sheet:
Chagang-do has been renamed as Chagang.
Hamgyng-bukto has been renamed as North Hamgyong.
Hamgyng-namdo has been renamed as South Hamgyong.
Hwanghae-bukto has been renamed as North Hwanghae.
Hwanghae-namdo has been renamed as South Hwanghae.
Kangwn-do has been renamed as Kangwon.
P'yngan-bukto has been renamed as North Pyongan.
P'yngan-namdo has been renamed as South Pyongan.
P'yngyang has been renamed as Pyongyang.
Rasn has been renamed as Rason.
Yanggang-do has been renamed as Ryanggang.
The following maps have been merged with other maps:
Kumgangsan
Sinuiju
Kaesong
Internal Canvas Borders of all North Korea Maps have been updated.
The following maps have been updated for South Korea:
The image for the map of Seoul has been updated. The entity name has been updated to remove -gu.
Within the Incheon map, the borders of Ongjin and Jung entities have been updated.
Within the Daejeon map, names of all entities have been updated to remove -gu.
The borders of the map of Ulsan have been updated.
The map name Jejudo has been renamed as Jeju.
Within the Gwangju map under South Korea, names of all entities have been updated to remove -gu. Also, the following short names have been updated:
BG renamed to BK.
SG renamed to SO.
NG renamed to NM.
The main map of France has been updated from 22 regions to display 27 regions. Long names of the following entities have been updated:
Bretagne has been renamed as Brittany.
Bourgogne has been renamed as Burgundy.
Centre has been renamed as Centre-Val de Loire.
Corse has been renamed as Corsica.
Ile-de-France has been renamed as Île-de-France.
Basse-Normandie has been renamed as Lower Normandy.
Picardie has been renamed as Picardy.
Provence-Alpes-Côte D'Azur has been renamed as PACA (Provence-Alpes-Côte D'Azur).
Haute-Normandie has been renamed as Upper Normandy.
France (2016) map has been updated from 13 regions to 18 regions (including 5 overseas ones). The 5 overseas regions have been added as a single entity.
France (Departments) map has been updated from 96 departments to 97 departments, with 5 new overseas regions. Metropolitan Lyon has been added as the new entity. The following entities have been renamed:
Alpes de Haute Provence has been renamed as Alpes-de-Haute-Provence.
Hautes Alpes has been renamed as Hautes-Alpes.
Alpes Maritimes has been renamed as Alpes-Maritimes.
Ardeche has been renamed as Ardèche.
Ariege has been renamed as Ariège.
Bouches du Rhone has been renamed as Bouches-du-Rhône.
Charente Maritime has been renamed as Charente-Maritime.
Correze has been renamed as Corrèze.
Corse du Sud has been renamed as Corse-du-Sud.
Haute Corse has been renamed as Haute-Corse.
Cote d'Or has been renamed as Côte-d'Or
Cotes d'Armor has been renamed as Côtes-d'Armor.
Drome has been renamed as Drôme.
Eure et Loir has been renamed as Eure-et-Loir
Finistere has been renamed as Finistère.
Haute Garonne has been renamed as Haute-Garonne.
Herault has been renamed as Hérault.
Ille et Vilaine has been renamed as Ille-et-Vilaine.
Indre et Loire has been renamed as Indre-et-Loire.
Isere has been renamed as Isère.
Loir et Cher has been renamed as Loir-et-Cher.
Haute Loire has been renamed as Haute-Loire.
Loire Atlantique has been renamed as Loire-Atlantique.
Lot et Garonne has been renamed as Lot-et-Garonne.
Lozere has been renamed as Lozère.
Maine et Loire has been renamed as Maine-et-Loire.
Haute Marne has been renamed as Haute-Marne.
Meurthe et Moselle has been renamed as Meurthe-et-Moselle.
Nievre has been renamed as Nièvre.
Pas de Calais has been renamed as Pas-de-Calais.
Puy de Dome has been renamed as Puy-de-Dôme.
Pyrenees Atlantiques has been renamed as Pyrénées-Atlantiques.
Hautes Pyrenees has been renamed as Hautes-Pyrénées.
Pyrenees Orientales has been renamed as Pyrénées-Orientales
Bas Rhin has been renamed as Bas-Rhin.
Haut Rhin has been renamed as Haut-Rhin.
Rhone has been renamed as Rhône.
Haute Saone has been renamed as Haute-Saône.
Saone et Loire has been renamed as Saône-et-Loire.
Haute Savoie has been renamed as Haute-Savoie.
Ville de Paris has been renamed as Paris.
Seine Maritime has been renamed as Seine-Maritime.
Seine et Marne has been renamed as Seine-et-Marne.
Deux Sevres has been renamed as Deux-Sèvres.
Tarn et Garonne has been renamed as Tarn-et-Garonne.
Vendee has been renamed as Vendée.
Haute Vienne has been renamed as Haute-Vienne.
Val d'Oise has been renamed as Val-d'Oise.
French Guiana has been renamed as Guyane.
Réunion has been renamed as La Réunion.
The specification sheet for Iran has been updated with the following entities:
Iran Regions (main map)
Isfahan
Kermanshah
Mashhad
Tabriz
Tehran
The specification sheet for Vietnam (Administrative Regions) has been updated with the following entities:
Central Highlands
Mekong River Delta
North Central
Northeast
Northwest
Red River Delta
South Central Coast
Southeast
Vietnam Region
The specification sheets for separate provinces in Zambia have been updated for the following entities:
Central has been renamed as Central Zambia
Eastern has been renamed as Eastern Zambia
North-Western has been renamed as North Western Zambia
Northern has been renamed as Northern Zambia
Southern has been renamed as Southern Zambia
Western has been renamed as Western Zambia
The specification sheet for Zambia has been updated to include the following entities:
Central Zambia
Copperbelt
Eastern Zambia
Luapula
Lusaka
Muchinga
Northern Zambia
North Western Zambia
Southern Zambia
Western Zambia
The following entries have been renamed in the main map for Tajikistan:
Sogd has been renamed as Sughd.
Regions of Republican Subordination has been renamed as Region of Republican Subordination.
Badakhshoni Kuni has been renamed as Gorno-Badakhshan.
The entry for Khatlon district has been added to the main map.
Fixes
In touch devices, tooltip was not hiding on touch outside the chart.
The height of the chart canvas was contracting when updated using the
setChartAttribute()
function.Y-axis values were getting cropped when
yAxisMaxValue
attribute value was set in decimals.In Treemap charts, label text were overflowing and was accumulating at the corners of the chart.
In Real-time charts, request for updated data was being sent to data source immediately after the chart was rendered, bypassing the specified update interval.
Links were not working in funnel & pyramid charts when
enableSlicing
attribute was disabled.In Stacked charts that included line, such as Stacked Column 2D Line, multiple line series were considered as stacked, which led to improper axis limits.
In Gantt charts, data table and process label column was getting displaced when their width was adjusted by dragging.
In Pie and Doughnut charts 3D,
dataIndex
was giving wrong values from data-plot events.Combinations of some special characters were not getting encoded in the tooltips of real-time charts when fed from the server.
In Stacked Area 2D charts, plots would not render properly when stacked with 100%, if there was a zero value.
Data plots were not getting displayed in logarithmic charts if the plot values were set less than
1
or had more than 10 decimal places.Category labels were not drawn correctly, if padding was applied to the
<div>
tag.A blank XLSX file was getting exported when
setChartAttribute()
method was used.If there were multiple charts in a page, the plot values of all charts wouldn't appear unless the rendering animation was completed for all charts.
feedData()
was not working, when data was fed with dial/pointer id in Angular Gauges and Horizontal Linear Gauges.FusionCharts was adding itself to the global window scope even if it was required using an AMD loader.
India main map was getting tilted during rendering.
getCSVData()
was not returning the complete data(id
andvalue
) when plots were not selected. It was only returning theid
.Experimental API
enableFirebugLite
has been removed from the Suite, as most of the browsers now have their own debugger.
Removed
Single Series grid support is removed.
Following are the list of attributes which have been removed from the FusionCharts XT Suite:
Annrenderdelay
btnTextColor
btnFontSize
formBtnWidth
formBtnBorderColor
formBtnBgColor
btnPadding
btnSpacing
restoreBtnWidth
restoreBtnBorderColor
restoreBtnBgColor
clipBubbles
The deprecated methods
getXML()
&setDataXML()
have been removed.The deprecated method
setCurrentRenderer()
has been removed.The method
getChartFromId()
has been removed. UsegetObjectReference()
instead.The method
getMapFromId()
has been removed. UsegetObjectReference()
instead.
Deprecated
Support for coma (
,
) separator option is FC constructor has been deprecated.Following is the list of deprecated attributes:
showFormBtn
formBtnTitle
showRestoreBtn
restoreBtnTitle
setTransparent()
method is deprecated. UsecontainerBackgroundOpacity
instead.asyncRender
property is deprecated since charts now by default renders asynchronously.ref
property is deprecated. UsegetObjectReference()
instead.dataXMLInvalid
event is deprecated. UsedataInvalid
instead.