Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Declarative, interactive, linked 📊📈 components

NotificationsYou must be signed in to change notification settings

keller-mark/vueplotlib

Repository files navigation

Build StatusCoverage Statusnpm version

vueplotlib

V

This repository will serve as a place for reusable Vue plot components (built with D3).These components were developed for use inExploSig.

Features

  • Declarative: declare scales, data, and styling options
  • Interactive: hover and click events, axis brushing, downloading (to SVG)
  • Fast: canvas plots
  • Linked: declarative API enables automatic linking of scales across plots
  • History: record interactions for forward/backward navigation, import/export (via JSON)
  • Composable: axes and legends are separate from plots, mix and match
  • Customizable: extend the scale classes (see GenomeScale, BinaryScale). extend the history capabilities.

Installation

yarn add vueplotlib

Example Usage

Please see thevueplotlib-examples repository for minimal examples of usage.

Plot Components

  • BarPlot ✅
  • StackedBarPlot ✅
  • ScatterPlot ✅
  • TrackPlot ✅
  • MultiTrackPlot ✅
  • BoxPlot ✅
  • MultiBoxPlot ✅
  • HierarchicalMultiTrackPlot ✅

Stratified Plot Components

  • StratifiedBoxPlot ✅
  • StratifiedScatterPlot ✅
  • StratifiedSinaPlot ✅
  • StratifiedKaplanMeierPlot ✅

Genome Plot Components

  • GenomeScatterPlot ✅
  • GenomeStackedBarPlot ✅
  • GenomeTrackPlot ✅
  • GenomeMultiTrackPlot ✅

Axis Components

  • Axis ✅
  • GenomeAxis ✅
  • DendrogramAxis ✅

Legend Components

  • CategoricalLegend ✅
  • ContinuousLegend ✅

Other Components

  • PlotContainer ✅
  • SortOptions ✅

Future Plans for Components

  • GenomeBarPlot
  • GroupedBarPlot
  • ViolinPlot
  • SinaPlot
  • BeeswarmPlot
  • JitterPlot
  • HorizontalBarPlot
  • HorizontalStackedBarPlot
  • HorizontalBoxPlot
  • HorizontalMultiBoxPlot
  • LinePlot
  • KaryotypePlot
  • GenomeGenePlot

Development

Install dependencies:

yarn

Serve for development athttp://localhost:8080:

yarn run serve

Build for production (generates/dist and/examples):

yarn run build

Run tests withjest:

yarn runtest

Compile documentation withdocumentationjs:

yarn run docs



This was inspired by the following projects:

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp