#16438 closed enhancement (fixed)
Use d3js package if available
Reported by: | tmonteil | Owned by: | tmonteil |
---|---|---|---|
Priority: | major | Milestone: | sage-6.3 |
Component: | graph theory | Keywords: | d3.js, sdl |
Cc: | ncohen, bonfroy | Merged in: | |
Authors: | Thierry Monteil | Reviewers: | Nathann Cohen |
Report Upstream: | N/A | Work issues: | |
Branch: | 1ce71b1 (Commits, GitHub, GitLab) | Commit: | 1ce71b1fe2b8240a5475f07759feff14df6441d3 |
Dependencies: | #14953, #16434 | Stopgaps: |
Description (last modified by )
Change History (10)
comment:1 Changed 7 years ago by
- Cc ncohen bonfroy added
- Component changed from PLEASE CHANGE to graph theory
- Dependencies set to #14953, #16434
- Description modified (diff)
- Keywords d3.js added
- Owner changed from (none) to tmonteil
- Type changed from PLEASE CHANGE to enhancement
comment:2 Changed 7 years ago by
- Branch set to u/tmonteil/use_d3js_package_if_available
comment:3 Changed 7 years ago by
- Commit set to d5c364708a675590955d4f8fe374d2658fe4abdc
- Status changed from new to needs_review
comment:4 Changed 7 years ago by
Only the last commit is to be reviewed, the other commits come from #14953 which this ticket depends on (positively reviewed but not merged yet).
comment:5 Changed 7 years ago by
- Commit changed from d5c364708a675590955d4f8fe374d2658fe4abdc to 02c10912bb72fd996d6fe668c4c0781837addae8
Branch pushed to git repo; I updated commit sha1. New commits:
02c1091 | Merge branch 'develop' into t/16438/use_d3js_package_if_available
|
comment:6 Changed 7 years ago by
- Commit changed from 02c10912bb72fd996d6fe668c4c0781837addae8 to 1ce71b1fe2b8240a5475f07759feff14df6441d3
Branch pushed to git repo; I updated commit sha1. New commits:
1ce71b1 | #16438 move warning from code to documentation.
|
comment:7 Changed 7 years ago by
I removed the warn()
command which might annoying, instead i added warnings in the doc.
Version 0, edited 7 years ago
by
(next)
comment:8 Changed 7 years ago by
- Reviewers set to Nathann Cohen
- Status changed from needs_review to positive_review
Excellent ! Good to go then :-)
Nathann
comment:9 Changed 7 years ago by
- Branch changed from u/tmonteil/use_d3js_package_if_available to 1ce71b1fe2b8240a5475f07759feff14df6441d3
- Resolution set to fixed
- Status changed from positive_review to closed
comment:10 Changed 18 months ago by
- Keywords sdl added
Note: See
TracTickets for help on using
tickets.
New commits:
Graph drawing in javascript using d3.js
trac #14953 cleanup, pep8 and details
Git directory layout
trac #14953: Merged with 6.3.beta0
trac #14953: Merged with 6.3.beta2
trac #14953: Moving the .html to EXT_CODE and using DOCTEST_MODE
16438 : use d3js spkg if available