forked from jacomyal/sigma.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
22 lines (20 loc) · 758 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
**** Bugs ****
- mouseEnabled==false && hover
**** Core ****
- Caching nodes drawing - Next version
- Caching labels drawing - Next version
- Documentation - Most has been done, still have to compile
and make a template for it.
- Adding a parameter that is true if
everything looks fine to execute
sigma.js, and false else (like if
Canvas is not supported)
- Testing for the following classes:
> Chronos
> Sigma
> Graph (coherence)
**** Others ****
- Implement multitouch features - Next version
- Change the code such as it is possible
to use the MINIFY_ADVANCED Closure
option.