@antscorp/antsomi-charts
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

Antsomi Charts

An Visualization Library

NPM version NPM downloads

Introduction

Antsomi Charts is a JavaScript library for creating interactive and responsive charts for data visualization. It provides a wide range of chart types such as bar, line, area, pie, scatter, and more.

Antsomi Charts is built on top of the popular charting library, ECharts, which provides powerful features and customization options for creating beautiful and effective charts. It supports various data formats such as CSV, JSON, and Array and can be easily integrated with other JavaScript frameworks and libraries.

Some of the key features of Antsomi Charts include:

  • Responsive and customizable design
  • Interactive data visualization with zooming and panning features
  • Real-time data streaming and updating
  • Multiple coordinate systems and axis types
  • Customizable data labels, tooltips, and legends
  • Support for multiple languages

Installation

Install Antsomi Charts, the convenient React Charts framework.

We recommend using npm or yarn to install, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.

$ npm install @antscorp/antsomi-charts
$ yarn add @antscorp/antsomi-charts

Using component

This is a example for using RfmTreeMap Component

import React from 'react';
import { RfmTreeMap, RFM_TREEMAP_TEST_DATA } from '@antscorp/antsomi-charts';

const App = () => {
  return <RfmTreeMap data={RFM_TREEMAP_TEST_DATA} />;
};

export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i @antscorp/antsomi-charts

Weekly Downloads

17

Version

1.0.17

License

MIT

Unpacked Size

23.3 MB

Total Files

253

Last publish

Collaborators

  • cuongcn
  • ngocthangh
  • datle0497
  • vinlt.antsomi
  • khanhhv
  • sangndd-antsomi