Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@cognite/react-timeseries-chart
Advanced tools
[![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
React timeseries chart implementation based on @cognite/griff-react
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.
To deploy package to npm
you should push changes to the master branch with bumped package version (in package.json
)
FAQs
[![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
The npm package @cognite/react-timeseries-chart receives a total of 1 weekly downloads. As such, @cognite/react-timeseries-chart popularity was classified as not popular.
We found that @cognite/react-timeseries-chart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 137 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.