@odx/angular-chart-js
v2.1.0
Published
[<img src="https://img.shields.io/npm/v/@odx/angular" />](https://npmjs.org/package/@odx/angular) [<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/core" />](https://npmjs.org/package/@angular/core) [<img src="https://img
Downloads
217
Readme
@odx/angular-chart-js
Install 🚀
npm install @odx/angular-chart-js
Usage
Import ChartThemeModule
from @odx/angular-chart-js
;
Import the Charts CSS theme file @import '@odx/icons/core/core-icons.css'
;
Use ChartThemeDirective
to provide ODX color scheme:
<canvas odxChart [data]="yourChartData" type="yourChartType"></canvas>
This module provides configuration options for charts in the ODX library. It contains various settings and styles that can be customized to create visually appealing and interactive charts.
Live demo ⭐
Please refer to our Storybook, to see sample charts.