New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@logo-software/charts

Package Overview
Dependencies
Maintainers
7
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-software/charts

Card is a content container for text, photos, and actions in the context of a single subject.

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
7
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 16 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc