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

labelsOutside is not a function type error #30

Open
AnishSN opened this issue Feb 24, 2016 · 0 comments
Open

labelsOutside is not a function type error #30

AnishSN opened this issue Feb 24, 2016 · 0 comments

Comments

@AnishSN
Copy link

AnishSN commented Feb 24, 2016

I am getting below error in javascript on rendering a pie chart
Uncaught TypeError: this.chart.x(...).y(...).showLabels(...).labelType(...).showLegend(...).labelsOutside is not a function

code:

col = OrderedDict([
("Floors", {"label": "Floors"})
])
df = pd.read_csv("fitbit_data.csv")

pc=PieChart(col,df["Floor"], init_params={},chart_id="piechart", url="/piechart/", colors=[],label_type="percent")
ui.add_chart(pc)

......

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

1 participant