Currently, I'm encountering a problem where the "card" component from Bootstrap is not adjusting responsively with my d3.chart. The screenshot below displays the outcome:
https://i.sstatic.net/2MhBx.png
Chart Code
const sample = [
{
language: 'Rust',
value: 78.9,
color: '#000000'
},
{
language: 'Kotlin',
value: 75.1,
color: '#00a2ee'
},
...
// Truncated for brevity
...
{
language: 'Source: Stack Overflow, 2018'
}
While experimenting with other "card" elements in Bootstrap filled with Lorem Ipsum text, they appeared to be functioning correctly. However, when incorporating my chart within the