We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It might be obvious to you but it won't be to some.
The text was updated successfully, but these errors were encountered:
I installed this plugin today and it works fine. in my urls.py I added two entries:
path('url_chart_path', TemplateView.as_view(template_name='chart.html'), name='some_name'),
path('json_path', views.LineChartJSONView.as_view(), name='line_chart_json'),
Sorry, something went wrong.
@edras do you feel like adding that in the README?
Ok @Natim, it is done!
Fixed in 5a4f1e0
No branches or pull requests
It might be obvious to you but it won't be to some.
The text was updated successfully, but these errors were encountered: