-
Notifications
You must be signed in to change notification settings - Fork 124
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
Supporting latest nvd3 and d3 versions #59
Comments
It should be better to open this issue on https://github.com/areski/python-nvd3 Ideally we would support recent version of nvd3 (at this moment 1.8.1) but we could use more help, you are more than welcome to give us a hand :) |
@areski Do you have any update on the status? I ran into some label positioning issues in bar charts with the current NVD3 versions that are supported - my charts work much better with newer D3.js and NVD3 versions, but as other bits were broken when using django-nvd3 I kept the older versions in production. In https://github.com/novus/nvd3/blob/master/README.md a range of new chart types are listed in the changes in the 1.8 series of releases, which might also be worth adding. I will see if I can perhaps contribute something myself to update python-nvd3 and/or django-nvd3... |
The big part of the job is to update python-nvd3 to support nvd3-v1.8, there is a branch started for it (https://github.com/areski/python-nvd3/tree/nvd3-1.8) but no much work has been done so far, we could use help. Well we need help :) |
Somewhat related to this existing issue: Is there any reason why
(See Python Software Foundation Blog: New pip resolver to roll out this year from March 2020 for general information about this change.) I would suggest a simple update to the A short term fix is also mentioned in Python Software Foundation Blog: Releasing pip 20.3, featuring new dependency resolver from November 2020 which works for me, but it might stop working after January 2021 in pip 21.0:
|
Hi,
I see some issues with the tooltip of a linewithfocuscharts charts that are generated when I use several parameters on the y-axis.
Maybe these are automatically solved when you support latest version of nvd3 and d3 ?
Is there a plan to migrate to those ?
The text was updated successfully, but these errors were encountered: