Marc Faber
dcfa903176
#1290 Hide/style today marker in gantt diagram
2020-04-05 01:59:18 +02:00
Marc Faber
1cfd93640c
#743 handle multiline section titles in gantt diagrams
2020-01-08 13:50:58 +01:00
Knut Sveidqvist
a5cc1e804b
#1031 Adding stricter code checks
2019-10-27 15:24:56 +01:00
Knut Sveidqvist
53bdfee057
#989 Font configuration
2019-10-12 16:53:21 +02:00
knsv
cf05a8d8fa
#931 Updating code to align witn new code standard
2019-09-12 12:57:36 -07:00
knsv
c33533082c
#847 Handling of embedded javascript in links
2019-07-21 07:39:36 -07:00
Knut Sveidqvist
5667694652
info diagram to show version of mermaid, bugfixes for gantt chart
2019-06-15 14:29:26 +02:00
Knut Sveidqvist
e0a70bd352
Merge of latest changesin to pr #804
2019-06-09 12:40:37 -07:00
Knut Sveidqvist
3e6396cc4b
Merged in recent updates
2019-06-09 10:53:46 -07:00
abzicht
6fd790570a
Removed <a> tag, moved id attribute to text section
2019-03-09 23:14:28 +01:00
abzicht
d169641c99
Fixed lint issue
2019-03-09 22:19:08 +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
67ee649d99
Added setLink and setClickEvent to gantt
2019-03-08 00:19:53 +01:00
João Paulo Poffo
6e846ac3e5
Defined a renderEndDate
2019-02-12 17:29:38 -02:00
Gijs van Dam
901df242b7
Replace multiple returns with single return
2019-02-01 13:28:12 +08:00
Gijs van Dam
5565d36ef2
Fix lint issues
2019-02-01 12:41:03 +08:00
Gijs van Dam
48f8c3f85a
Add custom rendering of milestone tasks
...
If a task is a milestone, the rect shape will be square in the center of
the original width of the rectangular calculated if it weren't a
milestone. The placement of the label text is adjusted accordingly.
Both the rect and the text get a 'milestone' and 'milestoneText' class
accordingly.
The scss rotates the square and scales it a bit down, so that it's a
diamond, which appears to be the defacto standard for milestone icons.
The label text is put in italics.
The rotational transform is done in the scss, so that it's easy for
users to create their own milestone icon-style.
2019-02-01 12:34:55 +08:00
Tyler Long
015b976c28
Fix CSS cannot select number ID issue
2018-03-17 09:10:10 +08:00
Tyler Long
f62736c749
Support customization of gantt diagram xAxis format using diagram code
2018-03-13 14:01:44 +08:00
Tyler Long
37076d3d1f
Support global config of gantt axisFormat
2018-03-12 21:33:02 +08:00
Tyler Long
e9f3ad63c6
Remove local d3 file
2018-03-08 21:42:39 +08:00
Tyler Long
197671960d
Fix gantt diagram xAxis format
2018-03-07 22:05:54 +08:00
Tyler Long
e434ac9a1f
Improve gantt diagram code
2018-03-06 19:11:55 +08:00
Tyler Long
1d7589abb9
Try to fix gantt diagram
2018-03-06 18:41:06 +08:00
Tyler Long
3f55200737
Update some dependencies
2018-03-06 14:37:27 +08:00
Tyler Long
20b43d8ad1
Get rid of var
2017-09-14 20:59:58 +08:00
Tyler Long
4fc082b526
Add export default to diagram files
2017-09-10 22:03:10 +08:00
Tyler Long
a7d79baf00
Replace require with import
2017-09-10 21:23:04 +08:00
Tyler Long
c9442653e9
Replace require with import
2017-09-10 19:41:34 +08:00
Tyler Long
5624453c87
Refactor code
2017-04-16 23:48:36 +08:00
Tyler Long
15bdaca2f9
Use yarn install of npm
2017-04-13 22:21:09 +08:00
Tyler Long
a2ce9e6a54
Fix code style issues
2017-04-13 20:16:38 +08:00
Tyler Long
620f3e8734
Auto fix standard style voilations
2017-04-11 22:14:25 +08:00
tkfm.yamaguchi
0cd04af6a4
Replace sidePadding with left/rightPadding
2016-05-23 11:21:38 +09:00
knsv
315923d1d3
Modernization of build environment, better linting, adjustment after stricter static rules, cleanup of package.json
2015-10-17 12:46:36 +02:00
knsv
658ed3d790
Modernization of build environment. Less gulp, more npm. Eslint.
2015-10-12 07:37:02 +02:00
knsv
6f96b5dd14
Added logger for dealing with issue #179
...
Added markdown files for the documentation.
parseError exposed from the mermaidAPI
2015-06-30 14:23:32 +02:00
knsv
50219cf2d9
Fix for issues with generating diagrams using the cli: default style for clusters and fixes for autoscaling side effects
2015-06-21 17:25:58 +02:00
knsv
e5a701d04d
Fix for issue #175
2015-06-16 10:40:08 +02:00
knsv
3f0ead3e0a
Fix for issue #150 this change makes gant diagram autoscale.
2015-05-30 12:59:20 +02:00
knsv
b4a96c9b21
Render function as mentioned in issue #146 , only works in browser context
...
Updated build scripts
New way for bundling content in dist, tobe tested, currently to be considered beta
2015-05-26 20:41:53 +02:00
knsv
2204d46ce1
Fix for defect #158
2015-04-20 21:21:17 +02:00
knsv
85cdfbaaf8
Modified the number of week for which the x-axis stays in week mode as discussed in issue #125
2015-03-05 08:11:29 +01:00
knsv
cc1a4be15a
Added default stylesheet and less structure to create new themes as described in issue #122
2015-03-01 16:48:16 +01:00
knsv
ead74558ea
Added default stylesheet and less structure to create new themes
2015-03-01 16:29:41 +01:00
knsv
3c5a19e5a7
Gantt: Configurable format for dates on x-axis
...
Flowchart: Default styles for links as discussed in issue #31
2015-02-28 23:50:23 +01:00
knsv
8598a7d712
More forgiving flowcharts, space at the end of the line allowed
2015-02-25 07:57:26 +01:00
knsv
0955c4c428
Today line for gantt chart
2015-02-25 00:07:13 +01:00
Knut Sveidqvist
a7dd6a6614
Better width calculations for task texts
2015-02-24 15:48:41 +01:00
knsv
e5657d028d
Better styling for gantt diagrams and addition of critical path, active and completed tasks
2015-02-22 20:18:44 +01:00