equinor / webviz-archived

THIS REPO IS NOT MAINTAINED ANYMORE. Go to https://github.com/equinor/webviz-config for the new repo.
GNU Lesser General Public License v3.0
19 stars 6 forks source link

webviz_fan_chart datetime index #52

Closed fahaddilib closed 6 years ago

fahaddilib commented 6 years ago

image

Attempted to use the FanChart for the above DataFrame where the index is a datetime object, but the following typeError message was thrown:

image

anders-kiaer commented 6 years ago

Related to #46 perhaps (where check for pd.core.indexes.datetimes.DatetimeIndex was added). Should in addition check for datetime.date and datetime.datetime?

fortena commented 6 years ago

66 support added here