Skip to content

Commit 82d9b6c

Browse files
committed
Striped capture-template to remove dependency on Nightmare/Electron. Having this dependency makes DFP take too long to install.
This removes the renderImage function, this function is quite important - it will still be available but is being moved to a separately installable plugin.
1 parent b0dc268 commit 82d9b6c

5 files changed

Lines changed: 117 additions & 1172 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Do your prototyping and exploratory data analysis in JavaScript with [Data-Forge
1313

1414
Please join the conversation on [Gitter](https://gitter.im/data-forge)
1515

16+
## Breaking changes
17+
18+
As of version 0.4.0 the Nightmare/Electron depenency has been removed along with the `renderImage` function. The `renderImage` function will soon be made available in a separately installable plugin. This has been removed due to the size that the Electron dependency adds to this package. In the future you you will have to install the separate package to render a plot to an image.
19+
1620
## Project Goals
1721

1822
- To simply and conveniently from a series or dataframe to chart.

0 commit comments

Comments
 (0)