15.0.0 • Published 3 months ago

ontimize-web-ngx-charts v15.0.0

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
3 months ago

Ontimize Web Charts

An implementation of @swimlane/ngx-charts 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 ontimize-web-ngx-charts --save

Usage

Finally, you can use 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/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 'ontimize-web-ngx-charts';
...

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

3 months ago

15.0.0-beta.1

6 months ago

15.0.0-beta.0

8 months ago

8.2.0

1 year ago

8.1.1

1 year ago

8.1.0

1 year ago

8.0.1

2 years ago

8.0.0

4 years ago

4.0.5

4 years ago

8.0.0-rc.0

4 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

4.0.0-rc.1

5 years ago

3.1.4-rc.0

5 years ago

3.1.3

5 years ago

4.0.0-rc.0

5 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

3.0.0-rc.1

6 years ago

2.0.3

6 years ago

3.0.0-rc.0

6 years ago

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago