Detalhes do pacote

crostab

hoyeungw109MIT0.3.9

An light, simple and easy-to-use commonjs library of a class "Cax" to handle 2d-table with side and banner.

table, cross table, bi, insight

readme (leia-me)

CrosTab

npm version npm download monthly npm download total npm dependents npm license pp install size github commit last github commit total

A light, simple and easy-to-use commonjs library of a class "Cax" to handle 2d-table with side and banner.

Install

```shell script npm install crostab


### Usage
```ecmascript 6
import { CrosTab } from 'crostab'
const crosTab = CrosTab.from({
  side: ['Winter','Fall','Summer','Spring'],
  banner: ['A','B','C'],
  matrix: [
    [ 1, 10,95],
    [ 8, 64, 1],
    [25, 32, 1],
    [74,  0, 1]
  ] 
})

Meta

LICENSE (MIT)

Copyright (c) 2019-present, Haoyang (Vincent) Wang