Reportlab при ковертации svg в png вылетает ошибка ValueError: tile cannot extend outside image
Я пишу скрипт который будет парсить svg диаграмму с этой ссылке: https://www.macrotrends.net/assets/php/fundamental_iframe.php?t=TSLA&type=revenue&statement=income-statement&freq=Q. Мне нужно конвертировать из svg в png. Вот код:
drawing = svg2rlg("file.svg")
renderPM.drawToFile(drawing, "file.png", fmt="PNG")
Но мне прилетает ошибка: ValueError: tile cannot extend outside image. Я так понимаю что мне нужно уменьшить изображение, но я уже пытался изменять размер в атрибутах width и height тега svg и нечего не получалось. Вот код svg:
<svg version="1.1" style="position: absolute; width: 760px; height: 190px; top: 0px; left: 0px;"><desc>JavaScript chart by amCharts 3.21.13</desc><g><path cs="100,100" d="M0.5,0.5 L759.5,0.5 L759.5,189.5 L0.5,189.5 Z" fill="#FFFFFF" stroke="#000000" fill-opacity="0" stroke-width="1" stroke-opacity="0" class="amcharts-bg"></path><path cs="100,100" d="M0.5,0.5 L709.5,0.5 L709.5,179.5 L0.5,179.5 L0.5,0.5 Z" fill="#FFFFFF" stroke="#000000" fill-opacity="0" stroke-width="1" stroke-opacity="0" class="amcharts-plot-area" transform="translate(30,10)"></path></g><g><g class="amcharts-category-axis" transform="translate(30,10)"><g><path cs="100,100" d="M23.5,179.5 L23.5,179.5 L23.5,0.5" fill="none" stroke-width="1" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M146.5,179.5 L146.5,179.5 L146.5,0.5" fill="none" stroke-width="1" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M270.5,179.5 L270.5,179.5 L270.5,0.5" fill="none" stroke-width="1" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M393.5,179.5 L393.5,179.5 L393.5,0.5" fill="none" stroke-width="1" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M516.5,179.5 L516.5,179.5 L516.5,0.5" fill="none" stroke-width="1" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M640.5,179.5 L640.5,179.5 L640.5,0.5" fill="none" stroke-width="1" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g></g><g class="amcharts-value-axis value-axis-v1" transform="translate(30,10)" visibility="visible"><g><path cs="100,100" d="M0.5,179.5 L0.5,179.5 L709.5,179.5" fill="none" stroke-width="1" stroke-dasharray="5" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M0.5,134.5 L0.5,134.5 L709.5,134.5" fill="none" stroke-width="1" stroke-dasharray="5" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M0.5,90.5 L0.5,90.5 L709.5,90.5" fill="none" stroke-width="1" stroke-dasharray="5" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M0.5,45.5 L0.5,45.5 L709.5,45.5" fill="none" stroke-width="1" stroke-dasharray="5" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g><g><path cs="100,100" d="M0.5,0.5 L0.5,0.5 L709.5,0.5" fill="none" stroke-width="1" stroke-dasharray="5" stroke-opacity="0.1" stroke="#000000" class="amcharts-axis-grid"></path></g></g></g><g transform="translate(30,10)" clip-path="url(#AmChartsEl-2)"><g visibility="hidden"></g></g><g></g><g></g><g></g><g><g transform="translate(30,10)" class="amcharts-graph-column amcharts-graph-g1"><g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(63,179)" aria-label=" 12/31/2010 0.116"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(79,179)" aria-label=" 03/31/2011 0.144"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(94,179)" aria-label=" 06/30/2011 0.174"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(110,179)" aria-label=" 09/30/2011 0.201"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(125,179)" aria-label=" 12/31/2011 0.204"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(140,179)" aria-label=" 03/31/2012 0.185"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(156,179)" aria-label=" 06/30/2012 0.154"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(171,179)" aria-label=" 09/30/2012 0.146"><path cs="100,100" d="M0.5,0.5 L0.5,-0.5 L12.5,-0.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(187,179)" aria-label=" 12/31/2012 0.413"><path cs="100,100" d="M0.5,0.5 L0.5,-1.5 L12.5,-1.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(202,179)" aria-label=" 03/31/2013 0.945"><path cs="100,100" d="M0.5,0.5 L0.5,-3.5 L12.5,-3.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(217,179)" aria-label=" 06/30/2013 1.323"><path cs="100,100" d="M0.5,0.5 L0.5,-5.5 L12.5,-5.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(233,179)" aria-label=" 09/30/2013 1.704"><path cs="100,100" d="M0.5,0.5 L0.5,-7.5 L12.5,-7.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(248,179)" aria-label=" 12/31/2013 2.013"><path cs="100,100" d="M0.5,0.5 L0.5,-8.5 L12.5,-8.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(264,179)" aria-label=" 03/31/2014 2.072"><path cs="100,100" d="M0.5,0.5 L0.5,-8.5 L12.5,-8.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(279,179)" aria-label=" 06/30/2014 2.436"><path cs="100,100" d="M0.5,0.5 L0.5,-10.5 L12.5,-10.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(295,179)" aria-label=" 09/30/2014 2.857"><path cs="100,100" d="M0.5,0.5 L0.5,-12.5 L12.5,-12.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(310,179)" aria-label=" 12/31/2014 3.199"><path cs="100,100" d="M0.5,0.5 L0.5,-13.5 L12.5,-13.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(325,179)" aria-label=" 03/31/2015 3.518"><path cs="100,100" d="M0.5,0.5 L0.5,-15.5 L12.5,-15.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(341,179)" aria-label=" 06/30/2015 3.704"><path cs="100,100" d="M0.5,0.5 L0.5,-16.5 L12.5,-16.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(356,179)" aria-label=" 09/30/2015 3.789"><path cs="100,100" d="M0.5,0.5 L0.5,-16.5 L12.5,-16.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(372,179)" aria-label=" 12/31/2015 4.046"><path cs="100,100" d="M0.5,0.5 L0.5,-17.5 L12.5,-17.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(387,179)" aria-label=" 03/31/2016 4.253"><path cs="100,100" d="M0.5,0.5 L0.5,-18.5 L12.5,-18.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(402,179)" aria-label=" 06/30/2016 4.568"><path cs="100,100" d="M0.5,0.5 L0.5,-19.5 L12.5,-19.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(418,179)" aria-label=" 09/30/2016 5.929"><path cs="100,100" d="M0.5,0.5 L0.5,-26.5 L12.5,-26.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(433,179)" aria-label=" 12/31/2016 7.000"><path cs="100,100" d="M0.5,0.5 L0.5,-30.5 L12.5,-30.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(449,179)" aria-label=" 03/31/2017 8.549"><path cs="100,100" d="M0.5,0.5 L0.5,-37.5 L12.5,-37.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(464,179)" aria-label=" 06/30/2017 10.069"><path cs="100,100" d="M0.5,0.5 L0.5,-44.5 L12.5,-44.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(480,179)" aria-label=" 09/30/2017 10.756"><path cs="100,100" d="M0.5,0.5 L0.5,-47.5 L12.5,-47.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(495,179)" aria-label=" 12/31/2017 11.759"><path cs="100,100" d="M0.5,0.5 L0.5,-52.5 L12.5,-52.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(510,179)" aria-label=" 03/31/2018 12.472"><path cs="100,100" d="M0.5,0.5 L0.5,-55.5 L12.5,-55.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(526,179)" aria-label=" 06/30/2018 13.684"><path cs="100,100" d="M0.5,0.5 L0.5,-60.5 L12.5,-60.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(541,179)" aria-label=" 09/30/2018 17.523"><path cs="100,100" d="M0.5,0.5 L0.5,-77.5 L12.5,-77.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(557,179)" aria-label=" 12/31/2018 21.461"><path cs="100,100" d="M0.5,0.5 L0.5,-95.5 L12.5,-95.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(572,179)" aria-label=" 03/31/2019 22.593"><path cs="100,100" d="M0.5,0.5 L0.5,-100.5 L12.5,-100.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(587,179)" aria-label=" 06/30/2019 24.941"><path cs="100,100" d="M0.5,0.5 L0.5,-111.5 L12.5,-111.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(603,179)" aria-label=" 09/30/2019 24.420"><path cs="100,100" d="M0.5,0.5 L0.5,-108.5 L12.5,-108.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(618,179)" aria-label=" 12/31/2019 24.578"><path cs="100,100" d="M0.5,0.5 L0.5,-109.5 L12.5,-109.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(634,179)" aria-label=" 03/31/2020 26.022"><path cs="100,100" d="M0.5,0.5 L0.5,-115.5 L12.5,-115.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(649,179)" aria-label=" 06/30/2020 25.708"><path cs="100,100" d="M0.5,0.5 L0.5,-114.5 L12.5,-114.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(664,179)" aria-label=" 09/30/2020 28.176"><path cs="100,100" d="M0.5,0.5 L0.5,-125.5 L12.5,-125.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(680,179)" aria-label=" 12/31/2020 31.536"><path cs="100,100" d="M0.5,0.5 L0.5,-140.5 L12.5,-140.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g><g class="amcharts-graph-column amcharts-graph-g1" transform="translate(695,179)" aria-label=" 03/31/2021 35.940"><path cs="100,100" d="M0.5,0.5 L0.5,-160.5 L12.5,-160.5 L12.5,0.5 L0.5,0.5 Z" fill="#5B9BD5" stroke="#5B9BD5" fill-opacity="1" stroke-width="1" stroke-opacity="0.9" class="amcharts-graph-column-front amcharts-graph-column-element"></path></g></g></g></g><g></g><g><path cs="100,100" d="M0.5,179.5 L709.5,179.5 L709.5,179.5" fill="none" stroke-width="1" stroke-dasharray="5" stroke-opacity="0.2" stroke="#000000" transform="translate(30,10)" class="amcharts-axis-zero-grid-v1 amcharts-axis-zero-grid"></path><g class="amcharts-category-axis"><path cs="100,100" d="M0.5,0.5 L709.5,0.5" fill="none" stroke-width="1" stroke-opacity="0" stroke="#000000" transform="translate(30,189)" class="amcharts-axis-line"></path></g><g class="amcharts-value-axis value-axis-v1"><path cs="100,100" d="M0.5,0.5 L0.5,179.5" fill="none" stroke-width="1" stroke-opacity="0" stroke="#000000" transform="translate(30,10)" class="amcharts-axis-line" visibility="visible"></path></g></g><g><g transform="translate(30,10)" clip-path="url(#AmChartsEl-3)" style="pointer-events: none;"><path cs="100,100" d="M0.5,0.5 L0.5,0.5 L0.5,179.5" fill="none" stroke-width="1" stroke-opacity="0.34" stroke="#000000" class="amcharts-cursor-line amcharts-cursor-line-vertical" visibility="hidden" transform="translate(486,0)"></path><path cs="100,100" d="M0.5,0.5 L709.5,0.5 L709.5,0.5" fill="none" stroke-width="1" stroke="#000000" class="amcharts-cursor-line amcharts-cursor-line-horizontal" visibility="hidden" transform="translate(0,5)"></path></g><clipPath id="AmChartsEl-3"><rect x="0" y="0" width="709" height="179" rx="0" ry="0" stroke-width="0"></rect></clipPath></g><g></g><g><g transform="translate(30,10)" class="amcharts-graph-column amcharts-graph-g1"></g></g><g><g></g></g><g><g class="amcharts-category-axis" transform="translate(30,10)" visibility="visible"></g><g class="amcharts-value-axis value-axis-v1" transform="translate(30,10)" visibility="visible"><text y="6" fill="#000000" font-family="Verdana" font-size="11px" opacity="1" text-anchor="start" transform="translate(4,171.1953125)" class="amcharts-axis-label"><tspan y="6" x="0">0</tspan></text><text y="6" fill="#000000" font-family="Verdana" font-size="11px" opacity="1" text-anchor="start" transform="translate(4,126.1953125)" class="amcharts-axis-label"><tspan y="6" x="0">10</tspan></text><text y="6" fill="#000000" font-family="Verdana" font-size="11px" opacity="1" text-anchor="start" transform="translate(4,82.1953125)" class="amcharts-axis-label"><tspan y="6" x="0">20</tspan></text><text y="6" fill="#000000" font-family="Verdana" font-size="11px" opacity="1" text-anchor="start" transform="translate(4,37.1953125)" class="amcharts-axis-label"><tspan y="6" x="0">30</tspan></text><text y="6" fill="#000000" font-family="Verdana" font-size="11px" opacity="1" text-anchor="start" transform="translate(4,-1)" class="amcharts-axis-label"><tspan y="6" x="0"> </tspan></text><text y="6" fill="#000000" font-family="Verdana" font-size="12px" opacity="1" font-weight="bold" text-anchor="middle" class="amcharts-axis-title" transform="translate(-18,90) rotate(270)"><tspan y="6" x="0">Trailing 12 Months</tspan></text></g></g><g></g><g transform="translate(30,10)"></g><g></g><g></g><clipPath id="AmChartsEl-2"><rect x="-1" y="-1" width="711" height="181" rx="0" ry="0" stroke-width="0"></rect></clipPath></svg>