esnet / react-timeseries-charts

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

yAxis align = "right" not really working as expected #395

Closed hp8wvvvgnj6asjm7 closed 5 years ago

hp8wvvvgnj6asjm7 commented 5 years ago

Isn't this the way to do it?

<YAxis id='$' min={series.min()} max={series.max()} type='linear'  align ="right"  hideAxisLine  />
pjm17971 commented 5 years ago

If you want the axis on the right side of the chart just place the after the grouping.