netzwerg / react-svg-timeline

React event timeline component based on SVG
Other
94 stars 26 forks source link

Configurable time scale padding #121

Open netzwerg opened 2 months ago

netzwerg commented 2 months ago

New optional properties on the theme should allow to e.g. make space for long lane labels:

xAxis: {
      paddingLeft: 50,
      paddingRight: 50,
}