I want to create a bar chart with the below requirement.
Available table name: “Fruit_Sales”
Available Columns in the table:
- Fruit_name
- Items_sold_Count
- Profit
Requirement:
I want to create a bar chart for the top 10 fruits sold and the the profit for the top 10 fruits sold in the below format. Left is the graph for items_sold_count and right is the graph for profit.

Can someone help me on this please.