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

RFE: Support for list sources #21

Open
atodorov opened this issue Sep 11, 2014 · 2 comments
Open

RFE: Support for list sources #21

atodorov opened this issue Sep 11, 2014 · 2 comments

Comments

@atodorov
Copy link
Contributor

From the example docs:

    weatherdata = \
        DataPool(
           series=
            [{'options': {
               'source': MonthlyWeatherByCity.objects.all()},
              'terms': [
                'month',
                'houston_temp',
                'boston_temp']}
             ])

I'm storing some data in Amazon SImpleDB and retrieving / working with it as lists of dictionary objects. At present it is not possible to use these lists for the source parameter in Django charts. Please add support for that (i.e. do not require QuerySet, Manager or a Model.

@chrvsd
Copy link

chrvsd commented Feb 25, 2015

+1 on this feature !

@atodorov
Copy link
Contributor Author

atodorov commented Aug 9, 2016

See #35 (comment) for information why this isn't easy to implement.

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

No branches or pull requests

2 participants