3.0.7 • Published 4 months ago

orbcharts v3.0.7

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

OrbCharts

logo - light mode

OrbCharts is a "data-driven JavaScript chart library" that currently supports 6 data types, 23 chart types, 50 plugins, and 100 preset style combinations.

Official Website

Features

(1) 6 Major Data Formats

OrbCharts is centered around 6 "data formats", each corresponding to unique visualizations. You can manipulate the data through parameters - filtering, axis transformation, scaling, etc., dynamically mapping to the chart's visual presentation.

(2) Modular Plugins

All chart elements are embedded plugins that can be dynamically extended or replaced within the same data category, stacking or expanding functionality like building blocks.

(3) Based on D3.js and RxJS

To create the most "data-driven" chart design framework, D3.js and RxJS are used as the main development technologies. Both are very popular libraries in the front-end development field, with high application and expansion potential.

Get Started!

Installation

OrbCharts supports CDN downloads and npm installation, is not limited to specific front-end frameworks, and supports both JavaScript and TypeScript development environments.

Here are several installation methods:

  1. npm installation
npm i orbcharts
  1. ESM format CDN download
<script type="module">
import * as orbcharts from 'https://cdn.jsdelivr.net/npm/orbcharts@3.0.6/+esm'
</script>
  1. UMD format CDN download
<script src="https://cdn.jsdelivr.net/npm/orbcharts@3.0.6/dist/orbcharts.umd.min.js"></script>

Execution

This is an executable program to start creating your first pie chart:

import { SeriesChart, Pie, PRESET_PIE_BASIC } from 'orbcharts'

const element = document.querySelector('#chart')

const chart = new SeriesChart(element, {
  preset: PRESET_PIE_BASIC
})

chart.plugins$.next([new Pie()])

chart.data$.next([
  [80,120,45],
  [50,30,15,28],
  [55,13,38,10,5]
])

License

OrbCharts is released under the Apache License 2.0.

3.0.4

4 months ago

3.0.0-beta.19

5 months ago

3.0.3

4 months ago

3.0.2

4 months ago

3.0.1

5 months ago

3.0.7

4 months ago

3.0.6

4 months ago

3.0.0-alpha.70

9 months ago

3.0.5

4 months ago

3.0.0

5 months ago

3.0.0-alpha.69

9 months ago

3.0.0-beta.10

7 months ago

3.0.0-beta.11

7 months ago

3.0.0-beta.12

6 months ago

3.0.0-beta.13

6 months ago

3.0.0-beta.14

5 months ago

3.0.0-beta.15

5 months ago

3.0.0-beta.16

5 months ago

3.0.0-beta.17

5 months ago

3.0.0-beta.18

5 months ago

3.0.0-alpha.81

8 months ago

3.0.0-alpha.80

8 months ago

3.0.0-beta.1

8 months ago

3.0.0-beta.3

8 months ago

3.0.0-beta.2

8 months ago

3.0.0-beta.5

7 months ago

3.0.0-beta.4

7 months ago

3.0.0-beta.7

7 months ago

3.0.0-beta.6

7 months ago

3.0.0-beta.9

7 months ago

3.0.0-beta.8

7 months ago

3.0.0-alpha.79

8 months ago

3.0.0-alpha.72

8 months ago

3.0.0-alpha.71

8 months ago

3.0.0-alpha.74

8 months ago

3.0.0-alpha.73

8 months ago

3.0.0-alpha.76

8 months ago

3.0.0-alpha.75

8 months ago

3.0.0-alpha.78

8 months ago

3.0.0-alpha.77

8 months ago

3.0.0-alpha.83

8 months ago

3.0.0-alpha.82

8 months ago

3.0.0-alpha.68

9 months ago

3.0.0-alpha.67

9 months ago

3.0.0-alpha.58

10 months ago

3.0.0-alpha.57

10 months ago

3.0.0-alpha.59

9 months ago

3.0.0-alpha.50

10 months ago

3.0.0-alpha.52

10 months ago

3.0.0-alpha.51

10 months ago

3.0.0-alpha.54

10 months ago

3.0.0-alpha.53

10 months ago

3.0.0-alpha.56

10 months ago

3.0.0-alpha.55

10 months ago

3.0.0-alpha.47

10 months ago

3.0.0-alpha.46

10 months ago

3.0.0-alpha.49

10 months ago

3.0.0-alpha.48

10 months ago

3.0.0-alpha.61

9 months ago

3.0.0-alpha.60

9 months ago

3.0.0-alpha.63

9 months ago

3.0.0-alpha.41

11 months ago

3.0.0-alpha.62

9 months ago

3.0.0-alpha.40

11 months ago

3.0.0-alpha.65

9 months ago

3.0.0-alpha.43

11 months ago

3.0.0-alpha.64

9 months ago

3.0.0-alpha.42

11 months ago

3.0.0-alpha.45

11 months ago

3.0.0-alpha.66

9 months ago

3.0.0-alpha.44

11 months ago

3.0.0-alpha.39

11 months ago

3.0.0-alpha.38

11 months ago

3.0.0-alpha.37

11 months ago

3.0.0-alpha.36

11 months ago

3.0.0-alpha.35

11 months ago

3.0.0-alpha.34

12 months ago

3.0.0-alpha.33

12 months ago

3.0.0-alpha.32

12 months ago

3.0.0-alpha.31

12 months ago

3.0.0-alpha.30

12 months ago

3.0.0-alpha.29

12 months ago

3.0.0-alpha.28

12 months ago

3.0.0-alpha.27

12 months ago

3.0.0-alpha.26

12 months ago

3.0.0-alpha.25

1 year ago