Skip to content
Snippets Groups Projects

feat: add overlay chart in bioentity drawer (MIN-236)

Merged Adrian Orłów requested to merge MIN-236-overlay-chart-in-bioentity-drawer into development
1 unresolved thread

Closes MIN-236

Objective

Implement overlay chart in bioentity drawer

What has been done:

  • chart with axis representing overlays values (scale, single color, no color, genomics)
  • table with genomics
  • cosmetic changes
  • unit tests for components only

image

Edited by Adrian Orłów

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 37 if (axis?.geneVariants) {
    38 return axis.geneVariants.length.toString();
    39 }
    40
    41 return axis.value ? axis.value.toFixed(TWO) : DEFAULT_VALUE_TITLE;
    42 };
    43
    44 export const getOverlayAxisData = (axis: OverlayDataAxis): OverlayAxisProps => {
    45 return {
    46 title: axis.title,
    47 background: {
    48 color: addAlphaToHexString(axis.color, ONE_DECIMAL),
    49 },
    50 bar: {
    51 color: axis.color,
    52 percentage: getBarPercentage(axis.value),
  • LGTM, RFC: typo

    Edited by mateusz-winiarczyk
  • mateusz-winiarczyk approved this merge request

    approved this merge request

  • Adrian Orłów resolved all threads

    resolved all threads

  • merged

  • Adrian Orłów mentioned in commit 9f88a02d

    mentioned in commit 9f88a02d

  • Adrian Orłów mentioned in merge request !125 (merged)

    mentioned in merge request !125 (merged)

  • Please register or sign in to reply
    Loading