propeldata / ui-kit

React components for data visualization and quickly building data analytics dashboards
https://storybook.propeldata.com/
MIT License
109 stars 6 forks source link

Add documentation on the timeZone support #119

Open ykdojo opened 1 year ago

ykdojo commented 1 year ago

Even though we added a timeZone support here (https://github.com/propeldata/ui-kit/pull/110), we don't have documentation on this feature yet.

We should make sure that it's documented for Counter, TimeSeries and Leaderboard. For example on this page (https://github.com/propeldata/ui-kit/blob/main/packages/ui-kit/src/components/TimeSeries/README.md) for TimeZone.

Closes PRO-2314 (this is an internal ticket ID).

CBID2 commented 1 year ago

I’ll try it :)

CBID2 commented 1 year ago

Even though we added a timeZone support here (#110), we don't have documentation on this feature yet.

We should make sure that it's documented for Counter, TimeSeries and Leaderboard. For example on this page (https://github.com/propeldata/ui-kit/blob/main/packages/ui-kit/src/components/TimeSeries/README.md) for TimeZone.

Closes PRO-2314 (this is an internal ticket ID).

Hi @ykdojo! I started a draft PR on the documentation. Its #120