| Current Path : /home/emeraadmin/www/node_modules/c3/src/ |
| Current File : /home/emeraadmin/www/node_modules/c3/src/category.js |
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;
};