wlpacks-ontimize-web-ngx-charts
TypeScript icon, indicating that this package has built-in type declarations

8.7.0 • Public • Published

Ontimize Web Charts

An implementation of nvD3 and d3 charts library for Ontimize Web.

Github

Ontimize Web Charts module is stored in github{:target="_blank"} where you can also see/add todos, bugs or feature requests in the issues{:target="_blank"} section.

Examples

Check out examples demo:

Installation

  npm install wlpacks-ontimize-web-ngx-charts --save

Usage

Finally, you can use wlpacks-ontimize-web-ngx-charts in your Ontimize Web project.

Configure angular-cli.json dependencies

You must add the module styles definition in your '.angular.json' file styles array:

...
"styles": [
  ...
  "../node_modules/wlpacks-ontimize-web-ngx-charts/styles.scss",
  ....
],
...

Import in an application module

Include the library chart module into your app in the module where you want to use it.

...
import { OChartModule } from 'wlpacks-ontimize-web-ngx-charts';
...

@NgModule({
  imports: [
    OChartModule,
    /* other imports */
  ],
  declarations: ...
  providers: ...
})
export class ExampleModule { }

Package Sidebar

Install

npm i wlpacks-ontimize-web-ngx-charts

Weekly Downloads

0

Version

8.7.0

License

Apache-2.0

Unpacked Size

3.91 MB

Total Files

277

Last publish

Collaborators

  • wlpacks