kubeshark/ui-common
lirazyehezkel c9d4f88de8
TRA-4602 Traffic statistics - Pie Chart (#1153)
* pie chart for protocols and methods by requests and volume

* protocols legend

* methods legend

* pie chart component

* code refactor

* no message

Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
2022-06-19 17:19:06 +03:00
..
src TRA-4602 Traffic statistics - Pie Chart (#1153) 2022-06-19 17:19:06 +03:00
.editorconfig UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
.eslintignore Introducing eslint (#1048) 2022-04-28 11:46:00 +03:00
.prettierrc UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
.travis.yml UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
package-lock.json Recreate package-lock to remove "old" packages (#1152) 2022-06-16 13:04:38 +03:00
package.json TRA-4602 Traffic statistics - Pie Chart (#1153) 2022-06-19 17:19:06 +03:00
README.md UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
tsconfig.json UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00

mizu-common

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @up9/mizu-common

Usage

import React, { Component } from 'react'

import MyComponent from 'l@up9/mizu-common'
import '@up9/mizu-common/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ©