viewof chartsTable = Inputs.table(chartsWithCustomColorsAndFlaggings, {
width: {id: "2%", slug: "15%"},
format: {
slug: (slug) => html`<a href="https://ourworldindata.org/grapher/${slug}">${slug}</a>`,
owidColors: (colors) => html`${colorsCell(colors)}`,
manualColors: (colors) => html`${colorsCell(colors)}`
}
})