esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
866 stars 283 forks source link

Add options to modify the ChartRow vertical axis margin and vertical EventMarker info box offset. #341

Closed chrisimmel closed 5 years ago

chrisimmel commented 6 years ago

This adds two new props for finer control of vertical spacing:

Sample usages were added to the existing stockchart and wind examples.

The motivation for these changes was a LineChart we have at Alluvium that is very squat. The hardcoded values for these parameters took too much vertical space in our use case. In particular, the default offset of the EventMarker info box placed it below the bottom edge of the chart.

sartaj10 commented 5 years ago

Closing this. There's another PR for this change