function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sunny sengar 17sunny sengar 17 

I am new in Lightning component, And I want to create lightning component for below pic.

User-added image
ANUTEJANUTEJ (Salesforce Developers) 
Hi Sunny,

I was not able to find any such implementations you will have to implement a custom lightning component however, I was able to see that we can embed dashboard in lightning page, you can check this in the below link:

>> https://www.salesforceben.com/how-to-embed-analytics-dashboards-in-salesforce-lightning-pages/#:~:text=Navigate%20to%20your%20home%20page,it%20couldn't%20be%20easier!

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.
Malika Pathak 9Malika Pathak 9

Hi Sunny,
I am not able to see your image. if you want to create a new component then follow some steps. You can create easily components.

Step 1: Open developer console
step 2 : click new and chose new Lightning component 
step 3: give the name of the component and save.

And you can follow this Link 

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_create_devconsole.htm

if you are not familiar with aura  then you have to complete Aura trailhead 

i am giving Link 
https://trailhead.salesforce.com/en/content/learn/projects/quickstart-lightning-components/quickstart-lightning-components3

https://www.youtube.com/watch?v=Yz_IJzC6yfU&t=989s

 

if you find this helpful mark it as the best answers.