@aptpod/data-viz-create-visual-parts-react
Version:
template of npm project with typescript
33 lines (30 loc) • 737 B
text/typescript
import {
FontFamilies,
ViewGrid,
DataSpecification,
Value,
} from '@aptpod/data-viz-visual-parts-sdk'
/**
* バインド可能なデータの最大項目数
*/
export const BIND_DATA_COUNT_MAX = 3
/**
* container.tsx で使用する初期値
*/
export const INIT_VIEW_GRID: ViewGrid = { colSpan: 0, rowSpan: 0 }
export const INIT_DATA_SPECS: DataSpecification[] = []
export const INIT_VALUES: Value[] = []
export const INIT_FONT_FAMILIES: FontFamilies = {
yotsuyaSansJPLight: '',
yotsuyaSansJPRegular: '',
yotsuyaSansJPMedium: '',
axisProNLight: '',
axisProNRegular: '',
axisProNMedium: '',
quanticoRegular: '',
quanticoBold: '',
oxygenMonoRegular: '',
apt7seg: '',
hoog0553: '',
aptQRegular: '',
}