areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
416 stars 124 forks source link

Vertical guideline? #94

Closed jamesmgg closed 6 years ago

jamesmgg commented 6 years ago

How do you set a property to use a vertical guideline?

Like in this demo: http://nvd3.org/examples/cumulativeLine.html

jamesmgg commented 6 years ago

nvm! got it working by adding this:

'extra': {
            'chart_attr': {
                'useInteractiveGuideline': 'true',
            }