mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
docs: fix format (#648)
This commit is contained in:
@@ -83,7 +83,7 @@ n.render({
|
||||
|
||||
Start the web development server by executing the following in a terminal:
|
||||
|
||||
```
|
||||
```sh
|
||||
npm run start
|
||||
```
|
||||
|
||||
@@ -142,8 +142,8 @@ embed.createConfiguration({
|
||||
// ...
|
||||
{
|
||||
name: 'piechart',
|
||||
load: () => Promise.resolve(piechart)
|
||||
}
|
||||
]
|
||||
load: () => Promise.resolve(piechart),
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user