Charts Module
The Charts Module is the chart collection of Logo Elements Design System which is extended from Carbon Design System
Installation
All public npm packages of Logo Software is at https://www.npmjs.com/~logofe.
To install Carousel Module:
$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/charts -s
Just import it to your project of @NgModule
import section.
import { ChartsModule } from './charts.module';
@NgModule({
imports: [CommonModule, ChartsModule],
})
export class AppModule {
}
Chart Components
Logo Elements charts help you tell accurate and convincing stories around data with beautiful and accessible visualizations.
Chart Types are:
- Simple Bar
- Grouped Bar
- Stacked Bar
- Floating Bar
- Donut
- Line
- Curved Line
- Pie
- Step
- Scatter
- Radar
- Area
- Gauge
- Meter
- Sparkline
- Treemap
- Combo
- Wordcloud
- Bullet
- Circle Pack
- Network diagrams
- Proportional meter
- Histogram
- Tree
- Alluvial
- Heatmap
<logo-simple-bar-chart [data]="data1" [options]="options1"></logo-simple-bar-chart>
For API details, please visit http://elements.logo.com.tr