k6charts

0.2.0 • Public • Published

K6 Charts

Library for drawing K6 data on charts.

Usage

const data = <K6 Data Converted into an array>
const metrc = 'http_req_duration';
const id = 'chartId';
const chart = new K6Chart(metric, data);
chart.graph(id);

/k6charts/

    Package Sidebar

    Install

    npm i k6charts

    Weekly Downloads

    2

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • skylerto