Closed benhowes closed 8 years ago
Currently the x/y labels from a <Chart > do not seem to be passed to a <YAxis>.
<Chart >
<YAxis>
I've stepped through and found that something like:
<LineChart title='Training time vs plan' width={800} height={300} data={d3data} chartSeries={chartSeries} x={x} yLabel=' Time (Minutes)' xLabel='Plan week' margins={{top: 20, right: 50, bottom: 20, left: 100}} />
Does not lead to the labels being shown (but other x/y properties such as domain are passed down).
@chilijung Hopefully this is a real simple one to merge in?
Currently the x/y labels from a
<Chart >
do not seem to be passed to a<YAxis>
.I've stepped through and found that something like:
Does not lead to the labels being shown (but other x/y properties such as domain are passed down).