Jump to content

Can this admin toolbar be displayed to users using visualise.js API?


Gaven

Recommended Posts

Hello,

Clients want to use this dashboard toolbar which is visible on server admin page - is there some way to turn this on so end users see it when the dashboard is loaded by end users? They want the filter popup functionality it seems.

image.thumb.png.2e8c6f12c8f58d537e61e1ead7b2440d.png

 

Users view - no toolbar

image.thumb.png.bbc41d78b6b4a83dabd984869c0294fe.png

 

We are using the visualise.js API like this to call/display the dashboard on our system...

    visualize(
        {auth: {
            token: t,
            preAuth: true,
            tokenName: "pp"
        }},
        function (v) {
            v("#container").dashboard({
                resource: "/public/xxxxxxxx/DASHBOARDS/First_time_applicants",            
                error: function(e) {
                    alert(e);
                },
                // Pass and control individual parameters
                params: {
            		"P_CONTACT_ID": ["99999"]
            	}
            });
        });

 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...