Questions tagged [atlasboard]

Atlasboard is a free tool created by Atlassian for creating "information radiators" -- live-updating, scalable dashboards monitoring various things.

Atlasboard is a free tool created by Atlassian for creating "information radiators" -- live-updating, scalable dashboards monitoring various things.

13 questions
8
votes
3 answers

Access Google analytics without consent page using JavaScript

I am creating a dashboard using Atlasboard. I need to access the Google analytics data such as page views etc. where I will run some queries shown here. Is there a way to access my Google analytics data without this consent page appearing? I am…
smj2393
  • 1,929
  • 1
  • 23
  • 50
4
votes
1 answer

Using Atlasboard Job without a scheduler

While building an Atlasboard Job, I would like to control where and when data is pushed to the widget. I could not find where the "interval" config parameter is documented - my understanding is that the job is scheduled each interval ms. I would…
davidhadas
  • 2,333
  • 21
  • 17
3
votes
1 answer

Atlasboard and Rickshaw

Am trying to create a dashboard using the atlasboard and rickshaw. Now what happens is that atlasboard by default has a black background and am unable to see the x-axis and y-axis when creating graphs (e.g WIKI markdown analytics). If you look at…
Javed
  • 81
  • 1
  • 7
1
vote
0 answers

Atlasboard with Angular2 and Typescript

I am new to using Atlasboard and wondering if there is a way to use Angular2 and Typescript for creating new dashboards, widgets and jobs? I'll appreciate some help, google hasn't helped so far. Regards, Nas
Nasir
  • 59
  • 11
1
vote
1 answer

Atlasboard packaging and deployment

I'm trying to package and deploy my Atlasboard dashboard via IBM BlueMix. How do I package atlasboard and include the global dependencies as local? How do I start the board as the usual "atlasboard start" won't work any more as there is no global…
Andrew Sumner
  • 793
  • 2
  • 12
  • 29
0
votes
2 answers

How to display only the latest data received?

Hey I am trying to show only the latest message of the day, Thing is I am not sure how to do that as my code only picks up the one I first wrote.. it's not even the first object in the array.. but it still takes it. *Note that this code runs every…
makat
  • 154
  • 1
  • 3
  • 14
0
votes
1 answer

Atlasboard: where to put common server-side JS code?

Where do I put common server-side JavaScript files used by most of my jobs? I do not want to get fancy and create a new Node module, I just need a place to put a couple of utility functions.
sebnukem
  • 8,143
  • 6
  • 38
  • 48
0
votes
1 answer

Atlasboard: how to configure gridster?

I have an atlasboard-based dashboard. The widgets have already the minimum possible height of "1" in the layout config, but they are still too tall. How or where can I configure gridster to reduce the size of my widgets? I'm looking for the…
sebnukem
  • 8,143
  • 6
  • 38
  • 48
0
votes
1 answer

Running AtlasBoard on Azure Web App with iisnode

I´m trying to run AtlasBoard in an Azure Web App, but can´t get it to work. I have created a new board using the "Get started in 30 seconds" steps and the demo board runs fine when I start it locally. It works both by starting it with atlasboard…
henningst
  • 1,664
  • 2
  • 20
  • 30
0
votes
1 answer

Atlasboard gives me 500 in the GET request

GET /widgets/time?_=1461148321996 500 16.361 ms - 43 I simply dont get why that happens only with my default widgets the demo widgets get loaded but not my own. How my node log looks like if i open my dashboard: GET /widgets/time?_=1461141536338…
Opaldes
  • 193
  • 1
  • 10
0
votes
1 answer

Using Chart.js client-side in Atlasboard

How can a third-party javascript library be made available for client-side use in Atlasboard? require doesn't work in widgets, and I don't want to have to import the whole library into every widget that uses the library.
Brad Mace
  • 27,194
  • 17
  • 102
  • 148
0
votes
1 answer

Setting Atlasboard theme for a single dashboard

When configuration themes in Atlasboard, I know you can set the global theme in config/theming.js, but is there a way to have a single dashboard use a different theme than the others?
Brad Mace
  • 27,194
  • 17
  • 102
  • 148
0
votes
1 answer

Client-side logging for Atlasboard

I'm trying to debug a new Atlasboard widget, but I can't figure out how to log from it. I tried creating a logger and using logger.info(...) but nothing shows up in the console or the Atlasboard client log. How do I write to the Atlasboard client…
Brad Mace
  • 27,194
  • 17
  • 102
  • 148