-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Overview | ||
|
||
## About Gravity UI Charts | ||
|
||
**Gravity UI Charts** is a charting library built with [D3](https://d3js.org/) and [React](https://react.dev/). It's designed as part of the [Gravity UI](https://gravity-ui.com/) ecosystem and provides powerful data visualization capabilities for modern web applications through simple configuration objects. | ||
|
||
{% note warning %} | ||
|
||
While the library is in version `0.*.*`, minor releases may include incompatible changes to the API. | ||
|
||
{% endnote %} | ||
|
||
## What you can already do with Gravity UI Charts | ||
|
||
We have already implemented support for the main chart types: | ||
|
||
- `Area` | ||
- `Bar-X` | ||
- `Bar-Y` | ||
- `Line` | ||
- `Pie` | ||
- `Scatter` | ||
- `Treemap` (partial support) | ||
- `Waterfall` (partial support) | ||
|
||
{% cut "Examples from Storybook" %} | ||
|
||
<iframe | ||
src="https://preview.gravity-ui.com/charts/iframe.html?args=&globals=&id=showcase--d-3-showcase-story&viewMode=story" | ||
width="100%" | ||
height="400" | ||
></iframe> | ||
|
||
{% endcut %} | ||
|
||
## Roadmap | ||
|
||
We are actively working on library development and continuously improving its features. Here is the list of the priority major features: | ||
|
||
- ⏳ Handling null data [#28](https://github.com/gravity-ui/charts/issues/28) | ||
- ⏳ Charts zooming [#29](https://github.com/gravity-ui/charts/issues/29) | ||
- ⏳ Plot lines, bands [#30](https://github.com/gravity-ui/charts/issues/30) | ||
- ⏳ Charts navigator [#35](https://github.com/gravity-ui/charts/issues/35) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters