Releases: nhn/tui.chart
Releases Β· nhn/tui.chart
2.7.0
- feature
- Image export added.
- Download current chart to
PNG
,JPEG
image supports. - Basic support:
- Chrome
- Firefox
- Edge
- Additional library need (Just load canvg on page.):
- Internet Explorer 10
- Internet Explorer 11
- Download current chart to
- Change chart rendering (DOM -> SVG)
- Affected components.
- title, legend, axis, plot
- Affected components.
- Image export added.
- bug-fix
- Grouped tooltip's color reference error when legend is hidden fixed.
- Zoomable feature available in invalid data type (lineChart with oordinate type data) fixed.
- Ensure left, right limit position on lineChart zoom feature.
- etc
- Dependency removed -
tui-component-animation
Raphael.js
version updated - Raphael.js - v2.2.7
- Dependency removed -
2.6.3
- bugfix
- Axis min, max option bug fixed
2.6.2
- bugfix
- Calculate
scaleData.stepCount
with normalized min, max value and step value
- Calculate
2.6.1
- feature
- RadialChart added.
- Import series, category data from HTML Table element is now available.
- In areaChart, barChart, columnChart, lineChart
- Chart data client-side download to
~.xls
,~.csv
now available.- Supports: Internet Explorer 10 ~ 11, Edge, Firefox, Chrome.
series.visible
option is now available.- Pie chart's tooltip show percentage in default.
- Support
null
data on series datum.
- bug-fix
- Ensure series color rotation when series count great or equal 7.
- Do not render plot band which xAxis position exceeds max x position.
- Axis tick interval normalize.
- Export data bug fixed on
sereisSelect
event. - Ensure to use axis.min, axis.max option value on single series chart.
- Legend checkbox bug fixed in PieDonutComboChart.
- etc
- use
tui-component-animation
rathertui-component-effects
caused bytui-component-effects
deprecated.
- use
2.5.0
- feature
- LineScatterComboChart is added.
series.barWidth
option for rendering nested bar, column is now available.
- bug-fix
- Label height calculating function always calculate '[object Object]'
- XAxis zoom error occurs on Line, Area chart
- Autotick and shifting data mis-distinction on xAxis zooming
- etc
- Change bar, column dimension calculation base to data point
- Code refactoring
- Update ESLint rules
- Change develop environment 'Gulp' to 'Webpack'
v2.3.0
API
Descriptions
- New
- Features
- Supports coordinate data like x, y In the line, area charts.
- Options
- Added
type='datetime'
,dateFormat
options for formatting labels in axes(xAxis, yAxis). - Added
plot.bands
,plot.lines
options for represent lines and bands on background in Line and Area chart. - Added
title.offsetX
,title.offsetY
for moving a title to four direction like top, bottom, left and right. - Added
tooltip.offsetX
,tooltip.offsetY
for moving a tooltip to four direction like top, bottom, left and right.
- Added
- API
- Added
chart.addPlotBand
,chart.addPlotLine
APIs for dynamically represent lines and bands on background. - Added
chart.setTooltipOffset
API for changingtooltip.offsetX
andtooltip.offsetY
options. - Added
chart.resetTooltipOffset
for reseting
- Added
- Theme
- Added
fontWeight
theme for bolding title and label on chart.
- Added
- Features
- Deprecated
- Options
- Deprecated
tooltip.position
option.
- Deprecated
- API
- Deprecated
chart.setTooltipPosition
,chart.resetTooltipPosition
APIs.
- Deprecated
- Options
Date
- 2016.8
Developer
- NHN Ent. FE Development Lab ([email protected])
v2.2.0
API
Descriptions
- New
- Features
- Added Treemap chart.
- Added Line & Area Combo chart.
- Options
- Added series.useLeaftLabel option for representing label of leaf node to screen.
- Added series.useColorValue option for applying colorValue.
- Features
Date
- 2016.7
Developer
- NHN Ent. FE Development Lab ([email protected])
v2.1.0
API
Descriptions
- New
- Features
- Added Heatmap chart.
- API
- Added addData for dynamically adding data in line and area chart.
- Options
- Added series.zoomable option for zoom by mouse drag in line and area chart.
- Added series.shifting option for shift existing data when using addData API.
- Added xAxis.tickInterval=auto option for automatically adjusting tick of xAxis in line and area chart.
- User event handler
- Added 'load' user event, that occurs when the load is complete.
- Features
Date
- 2016.6
Developer
- NHN Ent. FE Development Lab ([email protected])
v2.0.0
Toase UI Chart follows the semantic versioning from this release.
API
Descriptions
- New
- Features
- Added Scatter chart.
- Added Pie&Donut Combo chart.
- Options
- Added series.radiusRange option for creating donut chart.
- Added series.startAngle and series.endAngle options for creating semi circle chart.
- Added series.showLegend option for showing legend on series of pie chart.
- Added series. labelAlign option for aligning label on series of pie chart.
- Added xAxis.rotateTitle option for not rotating title of xAxis.
- Features
- Changed
- Options
- Changed name from xAxis.rotation to xAxis.rotateLabel.
- Changed name from series.hasSelection to series.allowSelect.
- Changed name from series.hasDot to series.showDot.
- Changed name from legend.hasCheckbox to legend.showCheckbox.
- Changed name from legend.hidden to legend.visible.
- Changed name from circleLegend.hidden to circleLegend.visible.
- Changed name from plot.hideLine to plot.showLine.
- Options
Date
- 2016.5
Developer
- NHN Ent. FE Development Team ([email protected])
v1.5.2
API
Descriptions
- New
- Features
- Added Bubble chart.
- Added range Area chart, using the range data type.
- Options
- Added option of type of function for data formatting.
options.series.format
- Added circleLegend.hidden option for hiding circle legend area.
- Added plot.hideLine option for hiding plot lines.
- Added option of type of function for data formatting.
- Features
Date
- 2016.4
Developer
- NHN Ent. FE Development Team ([email protected])