Closed nicoespeon closed 3 years ago
Closes #303
Add responsive boolean to @gitgraph/js option. Setting it to true will make the graph fill the available space of its container.
responsive
true
Usage as following:
const gitgraph = createGitgraph(graphContainer, { generateCommitHash: createFixedHashGenerator(), responsive: true, });
Note: I also fixed #321 passing by
Closes #303
Add
responsive
boolean to @gitgraph/js option. Setting it totrue
will make the graph fill the available space of its container.Usage as following:
Note: I also fixed #321 passing by