Hi All, I want to create a line chart in mendix something like shown in image Here we have to show 2 lines like emp completed and emp not completed. And at above there is a drop down. Whatever value we choose from it, its value in graph should show. I have tried general line chart but able to do achieve the following things:- 1. How to show 2 line like one for completed and one for not completed because in line chart it is asking for value in x /y axis. In x-axis I am providing value of attribute called Month and in Y-axis adding attribute called Completed to show completed value. How to show not completed value in line chart 2. How to change/ show value of chart on the basis of value selection from drop down??? Please help me out. It is urgent
asked
Trishla T
1 answers
0
Hi Trishla
Please use 2 different entities for line1(entity1) & line2(entity2) follow the below images