Commit Graph

1059 Commits

Author SHA1 Message Date
abzicht c44ff8a70f Adding a gantt clickable example to the existing gantt diagram 2019-03-10 13:56:49 +01:00
abzicht d2eb507e7d Adding styles for clickable tasks 2019-03-10 13:43:20 +01:00
abzicht fa04e3de75 Adding jison processed js file because it seems that this is always committed to github 2019-03-10 13:42:43 +01:00
abzicht 63184d53c1 Argument processing now allows double quoted strings 2019-03-10 13:41:59 +01:00
abzicht 1dfff7ac0e Added documentation and implemented empty functionarguments 2019-03-10 13:41:02 +01:00
abzicht 6c84544521 Changed href to scan for the next double quoted word. This allows whitespace in links and resolves the issue with href ending with EOF 2019-03-10 11:49:16 +01:00
abzicht 91651ca6ce Fixed lint issues 2019-03-09 23:17:13 +01:00
abzicht 6fd790570a Removed <a> tag, moved id attribute to text section 2019-03-09 23:14:28 +01:00
abzicht b322a964ca Code refactoring: Pushing functions is now to the funs list is now available in a separate function. Also, setLink no longer using the .link attribute and instead calls links directly via window.open 2019-03-09 23:13:53 +01:00
abzicht 20b35cbe13 Removed STR remains and fixed whitespace issue for 'call' which lead to undesired whitespace in function names 2019-03-09 22:42:27 +01:00
abzicht d169641c99 Fixed lint issue 2019-03-09 22:19:08 +01:00
abzicht 856591d253 Removed STR as it is no longer required; made 'click' a state such that it returns the id that is specified after the keyword 2019-03-09 22:18:37 +01:00
abzicht 4587f5a73d Added 'clickable' class to all elements with interactivity. This allows css styling for clickable elements 2019-03-09 20:08:52 +01:00
abzicht 10057217cb Fixed issue which only passed the first char of functionargs to the function by splitting the functionargs by commas 2019-03-09 20:07:51 +01:00
abzicht 0c66e1b5b9 Added href support and improved callback argument handling 2019-03-09 12:11:56 +01:00
abzicht 67ee649d99 Added setLink and setClickEvent to gantt 2019-03-08 00:19:53 +01:00
abzicht 57b780a0d7 In render: added calling callback for gantt functions 2019-03-08 00:07:36 +01:00
abzicht 19d9dd6954 Fixed clickStatement to include ids 2019-03-07 22:31:38 +01:00
abzicht e298351caa Added <a href> and callback functionality to gantt diagrams 2019-03-07 22:00:02 +01:00
Tyler Long 7d3578b31a
Merge pull request #721 from paulbland/right-angles
Add option for right angles
2018-12-18 14:04:19 +08:00
Tyler Long 2914d4975b Fix arrowhead style issue 2018-12-18 13:55:14 +08:00
Tyler Long 2a0fcd99e4
Merge pull request #720 from paulbland/add-activation-class
Add nested activation classes
2018-12-18 13:39:18 +08:00
Tyler Long d7e0e4afc5 Fix code style issue 2018-12-18 13:32:36 +08:00
Tyler Long de78bb5ffe
Merge pull request #688 from imma90/master
add comments about CSS in config
2018-12-17 17:37:25 +08:00
Tyler Long 9ecee6b163 Generate jison files 2018-12-17 17:31:22 +08:00
Tyler Long e25e8af135 Support latest version of font awesome 2018-12-17 16:27:46 +08:00
Tyler Long 4ab2fed8d2
Merge pull request #757 from gjlubbertsen/master
Fix issue with marker-end.
2018-12-17 15:56:49 +08:00
Tyler Long 3e8fea6533
Merge pull request #764 from watsoncj/master
Support Multi-line Actor Descriptions
2018-12-17 15:53:20 +08:00
Tyler Long a57b90809b
Merge pull request #765 from flying-sheep/links
Render nodes as real links
2018-12-17 15:30:13 +08:00
Tyler Long b097b8bb34
Merge pull request #768 from znxkznxk1030/master
Remove duplicate code
2018-12-17 15:06:00 +08:00
Tyler Long 349aeb5a26 Upgrade dependencies 2018-12-17 14:56:26 +08:00
Tyler Long e8aebb00ee Fix typos in test cases 2018-12-17 14:42:52 +08:00
ysKim 6ece2838bd Remove duplicate code 2018-12-05 22:45:03 +09:00
Philipp A bcd3aa7d61 Improved docs, split setClickEvent and setLink 2018-12-01 15:31:57 +01:00
Philipp A aca80726d7 Render nodes as real links 2018-11-28 17:09:34 +01:00
Casey Watson 2fc5745c58 Support Multi-line Actor Descriptions
- Add support for <br/> delimiter in actor descriptions.
- Add actorFontFamily and actorFontSize options to sequence diagram.
- Change default actor description font from times to sans.

Fix #384 #702 #755
2018-11-26 11:49:33 -07:00
Gerrit-Jan Lubbertsen ba2f2cb284
Fix issue with marker-end.
I had issues with marker-end. Assuming that CSS got more strict over time.
2018-11-13 16:32:26 +01:00
Bland, Paul 06aa4a5c07 prevent deeply nested activations from calling classes that don't exist (by limiting to 3) 2018-08-29 14:24:42 -04:00
Bland, Paul 80c7c9a86e added ability to style nested activations 2018-08-24 11:56:28 -04:00
Bland, Paul 42d66fd3d9 tweak for lint 2018-08-23 11:53:04 -04:00
Bland, Paul ae8dde981b make path a bit wider 2018-08-22 15:30:12 -04:00
Bland, Paul 228b832bed moved hard-coded fill and stroke colors from svgDraw.js to scss files, and added defaults to all themes 2018-08-22 10:22:50 -04:00
Bland, Paul b80bad0a93 created option for right angle arrows 2018-08-17 10:56:15 -04:00
Imma f476002691 add comments about CSS in config 2018-07-15 19:04:42 +02:00
Tyler Long a4992963b3 Set SVG viewBox 2018-04-12 23:05:08 +08:00
Tyler Long 44ff608868 ultimate solution to position the svg 2018-04-12 09:06:20 +08:00
Tyler Long f2ea725edb Add a sample to test diagram cut off issue 2018-04-12 07:39:02 +08:00
Tyler Long 40a87fa736 Update todo list 2018-04-12 07:38:01 +08:00
Tyler Long a5627f97ff Make diamond shape a little bit bigger 2018-03-21 22:06:44 +08:00
Tyler Long 8b1698b17d Fix flowchart text size measuring issue 2018-03-21 21:29:12 +08:00