UNPKG

c3

Version:

D3-based reusable chart library

7 lines (5 loc) 201 B
import { ChartInternal } from './core' ChartInternal.prototype.categoryName = function(i) { var config = this.config return i < config.axis_x_categories.length ? config.axis_x_categories[i] : i }