Skip to content

Commit

Permalink
docs(wiki): fix typo in consuming.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Feb 15, 2019
1 parent 3227394 commit 80e66d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/osd-charts/wiki/consuming.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import { Axis, BarSeries, Chart, getAxisId, getSpecId, Position, ScaleType } fro

## Requirements and dependencies

Elastic Charts depends on EUI framework for styles and it's subsequent peer dependencies (`moment` and `@elastic/datemath`). These are already loaded in most Elastic repos, but make sure to install them if you are starting from scratch.
Elastic Charts depends on EUI framework for styles and its subsequent peer dependencies (`moment` and `@elastic/datemath`). These are already loaded in most Elastic repos, but make sure to install them if you are starting from scratch.

## Using Elastic Charts in Kibana

TTo use Elastic Charts code in Kibana, check if `@elastic/charts` packages is already configured as dependency in `package.json` and simply import the components you want.
To use Elastic Charts code in Kibana, check if `@elastic/charts` packages is already configured as dependency in `package.json` and simply import the components you want.

## Using Elastic Charts in a standalone project

Expand Down

0 comments on commit 80e66d3

Please sign in to comment.