1.4.0 • Published 11 months ago

chartam.io v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

chartam.io

NPM React GitHub LinkedIn Trello BuyMeACoffee Github-sponsors Licence downloads

chartam.io Banner

This package provides a comprehensive chart library built on top of amCharts 5, a powerful and flexible React charting library that supports a wide range of chart types and data formats.

With this library, you can easily create visually stunning and interactive charts for your web applications, dashboards, and reports. The library includes a variety of pre-built chart types, such as bar charts, line charts, scatter charts, and more, that can be customized to fit your specific needs.

The package is designed to be easy to use and integrate into your existing web development workflow. It comes with comprehensive documentation and examples to help you get started quickly.

Features:

  1. Wide range of chart types
  2. High-performance rendering
  3. Fully customizable styling
  4. Responsive and mobile-friendly design
  5. Cross-browser compatibility
  6. Comprehensive documentation and examples

Trello Trello

  1. You can post your chart requirements we can create for you new chart component if there's no component in library and also we can create you chart as per your reuirement.
  2. You can ask question in trello as well as.
  3. Write your thoughts about package in trello as well.

Buy me a coffee

BuyMeACoffee

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install chartam.io --save

Usage

Install Package

# import specific chart
import { ColumnWithRolatedLabel } from "chartam.io";

<ColumnWithRolatedLabel
    chartId="ColumnWithRolatedLabel" // chartid will be unique
    width="1000px" // width
    height="500px" // height
    data={[
        {
            category: "India",
            value: 2025,
        },
        {
            category: "USA",
            value: 1882,
        }
        ]} // data
    setting={{
        xAxis: {
            label: {
              rotation: -90, // rotation
              paddingRight: 15, // padding right
            },
        },
        yAxis: {
            minValue: 100, // value for yaxis start point
            maxValue: 2500, // value for yaxis end point
        },
        columnSeries: {
            tooltipText: "{value} {category}", // JSON key names
            barcolor: "#6ed27a", // color code
          },
        }}
/>

Documentation

For more information on how to use Chartam.io, see the documentation.

Dependencies

  • amcharts: Programming library for all your data visualization needs.
  • lodash: Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.

Contributers

We welcome contributions from the community! If you find a bug, have a feature request, or would like to contribute code, please open an issue or pull request on our GitHub repository. GitHub

License

MIT Licence

1.3.7

11 months ago

1.3.6

11 months ago

1.3.5

11 months ago

1.3.4

12 months ago

1.4.0

11 months ago

1.3.10

11 months ago

1.3.11

11 months ago

1.3.9

11 months ago

1.3.8

11 months ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago