func (p *Postgres) addTableIndexIOCharts(tbl *tableMetrics) {
    charts := module.Charts{
        newTableChart(tableIndexCacheIORatioChartTmpl.Copy(), tbl),
        newTableChart(tableIndexIORateChartTmpl.Copy(), tbl),
    }