RevealBi/Documentation

[Topic] Document how to change the default Reveal images

brianlagunas opened this issue · 0 comments

Description

By default Reveal uses images throughout the RevealView such as the new visualization:

image

We exposed a way to change these images using the RevealView.assets. For example:

revealView.assets.dashboardEmptyState = new RevealApi.RVImageAsset( new RevealApi.RVImage("/images/dashboard_empty.png", "Empty Dashboard State Image"), "Add your First Visualization", "Visualize all your data in perfect harmony");