Juan Bautista Iglesias
Results
2
comments of
Juan Bautista Iglesias
i managed to do a work around solution for this in css `.vch__legend { display: none; }`
Yes, i ended up finding a solution using ``` const currentDate = new Date() const endDate = currentDate.toISOString().split('T')[0] ``` ``` ```