Skip to content

v2.17.0

Compare
Choose a tag to compare
@jinwoo-kim-nhn jinwoo-kim-nhn released this 13 Mar 10:14
· 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.