* Chartist.js plugin that generates visually hidden tables for better accessibility. It's also possible to initialize a Chart with data from an existing table.
"ctAxisTitle plugin - You must provide at least one axis title"
);
}elseif(!data.axisX&&!data.axisY){
thrownewError(
"ctAxisTitle plugin can only be used on charts that have at least one axis"
);
}
varxPos,
yPos,
title,
chartPadding=Chartist.normalizePadding(data.options.chartPadding);// normalize the padding in case the full padding object was not passed into the options