Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey together,
i´m looking for a way to use background pictures to build app´s.
I want to do a real storytelling, not only use charts for data-presentation.
Something like this as a background and in front the charts
(Source: https://upload-magazin.de/22898-storytellingformate/)
Thanks a lot.
Hi,
workaround to put an image background in an graph could be to use Extension 'Multi KPI' which let you add CSS code in it and overwrite some visualizations. (Bad thing is that this extension needs to be added in sheet you want to modify) So under 'Styles' tab in this extension you can add code:
.qv-object-barchart{
background-image: url(
https://ea6hycghkso.exactdn.com/wp-content/uploads/2018/01/symbol-storytelling-business-940x627.jpg
);
background-repeat: no-repeat;
background-size: 100% 100%;
}
and get something like this