events: {
        legendItemClick: function (this: Series): void {
          saveSeriesVisibility(chartName, this.options.custom?.code, !this.visible)
        }
      }