Update site/content/howto/drd.md
Co-authored-by: Ola Rubaj <52197250+olayway@users.noreply.github.com>
This commit is contained in:
@@ -153,10 +153,12 @@ You can add Vega charts with the `<Vega />` component like this, it supports all
|
|||||||
```
|
```
|
||||||
- More info on the [storybook page](https://storybook.portaljs.org/?path=/docs/components-vega--docs)
|
- More info on the [storybook page](https://storybook.portaljs.org/?path=/docs/components-vega--docs)
|
||||||
|
|
||||||
### VegaLite Charts
|
## VegaLite chart
|
||||||
|
|
||||||
|
A wrapper around the [Vega Lite specification](https://vega.github.io/vega-lite/) which allows for a more concise grammar than Vega around the building of charts.
|
||||||
|
|
||||||
- You can add VegaLite charts with the `<VegaLite />` component like this, it supports all the VegaLite specification:
|
|
||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
<VegaLite
|
<VegaLite
|
||||||
data={{
|
data={{
|
||||||
|
|||||||
Reference in New Issue
Block a user