mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-07 09:47:19 +00:00
* pie chart for protocols and methods by requests and volume * protocols legend * timeline bar chart component created * timeline can view requests and volume * sorting the bra charts by timestemp * disable view of <1% pieces in pie * space added to the end of the file * package.json update * cr fixes * remove spave * remove unnecessary react fragment Co-authored-by: Liraz Yehezkel <lirazy@up9.com>
mizu-common
Made with create-react-library
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 />
}
}