visual-plan
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

Visual Plan

A React component to show a visualization of execution plan.

Install

npm i -S visual-plan

Usage

import React from "react"
import ReactDOM from "react-dom"
import VisualPlan from 'visual-plan'
import 'visual-plan/dist/index.css'

const App = () => (
  <div style={{ height: 600 }}>
    <VisualPlan data={binaryPlanData} />
  </div>
)

const app = document.getElementById("app")
ReactDOM.render(<App />, app)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.80latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.80
0.0.752
0.0.60
0.0.50
0.0.40
0.0.30
0.0.2-beta90
0.0.2-beta80
0.0.2-beta40
0.0.2-beta20
0.0.2-beta10
0.0.10

Package Sidebar

Install

npm i visual-plan

Weekly Downloads

52

Version

0.0.8

License

MIT

Unpacked Size

499 kB

Total Files

43

Last publish

Collaborators

  • shhdnpm
  • yini_x