Extra whitespace is getting generated by the SeleniumBase JavaScript generators for [Charts](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md) and [Tours](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md). Currently, some paragraphs of JavaScript code are overly indented. To fix this issue, Python's ``textwrap`` library can be used with the ``dedent()`` method: https://docs.python.org/3/library/textwrap.html#textwrap.dedent