Skip to content
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

Adding "candlestick": (SeriesOptions, dict)->Plot options #16

Closed
junajo10 opened this issue Oct 23, 2016 · 1 comment
Closed

Adding "candlestick": (SeriesOptions, dict)->Plot options #16

junajo10 opened this issue Oct 23, 2016 · 1 comment

Comments

@junajo10
Copy link

junajo10 commented Oct 23, 2016

class PlotOptions(BaseOptions):
""" Another Special Case: Interface With all the different Highchart Plot Types Here """
ALLOWED_OPTIONS = {
"area": (SeriesOptions, dict),
"arearange": (SeriesOptions, dict),
"areaspline": (SeriesOptions, dict),
"areasplinerange": (SeriesOptions, dict),
"column": (SeriesOptions, dict),
"candlestick": (SeriesOptions, dict),
"columnrange": (SeriesOptions, dict),
"flags": (SeriesOptions, dict),
"line": (SeriesOptions, dict),
"ohlc": (SeriesOptions, dict),
"polygon": (SeriesOptions, dict),
"scatter": (SeriesOptions, dict),
"series": (SeriesOptions, dict),
"spline": (SeriesOptions, dict),
}

@ksolan ksolan closed this as completed in c3dde65 Nov 2, 2016
@ksolan
Copy link
Contributor

ksolan commented Nov 2, 2016

Added in our new release (v0.3.1). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants