Skip to content

Releases: nhn/tui.chart

1.5.1

01 Apr 07:01
Compare
Choose a tag to compare

API

Descriptions

  • New
    • Features
      • Added map data.
        • South Korea, USA, China, Japan, Singapore, Thailand, Taiwan
      • Added mouse wheel zoom for map chart.
      • Added range Bar, Column chart, using the range data type.
      • Added group stacked chart.
    • Options
      • Added options.yAxis.align for the placement of central yAxis for diverging chart.
  • Fixed.
    • Fix rendering bug of rotated xAxis label for IE7.

Date

  • 2016.3

Developer

v1.5.0

04 Feb 09:24
Compare
Choose a tag to compare

API

Descriptions

  • New
    • Features
      • Added map chart
    • Options
      • Added options.series.diverging for bar type chart(bar, column)
  • Fixed.
    • Fixed rendering error of pie chart that occurs when there is only one input data

Date

  • 2016.1

Developer

v1.4.0

30 Dec 23:48
Compare
Choose a tag to compare

API

Descriptions

  • New
    • Features
      • Added legend selection.
      • Added legend checkbox.
      • Added representation about negative values at stacked chart(bar, column, area).
    • Options
      • Added options.legend.align type(top, bottom, left).
      • Added options.series.stacked for area chart.
      • Added options.series.spline for line type chart(line, area).
      • Added options.xAxis.rotation(defalut: true).
  • Changed
    • Changed options.tooltip.template type(string --> function).

Date

  • 2015.12

Developer

v1.3.0

25 Nov 23:27
Compare
Choose a tag to compare

API

Descriptions

  • New
    • Support IE7.
    • Options
      • Added options.series.barWidth .
      • Added options.legend.hidden .
      • Added options.series.hasSelection .
    • User event handler
      • Added selectLegend user event.
      • Added selectSeries, unselectSeries user event.
      • Added beforeShowTooltip, afterShowTooltip.
    • Public APIs
      • Added resize() method.
      • Added setTooltipAlign() method.
      • Added setTooltipPosition() method.
      • Added resetTooltipAlign() method.
      • Added resetTooltipPosition() method.
    • Theme
      • Added theme.series.selectionColor .
  • Changed
    • Changed option path and name.
      • options.tooltip.position β€”> options.tooltip.align
      • options.tooltip.addPosition β€”> options.tooltip.position
      • options.series.legendType β€”> options.legend.align

Date

  • 2015.11

Developer

v1.2.0

30 Oct 01:28
Compare
Choose a tag to compare

API

Description

  • The namespace is changed to "tui".
  • Features
    • Added options.xAxis(yAxis).labelInerval.
      • 'labelInterval' option makes it possible to render the labels at specific intervals .
    • Added animation of tooltip.
    • Added options.tooltip.grouped.
      • 'grouped' option lets you create a group tooltip.
    • Added area chart.
  • Enhancement
    • Series was aligned with the x-axis tick in the line chart .
    • Improved event detection method for the line chart tooltips.
    • It changed the method of calculating the position of the pie chart tooltips.
  • Bug fix.
    • Fixed an error label representation using the rotation.
    • Fixed a comma formatting errors in labeling.

Date

  • 2015.10

Developer

v1.1.1a

28 Oct 13:59
Compare
Choose a tag to compare

API

Description

  • Hotfix
    • Fixed error about string type values.

Date

  • 2015.10

Developer

v1.1.1

28 Oct 13:58
Compare
Choose a tag to compare

API

Description

  • Add start animation. (All Chart)
  • Add showLabel option. (All Chart)
  • Add legendType option. (Pie Chart)

Date

  • 2015.09

Developer

v1.1.0

28 Oct 13:56
Compare
Choose a tag to compare

API

Description

  • Change insert data structure.
  • Add Combo Chart.
  • Add Pie Chart.
  • Add stacked option.(Bar, Column)
  • Add tooltip position options.
  • Add axis min, max options.

Date

  • 2015.08

Developer

v1.0.0

28 Oct 13:53
Compare
Choose a tag to compare

API

Description

  • First deploy.

Date

  • 2015.07

Developer