xAPI-Dashboard icon indicating copy to clipboard operation
xAPI-Dashboard copied to clipboard

Provides a quick and easy way to generate graphs from your xAPI data, as well as a powerful query language to manipulate it

Results 10 xAPI-Dashboard issues
Sort by recently updated
recently updated
newest added

Hi, Can anyone help me with derivative information in ADL dashboard. So I want to display a header which will have information about the what chart is displaying. Like in...

I have generated my dashboard and tried to reduce the latency using date range of xAPI statemnts, still the report generation is slow. Does anyone has solution to it?

I absolutely love this API. I have a question, however. Let's say the contents of my collection after some manipulation is an array of objects with this signature : ```...

Hello, i am using Dashboard to produce some statistics based on scores. I want a pie which shows the distribution of the score . It is a child graph from...

I guys, I'm having troubles using the ADLCollection and achieving what I want. Here is the thing: I instantiate the collection with some statements returned by an AJAX query to...

Came across an error using lineChart and multiBarChart. If you want non-numeric axis values it is not being handled correctly by dashboard and fails. Will look into this later

I am facing issue processing more statements from XAPI. In my code below, I am using XAPI Wrapper and I am getting around 900 statements from lrs in rek, however,...

After successfully retrieving statements based on Verb ID, I can display graphs on a dashboard grouped by 'object.definition.name.en-US' for all (e.g.) "passed" verbs. My goal is to present a chart...

Whenever I try using the newest 1.2.2 release with the Intro to Data Visualizations project, it throws an error: `Uncaught TypeError: Cannot read property 'in' of undefined` whenever you try...

The snippet below works as expected. ``` js data.where('result.score.raw > 0').orderBy('result.score.raw'); data.where('result.score.raw >= 0 and result.score.raw != null').orderBy('result.score.raw'); ``` However this: `data.where('result.score.raw >= 0').orderBy('result.score.raw');` Results in: `xapicollection.js:698 Uncaught TypeError: Cannot...

bug