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

Terms(Pie Chart) not loading in Banana Dashboard #325

Open
ifancytolearn opened this issue Jul 20, 2018 · 0 comments
Open

Terms(Pie Chart) not loading in Banana Dashboard #325

ifancytolearn opened this issue Jul 20, 2018 · 0 comments

Comments

@ifancytolearn
Copy link

I use solr/banana to integrate with my cassandra for search use case and analytics. I am trying to add a Terms(pie chart) in my banana dashboard. It seems that the pie chart loads only for cartid which is the partition key of my cassandra. If I use other index (e.g. location, carttype ) to display my pie chart, it does not load at all.

Attaching my solr config.

    <field indexed="true" multiValued="false" name="modelnumber" stored="true" type="StrField"/>
    <field indexed="true" multiValued="false" name="location" stored="true" type="StrField"/>
    <field indexed="true" multiValued="false" name="customer" stored="true" type="StrField"/>

</fields>
<uniqueKey>cartid</uniqueKey>

Can you please help?

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