Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/4d695/
Upload File :
Current File : /home/emeraadmin/public_html/4d695/category.js.tar

home/emeraadmin/public_html/node_modules/c3/src/category.js000064400000000330151701400360020015 0ustar00import { 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;
};