Skip to content

v3.3.0

Compare
Choose a tag to compare
@jinwoo-kim-nhn jinwoo-kim-nhn released this 06 Aug 04:48
· 390 commits to main since this release

Added

  • The sereis.labelSuffix and series.labelPrefix options have been added to the labelable charts.
series: {
    showLabel: true,
    labelSuffix: '$',
    labelPrefix: '^',
}
  • Important - Added bundle file type in 'dist directory'.
    • Added tui-chart-all.js - Includes all dependency modules, including 'babel-polyfill', in bundle file code
    • Added tui-chart-polyfill.js - Dependency modules are not included in the code, but include only 'babel-polyfill'.

Changed

  • tui-chart.js - The babel-polyfill dependency code in the main bundle file tui-chart.js has been removed.
    • tui-chart.js does not include a dependency module.
      Prev version's 'tui-chart.js' includes 'babel-polyfill' in the code, so we've added a tui-chart-polyfill.js file to reduce user confusion.
    • 'tui-cahrt-polyfill.js' is an intermediate temporary distribution file intended to reduce user confusion and will be deprecated soon.

Fixed

  • Fixed a bug where a 0-byte file was created when exporting a line chart or a chart containing lines to image.