Skip to content

Ability to add footer to chart on the front-end #522

Open
@IosifGabriel

Description

@IosifGabriel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhold

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions