Hello guys,
I need to make a graph of multiple lines per day, such as sales of product1, product2, product3, product4
quantity of product sales in the month:
product 1: 5MM
product 2: 700k
product 3: 100k
product 4: 70k
As there is a very large difference in values between the products, product 4 does not appear.
How to do it so that all 4 products appear?
Thanks!!