Skip to content

v3.0.1

Compare
Choose a tag to compare
@jinwoo-kim-nhn jinwoo-kim-nhn released this 13 Mar 07:52
· 390 commits to main since this release

Added

  • Labels hidden on x and y axes

    • [xAxis|yAxis|rightYAxis].showLabel

      var option = {
          yAxis: {
              showLabel: false
          }
      }
  • Ability to change the output order of spectrum legends

    • legend.reversed

      var option = {
          legend: {
              reversed: true
          }
      }

Fixed

  • Fixed a bug where the tooltip of the selected series did not appear when data values of series were overlapped.
  • Fixed a bug where the color of a part of the spectrum legend area did not appear.
  • Fixed a bug where the font color of the series label in the theme does not apply.
  • Fixed a bug where the band / line was not created if the plot band / line setting was set to a string number when the data was a time stamp type.

Removed

  • The option to rotate the y-axis title has been removed (removed as an option that is not appropriate for the changed design)
  • Removed the tooltip.position option that was deprecated (can be replaced with tooltip.offsetX or tooltip.offsetY)

Design Changed

    1. Common area
    • change chart default color specified in defaultTheme
    • chart title sort has been changed from center sort to left sort
    • y axis title position has been changed to top
    • change to x-axis title position left alignment
    • changed x, y axis line thickness to look thinner
    • change legend area checkbox appearance and icon appearance
    • change the default appearance of tooltip
    • exportMenu Change appearance
    1. Bar chart
    • removed the gap between the bars
    • change the mouseover effect
    1. Column chart
    • removed the gap between the bars.
    • change the mouseover effect.
    1. Line chart
    • the default line thickness has increased (2px => 6px)
    • change the size and shape of the default dot
    1. Area chart
    • change the default appearance of area
      • Default areaOpacity changed from 0.5 to 1
    • change the shape and animation effect when mouseover
      • the default line thickness has increased (2px => 6px)
      • The mouseover area area changed to transparent
    1. Bubble chart
    • the opacity of the basic bubble has been changed from 0.5 to 0.8
    • change the shape and animation effect when mouseover
    1. Scatter chart
    • default scatter opacity has been changed from 0.5 to 0.8
    1. Pie chart
    • The series label status of the pie chart has been changed
      • regardless of the labelAlign option, the sereis value label is always centered (applies only to legend labels)
      • when the labelAlign option is outer, the color of the legend label of the series is changed to be applied
    • change the mouseover effect
    1. Map chart
    • zoom button position change
    • change default spectrum color
    • change spectrum legend shape
    • change the shape and animation effect when mouseover
    1. Heatmap chart
    • change default spectrum color
    • change spectrum legend shape
    • change the shape and animation effect when mouseover
    1. Treemap chart
    • The color representation of the series has been changed
    1. Radial chart
    • the default line thickness has increased (2px => 6px)
    • change the mouseover effect