Porter’s Five Forces Dashboard
Competitive Rivalry
-
Strongest Force
-
Weakest Force
-
Factors Analyzed
0
Industry Competitive Landscape
Configure Five Forces Analysis
${data.level}
`; } // Update details section const detailCard = document.createElement('div'); detailCard.className = `card ${colors.border} border-l-4`; detailCard.innerHTML = `${data.title} - ${data.level}
${data.summary}
Key Factors:
-
${data.factors.map(f => `
- ${f} `).join('')}
