Sean

Results 111 comments of Sean

Hi @programmicha, at the moment each custom database connector would need to be built in the same way our existing connectors are set up - each connector needs to export...

@swuecho, can you give an example of the date formats you’re thinking about? I think I know what you mean, but want to confirm. Custom formats are on our roadmap!...

Closing this issue as custom formatting is now implemented! @swuecho let me know if you have any feedback on our implementation

@exit99 would something like this work for you? ```html seriesColors={{ 'West Region': '#2B5A72', 'East Region': '#891B07', 'North Region': '#078907' }} ``` This would be applied in each chart where you...

That `echartsOptions` workaround also works with an array of series names, so you could do something like this: ```html d.my_series_column) } }} /> ``` If your query is ordered by...

A few people in slack have mentioned this and it appears to be related to the browser cache in some way. If you clear your cache and refresh the page...

Have seen this issue pop up a few times in user projects in the last week

This seems to be only on windows, or at least haven’t been able to reproduce on Mac

Actually the table issue could be solved by using an en dash if `symbolPosition=right` and em dash if `symbolPosition=left`

Have put this in as a temporary fix in #1825 until we decide on something longer term. Another idea is to retain the up/down arrow, but color it grey. Possible...