typos
This commit is contained in:
parent
18fa4f9b88
commit
964ffd82f8
@ -1158,20 +1158,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</section>
|
</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>
|
|
||||||
|
|||||||
@ -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.",
|
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",
|
growthPropertyName: "growthEPSDiluted",
|
||||||
label: "EPS (Diluted)",
|
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.`,
|
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.`,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user