I have been trying to create custom graphs in dynamics 365.
Scenario
Two entities - Client and nutrientsIntake entity. The nutrient intake entity keeps a record of how much protein, how much carbs a client is having every day. Now, I want to show a graph for each user representing this information. On X-axis, I want to have days and on Y axis I want to show protein, carbs, vitamin, calories etc.
How can I have a graph which can show this information in a beautiful way?
I want something like that. Thanks