Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

flowappplatform-appbuilder-graphs

TheHyphen14MIT1.4.11TypeScript support: included

Graph Module for Flow App Builder

readme

App Builder Graphs

Install

npm install --save flowappplatform-appbuilder-graphs

Development with App Builder

cd into the project and run

npm link

and then cd into app-builder project and run

npm link flowappplatform-appbuilder-graphs

Now, whenever you change anything in either project, the app-builder will reload with new changes.

Usage

import * as React from 'react'

import KonvaGraphs from 'konva-graphs'

class Example extends React.Component {
  render () {
    return (
      <KonvaGraphs graphs={graphs} />
    )
  }
}

Types provided along with package.