Skip to content

Commit

Permalink
chore: fixed quickstart (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
zefirka authored Dec 25, 2023
1 parent 3fae11d commit f4ec6f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Let's see the config for a minimum valid chart:
```ts
import Yagr from '@gravity-ui/yagr';

// don't forget to import styles
import '@gravity-ui/yagr/dist/index.css';


const config = {
timeline: [0, 1000, 2000],
series: [
Expand Down

0 comments on commit f4ec6f2

Please sign in to comment.