mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(lineage): add upstream arrows back in (#2346)
This commit is contained in:
parent
cfc02ee196
commit
eccf99422a
@ -103,6 +103,18 @@ export default function LineageViz({
|
||||
>
|
||||
<path d="M 0 0 L 10 5 L 0 10 z" fill="#000" />
|
||||
</marker>
|
||||
<marker
|
||||
id="triangle-upstream"
|
||||
viewBox="0 0 10 10"
|
||||
refX="0"
|
||||
refY="5"
|
||||
markerUnits="strokeWidth"
|
||||
markerWidth="10"
|
||||
markerHeight="10"
|
||||
orient="auto"
|
||||
>
|
||||
<path d="M 0 5 L 10 10 L 10 0 L 0 5 z" fill="#000" />
|
||||
</marker>
|
||||
<linearGradient id="gradient-Downstream" x1="1" x2="0" y1="0" y2="0">
|
||||
<stop offset="0%" stopColor="black" />
|
||||
<stop offset="100%" stopColor="black" stopOpacity="0" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user