My charts are presenting me with several issues and questions:
Is there a way to avoid the right y-axis tick values from either being partially erased or overlapping with the chart?
When I set yValuesTripId as the domain for both the left and right y-axes, the chart displays properly. How can I achieve the same result when using yAxisFirstStopTimes for the left axis and yAxisLastStopTimes for the right axis?
You can access and modify the chart by clicking here:
Below is the code snippet:
// The JavaScript code related to displaying the interactive chart.
// For complete content, refer to the original source URL provided above.
...
The rest of the code is responsible for defining the dataset, setting up margins, legends, tooltips,
and rendering the bar chart along with color schemes based on passenger occupancy levels.
...