UNPKG

billboard.js

Version:

Re-usable easy interface JavaScript chart library, based on D3 v4+

21 lines (18 loc) 374 B
/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard.js project is licensed under the MIT license */ export interface TextOverlapOptions { /** * Set selector string for target text nodes */ selector?: string; /** * Set extent of label overlap prevention */ extent?: number; /** * Set minimum area needed to show a data label */ area?: number; }