-`#I477552` - Fixed an issue where the column was overlapping with the axis line.
-`#I477506` - Fixed an issue where the trendline was not changing when updating its properties.
-`#I475454` - Now UseGroupingSeparator is working in accumulation tooltip.
-`#F183277` - Fixed an issue where range color mapping was not working when using two series.
-`#I479131` - Fixed the issue of data label cropping when setting the value as the minimum.
-`#I479171` - Fixed an issue where the range values of the scroll bar were not proper.
-`#I471081` - Now, stripline is proper when the width is changed.
## 22.1.39 (2023-07-18)
### Chart
#### Bug Fixes
-`#I474743` - Fixed issue where chart type did not change when updated using the "type" attribute.
-`#I473789` - Fixed an issue where the chart was not getting rendered in PhantomJS.
-`#I473845` - Resolved an issue where axis labels were not rendering correctly during export and initial render.
-`#I478252` - Improved the accessibility of the legend.
-`#I478253` - Updated the accessibility text in the chart container.
-`#I481747` - Now, the double axis labels are correct when the culture is set to 'it'.
## 22.1.38 (2023-07-11)
### Chart
#### Bug Fixes
-`#I475437` - Resolved issue where crosshair intersection point was not properly displayed.
-`#I463171` - Resolved issue where column width was not properly displayed.
## 22.1.37 (2023-07-04)
### Chart
#### Bug Fixes
-`#I464403` - Fixed an issue where the dash array in segmented stripline was not working properly.
-`#I473748` - Fixed issue where the chart was not being rendered when a null value was given as the series name.
-`#I474198` - Fixed an issue where the x axis label was not displayed correctly.
-`#I474198` - Fixed an issue where the first label was getting cut off when the edgeLabelPlacement was set to 'shift'.
## 22.1.36 (2023-06-28)
### Chart
#### Bug Fixes
-`#F182477` - Resolved the issue where the X axis displayed all values even when an interval of 1 and only one data point was provided.
-`#I471069` - Fixed an issue where multiple axes were not displaying properly when using large records of data.
-`#I461357` - Fixed issue with selection not working when using zoom settings.
## 22.1.34 (2023-06-21)
### Chart
#### New Features
-`#I461049` - Provided support to display a zoom toolbar for the chart on initial load, which allows user to zoom in on the chart.
-`#I439527` - Provided support for a cross-shaped marker to the data points in the chart.
-`#I283789` - Provided support to position the chart title to the left, right, or bottom of the chart.
-`#I286744` - It is now possible to customize the axis scroll bar by changing its color and height, and disable zooming in the scrollbar.
-`#I386094` - Improved the axis label placement after line break.
-`#I428708` - Provided distinct markers shape for each series in the chart.
-`#I404448` - It is now possible to customize the Pareto axis and line in terms of marker, width, dash array, and color.
#### Breaking Changes
- To differentiate between marker shapes in the `ChartShape` enumeration, the existing Cross shape has been replaced with Plus, while a new enumeration, Cross, has been added for the cross shape.
#### Bug Fixes
-`#I467459` - The legend is now rendering properly when resizing the chart.
-`#F182605` - The multicolored line series chart is now rendering properly while using `isInversed` in the primary Y-axis.
-`#I467459` - Now, the axis labels are rotating properly in the canvas mode.
### Stock Chart
#### Breaking Changes
- By default, the series type and trendline dropdowns have been removed from the stock chart period selector. However, you can still add them to the list upon request or as needed. This modification provides a cleaner interface and reduces clutter in the stock chart period selector.
- By default, the tooltip for the range selector in the stock chart has been removed. Instead, the tooltip will now appear only when you move the slider.
- The print option has been removed from the period selector because it is already available in the export dropdown. This modification provides a cleaner interface and reduces clutter in the stock chart's period selector.
## 21.2.10 (2023-06-13)
### Chart
#### Bug Fixes
`#I451537` - Spline is now proper for negative points without specify the range.
## 21.2.9 (2023-06-06)
### Chart
#### Bug Fixes
-`#F182216` - Fixed the issue where the data label was hidden.
-`#I464403` - Fixed an issue where strip line text was getting cut off when it was too long.
## 21.2.8 (2023-05-30)
### Chart
#### Bug Fixes
-`#F181551` - The tooltip now displays the percentage of each stacking group.
-`#F182191` - Now, tooltip values are displayed correctly when no data is given for the data point in a series.
-`#I461357` - Now, zooming and selection are working properly when using both at the same time.
-`#I452148` - The issue of the y-axis label overlap has been fixed.
-`#I464813` - Fixed MinorGridLine to be visible even when the width is not set for MajorTickLine.
-`#I463171` - Fixed issue where column width was not being set properly.
-`#I462090` - Fixed an issue where startFromAxis was not working correctly for stripLine.
## 21.2.6 (2023-05-23)
### Chart
#### Bug Fixes
-`#F182033` - The marker is now proper while zooming the chart.
## 21.2.5 (2023-05-16)
### Chart
#### Bug Fixes
-`#F181976` - Now the tooltip is proper when using two axes in a chart.
-`#I451537` - Now, the axis label value is correct when an interval is not given.
-`#I451537` - Fixed an issue where the axis label was not displaying correctly.
-`#I451537` - Now, the secondary axis label will be correctly displayed without an interval.
-`#I452395` - Fixed an issue where the y-axis axis label was displaying double values.
-`#I452390` - Fixed the issue where the axis label was being trimmed despite the shift given to the edgeLabelPlacement.
## 21.2.4 (2023-05-09)
### Chart
#### Bug Fixes
-`#I457088` - Fixed the console error thrown on clicking on the legend.
-`#I459170` - Now the accumulation data label is visible when using a template.
-`#I320485` - Provided support to place a label at the center of the pie and donut charts.
-`#I416444` - Provided support for a new chart type called range step area which is used to display the difference between minimum and maximum values over a certain time period.
-`#I396453`, `#I314160` - Provided support to customize the height and color of the error bar of each data point.
#### Bug Fixes
-`#I444557` - Resolved the issue where the legend and the chart were overlapping.
-`#I431278` - Resolved issue with overlapping chart and data label when rotation is enabled.
-`#255451` - Label alignment issue in range navigator has been fixed.
### Chart
#### Bug Fixes
-`#256664` - Polar and radar axis labels overlapping with legend issue got fixed.
-`#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue got fixed.
-`#256664` - Polar and radar axis labels overlapping with legend issue fixed.
-`#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue fixed.
### Bullet Chart
Bullet Chart is the variation of bar chart, which displays one or more measures, and compares it to a target value. You can also display the measures in a qualitative range of performance such as poor, satisfactory, or good. All stock elements are rendered by using Scalable Vector Graphics (SVG).
- **Data Binding** - Binds the data with local and remote data source.
- **Animation** - Feature and target bar will be animated when rendering.
- **Tooltip** - Supports tooltip for the feature and target bar.
- **Orientation** - Supports vertical and horizontal rendering.
- **Flow Direction** - Supports to render from right to left.
- Trim support have been provided for axis title in chart.
- Axis padding at desired position has been provided.
## 17.3.9-beta (2019-09-20)
### Accumulation Chart
#### New Features
- Border support have been provided for doughnut and pie while hovering.
- Options have been provided to rotate data labels.
### Chart
#### New Features
- Options provided to customize the series tooltip format separately.
- Multi-select options have been provided to allow users to select multiple regions in a chart.
- Lasso select options have been provided to allow users to select a region by drawing freehand shapes.
- Options have been provided to rotate data labels.
## 17.2.48-beta (2019-08-28)
### Chart
#### Bug Fixes
`#243156` - Drag complete returns value in string issue has been fixed.
`#245710` - Lograthmic is not working properly for smaller value issue has been fixed.
`#243156` - Selection is not proper at the edge issue has been fixed.
`#245710` - Y-Axis of Spline chart not adjusting scale to suit dataSource issue has been fixed.
## 17.2.36 (2019-07-24)
### Stock Chart
#### Bug Fixes
The `querySelector of null` console error issue has been fixed.
### RangeNavigator
#### Bug Fixes
The `appendChild of null` console error issue has been fixed.
### Chart
#### Bug Fixes
`#240342` - While scrolling chart's scrollbar Vertical HTML scrollbar goes up issue fixed.
### Accumulation chart
#### Bug Fixes
-#241559 - Console error on doughnut chart when trying to hide a point via legend icon issue fixed.
## 17.2.34 (2019-07-11)
### Accumulation chart
#### Bug Fixes
-#240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed.
## 17.2.28-beta (2019-06-27)
### Chart
#### New Features
- Canvas rendering mode support provided.
- Overlapping data labels in funnel and pyramid charts will be arranged on both sides of the charts.
- Data Editing support provided for chart series points.
- Multi level label click event added with custom object.
#### Breaking Changes
- sizeType enumeration name changed to SizeType
### Stock Chart
#### Breaking Changes
- sizeType enumeration name changed to SizeType
## 17.1.51 (2019-06-11)
### Chart
#### Bug Fixes
-#144983 - Label style not working in axisLabelRender event for polar and radar series type issue fixed.
-#237811 - Chart rendered with default width in Internet Explorer issue fixed.
## 17.1.49 (2019-05-29)
### Stock Chart
#### Bug Fixes
-#236896 - Provided mouse event in stock charts
## 17.1.47 (2019-05-14)
### Chart
#### New Features
-#233749 - Provided zOrder support for chart series.
## 17.1.43 (2019-04-30)
### Chart
#### Bug Fixes
-#219174 - Multi line axis label is not proper when using multiple rows intersect action issue has been fixed.
-#231943 - Console error throws when using area chart out of the axis range has been fixed.
-#234027 - Chart is not destroying properly while calling destroy method issue fixed.
## 17.1.41 (2019-04-16)
### Chart
#### Bug Fixes
- Support has been provided for multiple export in horizontal mode.
## 17.1.40 (2019-04-09)
### Accumulation chart
#### Bug Fixes
- Now Accumulation chart is refreshing properly on data change.
### Chart
#### Bug Fixes
- Stacking column is not rendered properly when yvalue in string is fixed.
- Zoomposition is not proper, when the axis is inversed is fixed.
- Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed
## 17.1.32-beta (2019-03-13)
### Chart
#### New Features
- Stacking Line series type has been added to the chart.
- 100% Stacking Line series type has been added to the chart.
- Support has been provided to wrap axis labels to multiple lines.
- Chart now supports animation on data updation.
#### Bug Fixes
- Zooming icons are not visible on refreshing chart is fixed.
- Chart not exported to SVG in IE11 is fixed.
- Now the secondary axis is removed after changing the series type from pareto to line.
- Legend color is not changing while changing point color using point render event is fixed.
- Zooming icons are not visible on refreshing chart is fixed.
- Chart not exported to SVG in IE11 is fixed.
- Now the secondary axis is removed after changing the series type from pareto to line.
### Stock Chart
#### New Features
- Stock chart now allows stock events to highlight important dates.
## 17.1.1-beta (2019-01-29)
### Sparkline
#### New Features
- The right-to-left (RTL) rendering support has been provided
## 16.4.48 (2019-01-22)
### Chart
#### Bug Fixes
- Scatter chart's edge position render issue is fixed
- Datalabel did not show properly in Edge browser is fixed
- Trendline not rendering while using NaN as input issue is fixed
- DataSource not refreshed in angular chart has been fixed.
## 16.4.47 (2019-01-16)
### Chart
#### Bug Fixes
- Chart not rendering using remote data without query issue is fixed
## 16.4.45 (2019-01-02)
### Chart
#### Bug Fixes
- Duplicates of scrollbar id in multiple chart is fixed
## 16.4.44 (2018-12-24)
### Stock Chart
#### Bug Fixes
- Console error in tooltip fixed
- Highlight of buttons in period selector is working properly.
- Height of stock chart without period selector, range navigator is working fine
## 16.4.42 (2018-12-14)
### Chart
#### Breaking Changes
- Export functionality has been moved into separate module. To export the chart, inject the `Export` module.
## 16.4.40-beta (2018-12-10)
### Chart
#### New Features
- Support for grid line animation has been provided.
- Support has been provided to load data on-demand.
### Accumulation chart
#### New Features
- The center option has been provided to the accumulation chart.
- Support has been provided for different radius in pie slice.
### Stock Chart
Stock Chart component is used to track and visualize stock price of any company over a specific period using charting and range tools. All stock elements are rendered by using Scalable Vector
Graphics (SVG).
- **Data Binding** - Binds the data with local and remote data source.
- **Chart** - To represent the selected data and its supports candle, hilo, OHLC, line, spline and area type series.
- **Range Selector** - To select the smaller range from a larger collection.
- **Data Types** - Supports three different types of data, namely Numerical, Datetime, and Logarithmic.
- **Animation** - Chart series and slider will be animated when rendering and changing the selected data.
- **Period Selector** - Supports period selector to select data based on predefined periods.
- **Tooltip** - Supports tooltip for the selected data.
- **Export** - Supports to print the chart directly from the browser and exports in both JPEG and PNG format.
## 16.3.33 (2018-11-20)
### Chart
#### New Features
- Margin options are added to legend.
#### Bug Fixes
- Chart is now refreshing on changing the dataSource in series directive.
- Axis label is now rendering properly, when we have the interval in decimals.
## 16.3.32 (2018-11-13)
### Chart
#### Bug Fixes
- Polar area type border closing issue fixed.
- scrollbar inverted axis position issue fixed.
## 16.3.29 (2018-10-31)
### Chart
#### New Features
- Options provided to change the header text in tooltip.
## 16.3.27 (2018-10-23)
### Chart
#### Bug Fixes
- Stroke width for line type legend is now working fine.
## 16.3.24 (2018-10-09)
### Chart
#### Bug Fixes
- Data label template now working properly in angular.
## 16.3.22 (2018-09-25)
### Chart
#### Bug Fixes
- PDF export is now working properly in high resolution.
## 16.3.17 (2018-09-12)
### Chart
#### Bug Fixes
- Chart now working properly in IE11 after legend click.
#### New Features
- The Pareto series type has been added to the chart.
- Support has been added to the segmented, dashed, and recurrence striplines.
- Support has been added to subtitle of the chart.
- Support has been provided to trim the axis label.
- Animation effect has been added to the chart after legend click.
- The date-time label format has been improved.
### Accumulation chart
#### Bug Fixes
- Now, opacity is working properly for the series.
#### New Features
- Animation effect has been added to the accumulation chart after legend click.
- Support has been provided for broken slice to the grouped points.
## 16.2.49 (2018-08-21)
### Chart
#### Bug Fixes
- Changing label color is now working properly in `axisLabelRender` event.
## 16.2.48 (2018-08-14)
### Chart
#### New Features
- Added font argument in `textRender` event to change the font style for datalabel text.
## 16.2.47 (2018-08-07)
### Chart
#### Bug Fixes
- Removed chartmeasuretext element from the DOM.
- Outliers in Box and Whisker series is not rendering on mouse over, when we setting the marker
- visibility to false.
## 16.2.46 (2018-07-30)
### Chart
#### New Features
- Added tooltipMappingName API for binding text to tooltip from dataSource.
- Added public property to show total pages enabled in legend pagination.
## 16.2.45 (2018-07-17)
### Chart
#### Bug Fixes
- Axis Label is now rendering properly on rotating, without trimming.
- DashArray is now working properly for connector line.
#### New Features
- Added common API for binding dataSource for all series.
## 16.2.44 (2018-07-10)
### Chart
#### Bug Fixes
- Now column series is rendering properly with single data in datetime axis.
## 16.2.41 (2018-06-25)
### Chart
#### Breaking Changes
- Newly Added Range Navigator component in charts package requires Navigations and Calendars dependency, so its mandatory to include the `ej2-navigations.umd.min.js` and `ej2-calendars.umd.min.js` in system.js configuration if you are using system.js module loader.
- SVG tooltip has been moved as a separate package, so the charts require SVG-base dependency to show the tooltip. so its mandatory to include the `ej2-svg-base.umd.min.js` in system.js configuration if you are using system.js module loader.
#### Bug Fixes
- Now, tooltip is working properly when the container for chart is initialized without ID.
- The performance issue with loading 800 series in chart has been fixed.
- Loaded event is now triggering after legend click.
- Now, tooltip is working properly when the container for chart is initialized without ID.
- The performance issue with loading 800 series in chart has been fixed.
- Mean value for Box and Whisker is now rendering properly with multiple series.
#### New Features
- Histogram series type has been added to chart.
- Scrollbar feature has been added to zoom and pan the chart.
### Accumulation Chart
#### Breaking Changes
- Newly Added Range Navigator component in charts package requires Navigations and Calendars dependency, so its mandatory to include the `ej2-navigations.umd.min.js` and `ej2-calendars.umd.min.js` in system.js configuration if you are using system.js module loader.
- SVG tooltip has been moved as a separate package, so the charts require SVG-base dependency to show the tooltip. so its mandatory to include the `ej2-svg-base.umd.min.js` in system.js configuration if you are using system.js module loader.
#### New Features
- Support has been provided to group the pie slice based on count.
### RangeNavigator
The range navigator provides an intuitive interface for selecting a smaller range from a larger collection. It is commonly used in financial dashboards to filter a date range for which the data needs to be visualized. This control easily combines with other controls such as Chart, Data Grid, etc., to create rich and powerful dashboards.
- **Data Binding** - Binds the data with local and remote data source.
- **Chart** - To represent the data in RangeNavigator and its supports line, step line and area type series.
- **Slider** - To handle the selected data in RangeNavigator.
- **Data Types** - Supports three different types of data, namely Numerical, Datetime, and Logarithmic.
- **Animation** - Chart series and slider will be animated when rendering and changing the selected data.
- **Period Selector** - Supports period selector to select data based on predefined periods.
- **Light Weight** - Supports light weight RN to navigate through the data based on range.
- **Tooltip** - Supports tooltip for the selected data.
- **Export** - Supports to print the range navigator directly from the browser and exports the range navigator in both JPEG and PNG format.
### Sparkline
Sparklines are easy to interpret and also it conveys much more information to the user by visualizing the data in a small amount of space.
- **Types** - Sparklines had five type of series. Line, Area, Column and WinLoss and Pie.
- **Marker** - Sparklines support the marker feature.
- **DataLabel** - Sparklines support the datalabel feature. It uses to identify the x and y value for the current point.
- **Range Band** - Sparklines support the rangeband feature. It used to denote the certain range sparkline points.
- **Tooltip** - Sparklines support the tooltip feature. It used to interact with points to get more about current point.
### Smith Chart
Smith chart is one of the most useful data visualization tools for high frequency circuit applications. It contains two sets of circles to plot the parameters of transmission lines.
- **Types** - Smithchart had two type of rendering. Impedance and Admittance.
- **Marker** - Smithchart supports the marker feature. It used to identify point position.
- **Datalabel** - Smithchart supports the datalabel feature. It used to identify point values.
- **Legend** - Smithchart supports the legend feature. It used to denote each series names.
- **Tooltip** - Smithchart supports the tooltip feature. It used to get point values on user interaction like mouse and touch actions.
- **Print and Export** - Smithchart supports printing and exporting as different file types.
Smith chart is one of the most useful data visualization tools for high frequency circuit applications. It contains two sets of circles to plot the parameters of transmission lines.
- **Types** - Smithchart had two type of rendering. Impedance and Admittance.
- **Marker** - Smithchart supports the marker feature. It used to identify point position.
- **Datalabel** - Smithchart supports the datalabel feature. It used to identify point values.
- **Legend** - Smithchart supports the legend feature. It used to denote each series names.
- **Tooltip** - Smithchart supports the tooltip feature. It used to get point values on user interaction like mouse and touch actions.
- **Print and Export** - Smithchart supports printing and exporting as different file types.
## 16.1.48 (2018-06-13)
### Chart
#### Bug Fixes
- Mean value for Box and Whisker is now rendering properly with multiple series.
## 16.1.40 (2018-05-08)
### Chart
#### Bug Fixes
- Column width is now working properly, when enabling the `enableSideBySidePlacement` property.
## 16.1.37 (2018-04-24)
### Common
#### Bug Fixes
- Performance related issue, when loading more number of chart in angular has been fixed.
### Accumulation Chart
#### Bug Fixes
- Skipped slice rendering when `y` value as 0.
## 16.1.35 (2018-04-17)
### Common
#### Bug Fixes
- Adding `annotation` dynamically to the chart is now working.
## 16.1.29 (2018-03-13)
### Chart
#### Bug Fixes
- Issue in `removeSeries` has been fixed.
- Zooming is now working properly, when enabling the panning through code.
## 16.1.24 (2018-02-22)
### Common
#### New Features
- Added support for SVG and PDF export.
### Chart
#### New Features
- Multicolored line type and area type series have been added to chart.
- A new date-time category axis has been added.
- Spline area series type has been added to chart.
- Support has been provided to customize axis labels in multiple levels.
- Support has been provided to wrap the chart title.
- Support has been provided to sort data points in either ascending or descending order.
- Supports to move the axis labels and ticks inside the chart area.
- Axis crossing feature has been added to chart.
## 15.4.27-preview (2018-01-30)
### Chart
#### Bug Fixes
- Vertical chart for step area is not working fixed.
- Stacking Area in polar and radar not proper is fixed.
- MACD indicators not working properly in angular is fixed.
- Marker explode not proper on image type is fixed.
- Datalabel template for stacking 100 is now working properly.
- Pinch zooming is now working properly when zoom factor and position is provided.
- Binding complex datasource to chart series is now working properly.
## 15.4.23-preview (2017-12-27)
### Common
#### New Features
- Added typing file for ES5 global scripts (dist/global/index.d.ts)
#### Breaking Changes
- Modified the module bundle file name for ES6 bundling
## 15.4.22-preview (2017-12-14)
### Common
#### New Features
- Upgraded TypeScript version to 2.6.2
## 15.4.17-preview (2017-11-13)
### Chart
Chart component is used to visualize the data with user interactivity and provides customization
options to configure the data visually. All chart elements are rendered by using Scalable Vector
Graphics (SVG).
- **Series** - Chart can plot over 28 chart types that are ranging from line charts to specialized financial charts
- **Data Binding** - Binds the data with local and remote data source.
- **Data Labels and Markers** - Supports data label and marker to annotate and enhance a data.
- **Error Bar** - Supports error bar to plot possible errors in data points.
- **Axis Types** - Supports four different types of axes, namely Numerical, Categorical, Datetime, and Logarithmic.