@logo-rn/logo-line-chart

0.2.0 • Public • Published

@logo-rn/logo-line-chart

is a chart uses points connected by line segments from left to right to demonstrate changes in value.

npm version

Installation

Install the component:

npm i @logo-rn/logo-line-chart -s

Usage

Once installed, import the component in your application:

import {LogoLineChart} from '@logo-rn/logo-line-chart';
  const dataAccess: LineDataAccessProps = {
      source: "a",
      dataSet: [
        {
          x: 1,
          y: 2,
        },
        {
          x: 2,
          y: 3,
        }
      ],
    };
    //...
     <LogoLineChart
       dataAccess={dataAccess}
    />

For more detailed information, please visit:

Logo Elements Documentation ↗

Package Sidebar

Install

npm i @logo-rn/logo-line-chart

Weekly Downloads

1

Version

0.2.0

License

See license in LICENSE file

Unpacked Size

15.4 kB

Total Files

8

Last publish

Collaborators

  • ahmet.borslan
  • devrim.guner
  • eren.kiraz
  • emine.izmir
  • gamzeyapici
  • serhan.gurbuz