Hi All, I am facing below mentioned issue while creating a line chart/Bar graph in mendix modeler7.3.0. Line Graph I have an entity 'Plan' which has three attribute Plan Name, Start date and End date. for ex. Start date may be in Oct and End date may be in Dec for one instance of Plan Name and for other instance of Plan Name the Start date may be Nov And End date May be in Mar. I am creating data points in months such as Oct,Nov,Dec and Nov,Dec, Jan ,Feb,Mar for months between Start date and End date for two instances of Plan name. In code the data points are getting generated successfully But on line graph ,plotting for both instances of Plan Name start from Oct. Below is the line graph for reference. Bar graph Also for the the bar graph below the green should be Jan and Feb and the grey one should be Mar and Apr. But both are plotting from Jan to Feb. In a sense it is ignoring the other data points after the first ones. Do let me know if someone had faced the similar issue or has any solution to it.
↧