Skip to content

V4 chart studio updates #1621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 16, 2019
18 changes: 18 additions & 0 deletions packages/python/chart-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - ???

The initial release of the stand-alone `chart-studio` package. This package contains utilities for interfacing with Plotly's Chart Studio service (both Chart Studio cloud and Chart Studio On-Prem). Prior to plotly.py version 4, This functionality was included in the `plotly` package under the `plotly.plotly` module. As part of plotly.py version 4, the Chart Studio functionality was removed from the `plotly` package and released in this `chart-studio` package.


### Updated
- The `chart_studio.plotly.plot`/`iplot` functions have been ported to the Chart Studio [v2 API](https://api.plot.ly/v2/).
- The `chart_studio.plotly.plot`/`iplot` functions now support uploading figures that contain frames. This makes the legacy `chart_studio.plotly.create_animations`/`icreate_animations` functions unnecessary, though they are still included for backward compatibility.

### Fixed
- Fixed iframe warning resulting from `chart_studio.plotly.iplot`

### Removed
- The `fileopt` argument to `chart_studio.plotly.plot`/`iplot` was deprecated in plotly.py version 3.9.0 and has been removed in this initial release of the `chart-studio` package.
3 changes: 2 additions & 1 deletion packages/python/chart-studio/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Package for interfacing with the plotly's Chart Studio
# chart-studio
This package contains utilities for interfacing with Plotly's Chart Studio service (both Chart Studio cloud and Chart Studio On-Prem). Prior to plotly.py version 4, This functionality was included in the `plotly` package under the `plotly.plotly` module. As part of plotly.py version 4, the Chart Studio functionality was removed from the `plotly` package and released in this `chart-studio` package.
3 changes: 0 additions & 3 deletions packages/python/chart-studio/chart_studio/api/v1/__init__.py

This file was deleted.

48 changes: 0 additions & 48 deletions packages/python/chart-studio/chart_studio/api/v1/clientresp.py

This file was deleted.

93 changes: 0 additions & 93 deletions packages/python/chart-studio/chart_studio/api/v1/utils.py

This file was deleted.

159 changes: 0 additions & 159 deletions packages/python/chart-studio/chart_studio/package_data/graphWidget.js

This file was deleted.

Loading