dmytro-tinybird
dmytro-tinybird
Addresses #238 by allowing only `string` values into **dataKey** prop and only `number` values in **categories** prop A few considerations: - **categories** prop allows duplicate entries (as it is right...
Right now, the **data** has an `any[]` type, **dataKey** has a `string` type, and **categories** `string[]` type. And if the values passed to the accessor props aren't keys of data...
### Describe the feature you'd like to request Add support for UTM params passed in URL - 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content' ### Describe the solution you'd like Updated dashboard,...