All files / modules/75-ce/components/RecommendationHistogram RecommendationHistogram.tsx

67.95% Statements 106/156
57.14% Branches 40/70
53.33% Functions 16/30
68.18% Lines 105/154

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676              2x 2x   2x         2x           2x 2x   2x 2x 2x 2x                     2x 2x 2x 2x 2x             2x 8x                           2x 8x   8x                                             2x 5x   4x   4x 148x 148x 148x                         4x   4x                     4x 32x 32x   32x                 4x   4x                     4x                                     4x                   4x               4x           4x 12x 224x 12x 12x 12x     4x                                                                                                       2x   2x     2x   2x   2x             2x   2x                 2x                 2x               2x                                                               2x       2x       2x   2x     2x   2x 2x 2x       2x                                           14x                                                                                                                                         2x   2x     2x     2x   2x 2x   2x             2x                 2x                 2x                 2x                 2x               2x               2x   2x             2x   2x                                                                                                           2x       2x       2x       2x       2x   2x           2x         2x 2x   2x 2x 2x       2x         2x 2x   2x     2x       2x                           14x                       8x                       2x 3x          
/*
 * Copyright 2021 Harness Inc. All rights reserved.
 * Use of this source code is governed by the PolyForm Shield 1.0.0 license
 * that can be found in the licenses directory at the root of this repository, also available at
 * https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt.
 */
 
import { Container, Text, Layout } from '@wings-software/uicore'
import { Color, FontVariation } from '@harness/design-system'
 
import React from 'react'
import type { Point } from 'highcharts'
 
import type { RecommendationItem, HistogramData } from '@ce/types'
 
import {
  getCPUValueInReadableForm,
  getMemValueInReadableFormForChart,
  getCPUValueInmCPUs,
  getMemValueInGB
} from '@ce/utils/formatResourceValue'
import { convertNumberToFixedDecimalPlaces } from '@ce/utils/convertNumberToFixedDecimalPlaces'
import { useStrings } from 'framework/strings'
 
import CEChart from '../CEChart/CEChart'
import limitMarker from './images/limitMarker.svg'
import requestMarker from './images/requestMarker.svg'
import css from './RecommendationHistogram.module.scss'
 
type CustomPoint = Point & {
  plotX: number
  pointWidth: number
}
 
export type CustomHighcharts = Highcharts.Chart & {
  rePlaceMarker: (reqVal: number, limitVal?: number) => void
}
 
export enum ChartColors {
  'BLUE' = '#25a6f7',
  'GREEN' = '#38d168',
  'GREY' = '#c4c4c4',
  'GREEN_300' = '#d7f4e0'
}
 
interface HistogramHeaderProps {
  header: string
}
 
const HistogramHeader: React.FC<HistogramHeaderProps> = props => (
  <Text
    padding="xsmall"
    font={{ variation: FontVariation.TABLE_HEADERS, align: 'center' }}
    background={Color.PRIMARY_1}
    color={Color.PRIMARY_5}
  >
    {props.header}
  </Text>
)
 
interface HistogramDescriptionProps {
  description: React.ReactNode
}
 
const HistogramDescription: React.FC<HistogramDescriptionProps> = props => {
  const { getString } = useStrings()
 
  return (
    <Layout.Horizontal spacing="xsmall" padding={{ bottom: 'small' }}>
      {props.description}
      <Text font={{ variation: FontVariation.SMALL_SEMI }}>
        {getString('ce.recommendation.recommendationChart.willBeMet')}
      </Text>
    </Layout.Horizontal>
  )
}
 
interface RecommendationChartProps {
  histogramData: RecommendationItem
  onCPUChartLoad: (chart: CustomHighcharts) => void
  onMemoryChartLoad: (chart: CustomHighcharts) => void
  memReqVal: number
  cpuReqVal: number
  memLimitVal: number
  selectedRecommendation: string
  updateMemoryChart: (val: [number, number]) => void
  updateCPUChart: (reqVal: number) => void
  reRenderChart: boolean
}
 
const RecommendationHistogram: React.FC<RecommendationChartProps> = props => {
  const { cpuReqVal, memReqVal, memLimitVal, onMemoryChartLoad, onCPUChartLoad, histogramData } = props
 
  const { getString } = useStrings()
 
  const cpuData = histogramData.cpuHistogram.bucketWeights.map((bucketWeight, index) => {
    const { firstBucketSize, growthRatio, minBucket } = histogramData.cpuHistogram
    const currentIdx = index + minBucket
    return [
      convertNumberToFixedDecimalPlaces(
        (firstBucketSize * (Math.pow(1 + Number(growthRatio), currentIdx + 1) - 1)) / Number(growthRatio),
        2
      ),
      Number(bucketWeight.toFixed(2))
    ]
  })
 
  const {
    firstBucketSize: cpufirstBucketSize,
    growthRatio: cpuGrowthRatio,
    minBucket: cpuMinBucket
  } = histogramData.cpuHistogram
 
  const formattedCPUData = [
    [
      convertNumberToFixedDecimalPlaces(
        (cpufirstBucketSize * (Math.pow(1 + Number(cpuGrowthRatio), cpuMinBucket - 1) - 1)) / Number(cpuGrowthRatio),
        2
      ),
      0
    ],
    ...cpuData
  ]
 
  const memData = histogramData.memoryHistogram.bucketWeights.map((bucketWeight, index) => {
    const { firstBucketSize, growthRatio, minBucket } = histogramData.memoryHistogram
    const currentIdx = index + minBucket
 
    return [
      convertNumberToFixedDecimalPlaces(
        (firstBucketSize * (Math.pow(1 + Number(growthRatio), currentIdx + 1) - 1)) / Number(growthRatio),
        2
      ),
      Number(bucketWeight.toFixed(2))
    ]
  })
 
  const { firstBucketSize, growthRatio, minBucket } = histogramData.memoryHistogram
 
  const formattedmemData = [
    [
      convertNumberToFixedDecimalPlaces(
        (firstBucketSize * (Math.pow(1 + Number(growthRatio), minBucket - 1) - 1)) / Number(growthRatio),
        2
      ),
      0
    ],
    ...memData
  ]
 
  const plotOptions = {
    series: {
      connectNulls: true,
      animation: {
        duration: 500
      }
    },
    column: {
      borderColor: undefined,
      pointPadding: 0,
      borderWidth: 0,
      groupPadding: 0,
      shadow: false
    },
    legend: {
      enabled: false
    }
  }
 
  const getPercentileVal: (val: number, histogram: HistogramData) => number = (val, histogram) => {
    const { precomputed } = histogram
    const preComputedFilter = precomputed.filter(preComp => preComp <= val)
    const percentileVal = preComputedFilter.length - 1
    return percentileVal
  }
 
  const findNearestMemData: (
    requestVal: number,
    limitVal: number
  ) => { requestPercentileValue: number; limitPercentileValue: number } = (requestVal, limitVal) => {
    const requestPercentileValue = getPercentileVal(requestVal, histogramData.memoryHistogram),
      limitPercentileValue = getPercentileVal(limitVal, histogramData.memoryHistogram)
    props.updateMemoryChart([requestPercentileValue, limitPercentileValue])
 
    return { requestPercentileValue, limitPercentileValue }
  }
 
  const findNearestCPUData: (val: number) => number = val => {
    const requestPercentileValue = getPercentileVal(val, histogramData.cpuHistogram)
    props.updateCPUChart(requestPercentileValue)
    return requestPercentileValue
  }
 
  const getInitialXPosition: (chart: Highcharts.Chart, memReqVal: number) => number = (chart, memReqValue) => {
    const columnData = chart.series[0].points as CustomPoint[]
    const filteredColData = columnData.filter(point => point.x <= memReqValue)
    const pointArgs = filteredColData[filteredColData.length - 1]
    const memReqValX = (pointArgs?.plotX || 0) + chart.plotLeft + (pointArgs?.pointWidth || 0) / 2 - 9
    return memReqValX
  }
 
  return (
    <Container className={css.chartContainer}>
      <Layout.Vertical>
        <HistogramDescription
          description={
            <>
              <Text font={{ variation: FontVariation.SMALL_SEMI }}>
                {getString('ce.recommendation.recommendationChart.cpuHistogramHeader')}
              </Text>
              <Text font={{ variation: FontVariation.SMALL_SEMI }} color={Color.PRIMARY_7}>
                {getString('ce.recommendation.recommendationChart.request')}
              </Text>
            </>
          }
        />
        <Container>
          <HistogramHeader header={getString('delegate.delegateCPU')} />
          <CEChart
            options={{
              tooltip: {
                formatter: function () {
                  return `CPU: ${getCPUValueInReadableForm(this.x)}`
                }
              },
              series: [
                {
                  showInLegend: false,
                  pointPlacement: -0.5,
                  type: 'column',
                  data: formattedCPUData,
                  zoneAxis: 'x',
                  name: getString('delegate.delegateCPU'),
                  zones: [
                    {
                      value:
                        convertNumberToFixedDecimalPlaces(histogramData?.cpuHistogram.precomputed[cpuReqVal], 2) +
                        0.001,
                      color: ChartColors.BLUE
                    },
                    {
                      color: ChartColors.GREY
                    }
                  ]
                }
              ],
              chart: {
                height: 380,
                spacingBottom: 100,
                spacingRight: 30,
                type: 'column',
                events: {
                  load() {
                    const chart = this as CustomHighcharts
 
                    onCPUChartLoad(chart)
 
                    const cpuReqValue =
                      convertNumberToFixedDecimalPlaces(histogramData?.cpuHistogram.precomputed[cpuReqVal], 2) + 0.001
 
                    const cpuReqValueXPost = getInitialXPosition(chart, cpuReqValue)
 
                    const requestPlotLine = chart.renderer
                      .image(requestMarker, cpuReqValueXPost, 0, 20, 310)
                      .attr({
                        zIndex: 3
                      })
                      .add() as any
 
                    requestPlotLine.chartX = cpuReqValueXPost
 
                    chart.renderer
                      .rect(chart.plotLeft, 282, 0.5, 16)
                      .attr({
                        'stroke-width': 1,
                        stroke: ChartColors.BLUE,
                        zIndex: 3
                      })
                      .add()
 
                    const requestPlotLineMarker = chart.renderer
                      .rect(chart.plotLeft, 290, cpuReqValueXPost - chart.plotLeft + 10, 0.5)
                      .attr({
                        'stroke-width': 1,
                        stroke: ChartColors.BLUE,
                        zIndex: 3
                      })
                      .add()
 
                    const CPUReqPercentileText = chart.renderer
                      .text(`${cpuReqVal}th`, cpuReqValueXPost + 15, 295)
                      .attr({
                        color: ChartColors.BLUE,
                        zIndex: 3
                      })
                      .add()
 
                    chart.container.onmousemove = function (e) {
                      const chartEvent = e as any
                      if (requestPlotLine.drag) {
                        chart.pointer.normalize(chartEvent)
 
                        const extremes = {
                          left: chart.plotLeft,
                          right: chart.plotLeft + chart.plotWidth
                        }
 
                        if (chartEvent.chartX >= extremes.left - 10 && chartEvent.chartX <= extremes.right - 10) {
                          requestPlotLine.attr({ x: chartEvent.chartX })
                          requestPlotLine.chartX = chartEvent.chartX
                          requestPlotLineMarker.attr({
                            width: chartEvent.chartX - chart.plotLeft + 10
                          })
 
                          CPUReqPercentileText.attr({
                            x: chartEvent.chartX + 15
                          })
 
                          const reqPercentileVal = findNearestCPUData(
                            chart.xAxis[0].toValue(requestPlotLine.chartX + 10)
                          )
 
                          CPUReqPercentileText.attr({
                            text: `${reqPercentileVal}th`
                          })
                        }
                      }
                    }
 
                    requestPlotLine.element.onmousedown = function () {
                      requestPlotLine.drag = true
                    }
 
                    requestPlotLine.element.onmouseup = function () {
                      requestPlotLine.drag = false
                    }
 
                    chart.rePlaceMarker = currentReqVal => {
                      const currentCPUReqValue =
                        convertNumberToFixedDecimalPlaces(histogramData?.cpuHistogram.precomputed[currentReqVal], 2) +
                        0.001
 
                      const cuurentCPUReqValueXPost = getInitialXPosition(chart, currentCPUReqValue)
 
                      requestPlotLine.attr({ x: cuurentCPUReqValueXPost })
                      requestPlotLine.chartX = cuurentCPUReqValueXPost
                      requestPlotLineMarker.attr({
                        width: cuurentCPUReqValueXPost - chart.plotLeft + 10
                      })
 
                      CPUReqPercentileText.attr({
                        x: cuurentCPUReqValueXPost + 15,
                        text: `${currentReqVal}th`
                      })
                    }
                  }
                }
              },
              plotOptions,
              xAxis: {
                crosshair: true,
                title: {
                  text: getString('ce.recommendation.recommendationChart.cpuPlaceholder')
                }
              },
              yAxis: {
                endOnTick: true,
                title: {
                  text: getString('ce.recommendation.recommendationChart.noOfSamples')
                },
                labels: {
                  formatter: function () {
                    return getCPUValueInmCPUs(Number(this.value))
                  }
                }
              }
            }}
          />
        </Container>
      </Layout.Vertical>
      <Layout.Vertical>
        <HistogramDescription
          description={
            <>
              <Text font={{ variation: FontVariation.SMALL_SEMI }}>
                {getString('ce.recommendation.recommendationChart.memoryHistogramHeader')}
              </Text>
              <Text font={{ variation: FontVariation.SMALL_SEMI }} color={Color.PRIMARY_7}>
                {getString('ce.recommendation.recommendationChart.request')}
              </Text>
              <Text font={{ variation: FontVariation.SMALL_SEMI }}>
                {getString('ce.recommendation.recommendationChart.and')}
              </Text>
              <Text font={{ variation: FontVariation.SMALL_SEMI }} color={Color.GREEN_500}>
                {getString('ce.recommendation.recommendationChart.limitLabelRegular')}
              </Text>
            </>
          }
        />
        <Container>
          <HistogramHeader header={getString('ce.recommendation.recommendationChart.memoryLabel')} />
          <CEChart
            options={{
              tooltip: {
                formatter: function () {
                  return `Memory: ${getMemValueInReadableFormForChart(this.x)}`
                }
              },
              series: [
                {
                  showInLegend: false,
                  pointPlacement: -0.5,
                  type: 'column',
                  name: getString('ce.recommendation.recommendationChart.memoryLabelRegular'),
                  data: formattedmemData,
                  zoneAxis: 'x',
                  zones: [
                    {
                      value:
                        convertNumberToFixedDecimalPlaces(histogramData?.memoryHistogram.precomputed[memReqVal], 2) + 1,
                      color: ChartColors.BLUE
                    },
                    {
                      value:
                        convertNumberToFixedDecimalPlaces(histogramData?.memoryHistogram.precomputed[memLimitVal], 2) +
                        1,
                      color: ChartColors.GREEN
                    },
                    {
                      color: ChartColors.GREY
                    }
                  ]
                }
              ],
              chart: {
                height: 380,
                type: 'column',
                spacingRight: 30,
                spacingBottom: 100,
                events: {
                  load() {
                    const chart = this as CustomHighcharts
 
                    onMemoryChartLoad(chart)
 
                    const memReqValue =
                      convertNumberToFixedDecimalPlaces(histogramData?.memoryHistogram.precomputed[memReqVal], 2) + 1
 
                    const memLimitValue =
                      convertNumberToFixedDecimalPlaces(histogramData?.memoryHistogram.precomputed[memLimitVal], 2) + 1
 
                    const memRequestMarkerXPos = getInitialXPosition(chart, memReqValue)
                    const memLimitMarkerXPos = getInitialXPosition(chart, memLimitValue)
 
                    const requestPlotLine = chart.renderer
                      .image(requestMarker, memRequestMarkerXPos, 0, 20, 310)
                      .attr({
                        zIndex: 3
                      })
                      .add() as any
 
                    const requestPlotLineMarker = chart.renderer
                      .rect(chart.plotLeft, 290, memRequestMarkerXPos - chart.plotLeft + 10, 0.5)
                      .attr({
                        'stroke-width': 1,
                        stroke: ChartColors.BLUE,
                        zIndex: 3
                      })
                      .add()
 
                    chart.renderer
                      .rect(chart.plotLeft, 282, 0.5, 16)
                      .attr({
                        'stroke-width': 1,
                        stroke: ChartColors.BLUE,
                        zIndex: 3
                      })
                      .add()
 
                    const LimitPlotLineMarker = chart.renderer
                      .rect(chart.plotLeft, 310, memLimitMarkerXPos - chart.plotLeft + 10, 0.5)
                      .attr({
                        'stroke-width': 1,
                        stroke: ChartColors.GREEN,
                        zIndex: 3
                      })
                      .add()
 
                    chart.renderer
                      .rect(chart.plotLeft, 302, 0.5, 16)
                      .attr({
                        'stroke-width': 1,
                        stroke: ChartColors.GREEN,
                        zIndex: 3
                      })
                      .add()
 
                    const memLimitPercentileText = chart.renderer
                      .text(`${memLimitVal}th`, memLimitMarkerXPos + 15, 315)
                      .attr({
                        color: ChartColors.GREEN,
                        zIndex: 3
                      })
                      .add()
 
                    const memReqPercentileText = chart.renderer
                      .text(`${memReqVal}th`, memRequestMarkerXPos + 15, 295)
                      .attr({
                        color: ChartColors.BLUE,
                        zIndex: 3
                      })
                      .add()
 
                    requestPlotLine.chartX = memRequestMarkerXPos
 
                    const limitPlotLine = chart.renderer
                      .image(limitMarker, memLimitMarkerXPos, 0, 20, 330)
                      .attr({
                        zIndex: 3
                      })
                      .add() as any
 
                    limitPlotLine.chartX = memLimitMarkerXPos
 
                    chart.container.onmousemove = function (e) {
                      const chartEvent = e as any
                      chart.pointer.normalize(chartEvent)
 
                      const extremes = {
                        left: chart.plotLeft,
                        right: chart.plotLeft + chart.plotWidth
                      }
 
                      if (requestPlotLine.drag) {
                        if (chartEvent.chartX >= extremes.left - 10 && chartEvent.chartX <= extremes.right - 10) {
                          requestPlotLine.attr({ x: chartEvent.chartX })
                          requestPlotLine.chartX = chartEvent.chartX
                          requestPlotLineMarker.attr({
                            width: chartEvent.chartX - chart.plotLeft + 10
                          })
 
                          memReqPercentileText.attr({
                            x: chartEvent.chartX + 15
                          })
                          const percentileValues = findNearestMemData(
                            chart.xAxis[0].toValue(requestPlotLine.chartX + 10),
                            chart.xAxis[0].toValue(limitPlotLine.chartX + 10)
                          )
                          memReqPercentileText.attr({
                            text: `${percentileValues.requestPercentileValue}th`
                          })
                        }
                      }
 
                      if (limitPlotLine.drag) {
                        if (chartEvent.chartX >= extremes.left - 10 && chartEvent.chartX <= extremes.right - 10) {
                          limitPlotLine.attr({ x: chartEvent.chartX })
                          limitPlotLine.chartX = chartEvent.chartX
 
                          LimitPlotLineMarker.attr({
                            width: chartEvent.chartX - chart.plotLeft + 10
                          })
                          memLimitPercentileText.attr({
                            x: chartEvent.chartX + 15
                          })
 
                          const percentileValues = findNearestMemData(
                            chart.xAxis[0].toValue(requestPlotLine.chartX + 10),
                            chart.xAxis[0].toValue(limitPlotLine.chartX + 10)
                          )
 
                          memLimitPercentileText.attr({
                            text: `${percentileValues.limitPercentileValue}th`
                          })
                        }
                      }
                    }
 
                    requestPlotLine.element.onmousedown = function () {
                      requestPlotLine.drag = true
                    }
 
                    requestPlotLine.element.onmouseup = function () {
                      requestPlotLine.drag = false
                    }
 
                    limitPlotLine.element.onmousedown = function () {
                      limitPlotLine.drag = true
                    }
 
                    limitPlotLine.element.onmouseup = function () {
                      limitPlotLine.drag = false
                    }
 
                    chart.rePlaceMarker = (currentReqVal, currentLimitVal) => {
                      const currentMemReqValue =
                        convertNumberToFixedDecimalPlaces(
                          histogramData?.memoryHistogram.precomputed[currentReqVal],
                          2
                        ) + 1
 
                      const currentMemLimitValue =
                        convertNumberToFixedDecimalPlaces(
                          histogramData?.memoryHistogram.precomputed[currentLimitVal as number],
                          2
                        ) + 1
 
                      const currentMemRequestMarkerXPos = getInitialXPosition(chart, currentMemReqValue)
                      const currentMemLimitMarkerXPos = getInitialXPosition(chart, currentMemLimitValue)
 
                      requestPlotLine.attr({ x: currentMemRequestMarkerXPos })
                      requestPlotLine.chartX = currentMemRequestMarkerXPos
                      requestPlotLineMarker.attr({
                        width: currentMemRequestMarkerXPos - chart.plotLeft + 10
                      })
 
                      memReqPercentileText.attr({
                        x: currentMemRequestMarkerXPos + 15,
                        text: `${currentReqVal}th`
                      })
 
                      limitPlotLine.attr({ x: currentMemLimitMarkerXPos })
                      limitPlotLine.chartX = currentMemLimitMarkerXPos
 
                      LimitPlotLineMarker.attr({
                        width: currentMemLimitMarkerXPos - chart.plotLeft + 10
                      })
                      memLimitPercentileText.attr({
                        x: currentMemLimitMarkerXPos + 15
                      })
 
                      memLimitPercentileText.attr({
                        text: `${currentLimitVal}th`
                      })
                    }
                  }
                }
              },
              plotOptions,
              xAxis: {
                title: {
                  text: getString('ce.recommendation.recommendationChart.memoryUsagePlaceholder')
                },
                labels: {
                  formatter: function () {
                    return `${getMemValueInGB(Number(this.value))}`
                  }
                },
                crosshair: true
              },
              yAxis: {
                endOnTick: true,
                title: {
                  text: getString('ce.recommendation.recommendationChart.noOfSamples')
                },
                labels: {
                  formatter: function () {
                    return `${this['value']}`
                  }
                }
              }
            }}
          />
        </Container>
      </Layout.Vertical>
    </Container>
  )
}
 
export default React.memo(RecommendationHistogram, (prevProps, nextProps) => {
  return (
    prevProps.selectedRecommendation === nextProps.selectedRecommendation &&
    prevProps.reRenderChart === nextProps.reRenderChart
  )
})