This commit is contained in:
MuslemRahimi 2025-04-02 09:39:13 +02:00
parent 18fa4f9b88
commit 964ffd82f8
2 changed files with 1 additions and 18 deletions

View File

@ -1158,20 +1158,3 @@
</div>
</main>
</section>
<style>
.app {
height: 300px;
max-width: 100%; /* Ensure chart width doesn't exceed the container */
}
@media (max-width: 640px) {
.app {
height: 210px;
}
}
.chart {
width: 100%;
}
</style>

View File

@ -145,7 +145,7 @@
text: "Earnings per share is the portion of a company's profit that is allocated to each individual stock. EPS is calculated by dividing net income by shares outstanding.",
},
{
propertyName: "epsdiluted",
propertyName: "epsDiluted",
growthPropertyName: "growthEPSDiluted",
label: "EPS (Diluted)",
text: `Earnings per share is the portion of a company's profit that is allocated to each individual stock. Diluted EPS is calculated by dividing net income by "diluted" shares outstanding.`,