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
FAI-PEP/ailab/benchmark/templatetags/nvd3_tags.py
Lines 44 to 54 in 6f74b68
The above syntax can be changed to the following.
kw_extra['x_is_date'] = kw_extra.get('x_is_date', False) kw_extra['x_axis_format'] = kw_extra.get('x_axis_format', "%d %b %Y") kw_extra['color_category'] = kw_extra.get('color_category', "category20") kw_extra['tag_script_js'] = kw_extra.get('tag_script_js', True) kw_extra['chart_attr'] = kw_extra.get('chart_attr', {})
The text was updated successfully, but these errors were encountered:
If this issue is open, can I be assigned to it?
Sorry, something went wrong.
No branches or pull requests
FAI-PEP/ailab/benchmark/templatetags/nvd3_tags.py
Lines 44 to 54 in 6f74b68
The above syntax can be changed to the following.
The text was updated successfully, but these errors were encountered: