const embed = new AppEmbed('#tsEmbed', {
visualOverrides: {
chart: {
legend: { show: true, position: 'bottom' },
columns: [{ name: 'Revenue', color: '#1f77b4' }],
},
table: {
display: { tableTheme: 'ZEBRA', tableContentDensity: 'COMPACT' },
},
},
});
VisualizationOverrides
Table of Contents
Visualization overrides to customize chart and table rendering within embedded ThoughtSpot components.