Skip to content

Releases: nhn/tui.chart

2.7.0

07 Feb 08:09
Compare
Choose a tag to compare
  • 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
    • Change chart rendering (DOM -> SVG)
      • Affected components.
        • title, legend, axis, plot
  • 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

2.6.3

30 Dec 02:29
Compare
Choose a tag to compare
  • bugfix
    • Axis min, max option bug fixed

2.6.2

30 Dec 02:29
Compare
Choose a tag to compare
  • bugfix
    • Calculate scaleData.stepCount with normalized min, max value and step value

2.6.1

29 Dec 06:35
Compare
Choose a tag to compare
  • 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 rather tui-component-effects caused by tui-component-effects deprecated.

2.5.0

30 Nov 06:53
Compare
Choose a tag to compare
  • 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

26 Aug 02:55
Compare
Choose a tag to compare

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.
    • API
      • Added chart.addPlotBand, chart.addPlotLine APIs for dynamically represent lines and bands on background.
      • Added chart.setTooltipOffset API for changing tooltip.offsetX and tooltip.offsetY options.
      • Added chart.resetTooltipOffset for reseting
    • Theme
      • Added fontWeight theme for bolding title and label on chart.
  • Deprecated
    • Options
      • Deprecated tooltip.position option.
    • API
      • Deprecated chart.setTooltipPosition, chart.resetTooltipPosition APIs.

Date

  • 2016.8

Developer

v2.2.0

29 Jul 04:38
Compare
Choose a tag to compare

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.

Date

  • 2016.7

Developer

v2.1.0

01 Jul 00:12
Compare
Choose a tag to compare

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.

Date

  • 2016.6

Developer

v2.0.0

27 May 08:48
Compare
Choose a tag to compare

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.
  • 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.

Date

  • 2016.5

Developer

v1.5.2

28 Apr 09:43
Compare
Choose a tag to compare

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.

Date

  • 2016.4

Developer