Serial Chart based on dates

Hello,

I want to generate a serial chart:
https://demo10.cuba-platform.com/sampler/#main/28/sample?id=columnline-chart
based on categoryField=“month”.
image

Let say I introduce (manually): Start date: 22/01/2019 and End date: 12/03/2019.
I want that serial chart to display automatically on x-axis: January (2019), February(2019) and March(2019).
Is it any possibility (component) to help me choose: Start date: first_day/any_month and End date: last_day/any_month?
Should I use a data-aware component? A new Entity? Which is appropriate: DateField or DatePicker?
Please advise!

Regards,
-n

Meantime - Done!