Description
An enhancement to be able to add sources to the data of graphs (possible footer/header like in this screenshot -> http://prntscr.com/p24vpo )
However, there is a workaround with JS <<thanks @SilviuDinu>>(it modifies the horizontal axis description but if the description is needed, there is no solution) with the following code, trying JSON from google's API doesnt work in manual configuration.
<script type = "text/javascript"> var chartTitle = document.querySelectorAll(".visualizer-front svg g g text"); for (var i = 0; i < chartTitle.length; i = i + 1) { if (chartTitle[i].innerHTML === 'Source: Data Insight') { chartTitle[i].setAttribute('x', 120); } }; </script>
Refference -> https://secure.helpscout.net/conversation/942172660/200370?folderId=212385