We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef184c commit a54d42eCopy full SHA for a54d42e
2 files changed
TODO.md
@@ -6,6 +6,11 @@
6
- [ ] 3D plots
7
- [ ] waterfall charts
8
9
+## Base
10
+
11
+- [ ] deal with datetime index and Series
12
13
14
## Plotly Functionality I want to port over
15
16
- [X] range slider
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="ggplotly",
5
- version="0.2",
+ version="0.3",
packages=find_packages(),
install_requires=[
"pandas",
0 commit comments