When my data has a date field, how can I not automatically split it into YEAR,MONTH,DAY?

Resolved

Thanks for answer!

1 answer

WebDataRocks Team WebDataRocks September 3, 2018

Hello,
Thank you for writing. The component sets date type "date" by default. For your case you need to choose the appropriate date type from the following: "date", "date string", "year/month/day", "year/quarter/month/day", "datetime". We recommend you choosing "date string". Please find the way of setting data type here: https://codepen.io/webdatarocks/pen/oPWYEP.
Regards,
WebDataRocks team