1.1.4 • Published 3 years ago

@antv/knowledge v1.1.4

Weekly downloads
101
License
MIT
Repository
-
Last release
3 years ago

English | 简体中文

A knowledge base stores the wiki for every type of visualization.

Version NPM downloads

Chart Knowledge Base (CKB) is a library offers knowledge base for chart wikis in a JSON format. The JSON is like this:

{
  line_chart: {
    id: 'line_chart',
    name: 'Line Chart',
    alias: ['Lines'],
    family: ['LineCharts'],
    def: 'A line chart uses lines with segments to show changes in data in a ordinal dimension.',
    purpose: ['Comparison', 'Trend', 'Anomaly'],
    coord: ['Cartesian2D'],
    category: ['Statistic'],
    shape: ['Lines'],
    dataPres: [
      { minQty: 1, maxQty: 1, fieldConditions: ['Time', 'Ordinal'] },
      { minQty: 0, maxQty: 1, fieldConditions: ['Nominal'] },
      { minQty: 1, maxQty: 1, fieldConditions: ['Interval'] },
    ],
    channel: ['Position', 'Direction'],
    recRate: 'Recommended',
  },

  ...
}

Features

Consistency for Chart Taxonomy

The contribution of the whole data visualization community makes this library a standard. You don't have to struggle with different names or alias or definition of a same chart type.

To Build Chart Dictionaries in Seconds

With AVA/CKB, you can quickly build your chart dictionary product like this: ChartCube

The Base for Automatic Chart Recommendation

You can easily build a chart type recommendation system with this knowledge base and your customized rules.

Installation

$ npm install @antv/knowledge

Usage

import { CKBJson } from '@antv/knowledge';


// Knowledage base for all charts in English.
const knowledgeBase = CKBJson();

// Knowledage base for completed charts in Chinese.
const zhCompletedKB = CKBJson('zh-CN', true);

Documentation

Contribution

We welcome all contributions. Please read General Contribution Guide and Contribution Guide for AVA/CKB first.

You can submit any ideas as pull requests or as GitHub issues. Let's build a better AVA together.

License

MIT

Links

ChartCube - Online chart making tool based on G2Plot.

1.1.4

3 years ago

1.1.4-alpha.1

3 years ago

1.1.4-alhpa.2

3 years ago

1.1.4-alpha.0

3 years ago

1.1.3

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.3-alpha.18

4 years ago

0.1.3-alpha.17

4 years ago

0.1.3-alpha.14

4 years ago

0.1.3-alpha.16

4 years ago

0.1.3-alpha.13

4 years ago

0.1.3-alpha.12

4 years ago

0.1.3-alpha.11

4 years ago

0.1.3-alpha.10

4 years ago

0.1.3-alpha.8

4 years ago

0.1.3-alpha.7

4 years ago

0.1.3-alpha.5

4 years ago

0.1.3-alpha.6

4 years ago

0.1.3-alpha.1

4 years ago

0.1.3-alpha.2

4 years ago

0.1.3-alpha.3

4 years ago

0.1.3-alpha.4

4 years ago

0.1.3-alpha

4 years ago

0.0.2-alpha.16

4 years ago