Horizontal Stacked Bar Chart with Two Y Axis Issues
问题 I have the following issues/questions regarding my charts: How can I prevent the right y axis tick values from either being partially deleted or getting inside the chart? When I use the yValuesTripId as domain for both left and right y axis domain the chart draw fine. How can I get it to draw fine with yAxisFirstStopTimes as left y axis domain values and yAxisLastStopTimes as right y axis values? You can view or edit the chart by clicking here: Here is the code: // source : https://gist