Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cognite/react-timeseries-chart

Package Overview
Dependencies
Maintainers
137
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cognite/react-timeseries-chart

[![Build Status](https://github.com/cognitedata/react-timeseries-chart/workflows/Lint%20&%20Build%20&%20Test%20&%20Deploy/badge.svg)](https://github.com/cognitedata/react-timeseries-chart/actions?query=branch:master) [![Storybook](https://cdn.jsdelivr.net

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
137
Created
Source

Build Status Storybook

react-timeseries-chart

React timeseries chart implementation based on @cognite/griff-react

How to use

You can add package to your application via yarn:

yarn add @cognite/react-timeseries-chart

Then you can add component to you code importing it:

import React from 'react';
import { TimeseriesChart } from '@cognite/react-timeseries-chart';
import { CogniteClient } from '@cognite/sdk';

const client = new CogniteClient({appId: 'example'});

// ...

const Component = () => {
  return <TimeseriesChart client={client} series={[123]}/>
}

You can check storybook for more examples.

Deployment

To deploy package to npm you should push changes to the master branch with bumped package version (in package.json)

FAQs

Package last updated on 01 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc