Pinned Repositories
capture-template
This library is responsible for expanding a 'data set' to an in memory web page through a user-defined template and capturing the result to a PNG or PDF. This implements Data-Forge Plot's ability to capture static visualizations.
data-forge-examples-and-tests
Various examples and tests for the data-forge-js repo.
data-forge-fs
This library contains the file system extensions to Data-Forge that allow it to directly read and write CSV and JSON files in Node.js
data-forge-indicators
Financial indicators for use with Data-Forge
data-forge-js
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
data-forge-js-bower
The bower package for data-forge-js.
data-forge-plot
An experimental (work in progress) JavaScript-based plotting API for Data-Forge
data-forge-plot-c3
This is a plugin to Data-Forge Plot that integrates support for the c3 charting library.
data-forge-ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
inflate-template
This library is responsible for exporting a 'data set' to a set of assets through a user-defined template. Provides the 'export' functionality of Data-Forge Plot.
Data-Forge's Repositories
data-forge/data-forge-ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
data-forge/data-forge-js
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
data-forge/data-forge-indicators
Financial indicators for use with Data-Forge
data-forge/data-forge-plot
An experimental (work in progress) JavaScript-based plotting API for Data-Forge
data-forge/data-forge-fs
This library contains the file system extensions to Data-Forge that allow it to directly read and write CSV and JSON files in Node.js
data-forge/data-forge-examples-and-tests
Various examples and tests for the data-forge-js repo.
data-forge/data-forge-js-bower
The bower package for data-forge-js.
data-forge/capture-template
This library is responsible for expanding a 'data set' to an in memory web page through a user-defined template and capturing the result to a PNG or PDF. This implements Data-Forge Plot's ability to capture static visualizations.
data-forge/inflate-template
This library is responsible for exporting a 'data set' to a set of assets through a user-defined template. Provides the 'export' functionality of Data-Forge Plot.
data-forge/data-forge-performance-test-issue-11
A performance test for issue 11
data-forge/data-forge-plot-c3
This is a plugin to Data-Forge Plot that integrates support for the c3 charting library.
data-forge/data-forge-plot-first-example
A first example of Data-Forge Plot.
data-forge/data-forge-plot-apex
This is a plugin to Data-Forge Plot for plotting charts using ApexCharts.
data-forge/data-forge-plot-chart-def
Defines the interface between Data-Forge Plot and chart renderer plugins.
data-forge/data-forge-plot-examples
Examples of using the Data-Forge Plot library.
data-forge/data-forge-plot-render
This plugin augments Data-Forge Plot with a renderImage function for capturing a chart to an image file.
data-forge/data-forge-serialization
Serialization interface for Data-Forge. This defines a simple format for a serialized dataframe.