1.0.8 • Published 10 days ago

realchart v1.0.8

Weekly downloads
-
License
license.txt
Repository
-
Last release
10 days ago

RealChart

RealChart is a JavaScript charting library.

Install

npm i realchart

License

The License file is required for proper use. More information, visit: http://service.realgrid.com/start

Usage

const chart = RealChart.createChart(document, 'realchart', config);
// config
const config = {
  options: {},
  title: 'Axis Breaks',
  xAxis: {
    title: '일일 Daily fat',
    categories: [
      'Jan',
      'Feb',
      'Mar',
      'Apr',
      'May',
      'Jun',
      'Jul',
      'Aug',
      'Sep',
      'Oct',
      'Nov',
      'Dec',
    ],
    grid: true,
  },
  yAxis: {
    title: 'Vertical 수직축 Axis',
    break: [
      {
        from: 500,
        to: 3000,
        inclusive: false,
        space: 5,
      },
    ],
  },
  series: [
    {
      name: 'column1',
      pointLabel: true,
      data: [499, 128, 180, 345, 3050, 3590, 3840, 3630, 3120, 520, 240, 80],
    },
    {
      name: 'column3',
      pointLabel: true,
      data: [64, 138, 164, 408, 3120, 3540, 3875, 3420, 720, 320, 160, 20],
    },
  ],
};
const chart = RealChart.createChart(document, 'realchart', config);

styles

  • The themes are located in './dist'
import 'realchart/dist/realchart-style.css';

Library Target

  • index.esm.js for ES
  • index.js for umd

Exmaple

fiddle url

https://jsfiddle.net/gh/get/library/pure/realgrid/realchart-demo/tree/master/

Asking Questions

support@realgrid.com

1.0.8

10 days ago

1.0.7

18 days ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

4 months ago

0.9.43

4 months ago

0.9.42

4 months ago

0.9.41

4 months ago

0.9.40

4 months ago

0.9.39

4 months ago

0.9.38

4 months ago

0.9.37

4 months ago

0.9.36

4 months ago

0.9.34

4 months ago

0.9.35

4 months ago

0.9.33

4 months ago

0.9.31

4 months ago

0.9.32

4 months ago

0.9.30

5 months ago

0.9.29

5 months ago

0.9.27

5 months ago

0.9.28

5 months ago

0.9.26

5 months ago

0.9.12

7 months ago

0.9.8

7 months ago

0.9.13

7 months ago

0.9.7

7 months ago

0.9.14

7 months ago

0.9.15

6 months ago

0.9.9

7 months ago

0.9.10

7 months ago

0.9.6

7 months ago

0.9.11

7 months ago

0.9.16

6 months ago

0.9.17

6 months ago

0.9.18

6 months ago

0.9.19

6 months ago

0.9.23

6 months ago

0.9.24

6 months ago

0.9.25

6 months ago

0.9.20

6 months ago

0.9.21

6 months ago

0.9.22

6 months ago

0.9.4

8 months ago

0.9.5

8 months ago

0.9.3

8 months ago

0.9.2

9 months ago

0.9.1

9 months ago