# @semcore/d3-chart

[![version](https://img.shields.io/npm/v/@semcore/d3-chart.svg)](https://www.npmjs.com/@semcore/d3-chart)
[![downloads](https://img.shields.io/npm/dt/@semcore/d3-chart.svg)](https://www.npmjs.com/package/@semcore/d3-chart)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/semrush/intergalactic/blob/HEAD/LICENSE)

> This component is part of the Intergalactic Design System

### 📖 [Component documentation](https://developer.semrush.com/intergalactic/data-display/d3-chart/d3-chart-code/)

### 🏠 [Design system](https://developer.semrush.com/intergalactic/)

## Install

```sh
npm install @semcore/d3-chart
```

## Usage

```jsx
import {
  Plot,
  XAxis,
  YAxis,
  Line,
  Bar,
  HorizontalBar,
  GroupBar,
  StackBar,
  Area,
  StackedArea,
  ScatterPlot,
  Bubble,
  RadialTree,
  Donut,
  Venn,
  Tooltip,
  ResponsiveContainer,
  ReferenceLine,
  HoverLine,
  HoverRect,
  minMax,
  colors,
} from '@semcore/d3-chart';
```

## 👤 Author

[UI-kit team](https://github.com/semrush/intergalactic/blob/HEAD/MAINTAINERS) and [others ❤️](https://github.com/semrush/intergalactic/graphs/contributors)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check [issues page](https://github.com/semrush/intergalactic/issues). You can also take a look at the [contributing guide](https://github.com/semrush/intergalactic/blob/HEAD/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

This project is [MIT](https://github.com/semrush/intergalactic/blob/HEAD/LICENSE) licensed.
