I've gotten my chart to work great for web, but having some formatting issues on mobile.
First, what is the correct way to format the height and width so the chart takes up full screen area without having to scroll page? I've tried using percentages of 100% on the div container for the chart, but it doesn't work correctly.
Second, I have my xAxis tickInterval set to 86400000 since my data returns one value for each day. I don't have this issue on web but on mobile -- because of the screen size -- the labels on the xAxis overlap. Is there a way to control this? Can I format something so on mobile so the label only appears on every set number of lines?