1.3.1 • Published 5 years ago

react-mutation-plot v1.3.1

Weekly downloads
16
License
GPL-3.0-or-later
Repository
-
Last release
5 years ago

react-mutation-plot

A light weight adaptation React based mutation lollipop plot from cBioPortal frontend.

NPM JavaScript Style Guide

schermafbeelding 2019-02-19 om 17 56 14

Install

npm install --save react-mutation-plot

Usage

Check the /example folder for a complete usage.

import React, { Component } from 'react'

import Lollipop from 'react-mutation-plot'

class Example extends Component {
  render () {
    return (
      <LollipopPlot
        domains={domains}
        lollipops={lollipops}
        vizWidth={vizWidth}
        vizHeight={vizHeight}
        hugoGeneSymbol={hugoGeneSymbol}
        xMax={xMax}
        yMax={yMax}
        onLollipopClick={onLollipopClickHandler}
      />
    )
  }
}
1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago