Questions tagged [lumenize]

This tag is intended to be used for questions involving the Lumenize library

This tag is intended to be used for questions involving the Lumenize library

5 questions
4
votes
2 answers

How do I use the LookbackAPI for burnup charts?

I need a good example of using the LookbackAPI to get the data for a burn up chart. I see some limited questions and responses on the API but no examples on how I would use it to do so. I need to get the current scope on story points and story…
1
vote
1 answer

DocumentDB Stored Procedure Lumenize

I'm using the aggregate stored procedure lumenize https://github.com/lmaccherone/documentdb-lumenize with the .net client and I'm in trouble in the filterquery content. How simply pass alphanumeric value to the filterquery query ? string…
hervema
  • 11
  • 2
1
vote
1 answer

Lookback 2.0 and Lumenize example

API 2.0 RC1. I can call the lookback snapshot store to return the records I want, but then I can't get the calculator to work correctly. The Lumenize functions are undefined: TypeError: Rally.data.lookback.Lumenize is undefined I run the query,…
Michael Byers
  • 233
  • 1
  • 8
0
votes
2 answers

Need help on using documentdb-lumenize on .net documentdb client sdk

I have a problem using the aggregate storedproc lumenize https://github.com/lmaccherone/documentdb-lumenize with the .net client. I get error when try passing in the parameter and query into the storedproc. Below is my code public async static void…
Teo
  • 25
  • 6
0
votes
2 answers

Bar Chart with Rally.data.lookback.calculator.TimeSeriesCalculator

I need to create bar chart showing up various values, such as "Created", "Closed", "Submitted" data with count on Y Axis and dates on x axis. I am able to do this successfully, for any one criteria. However I am not able to get multiple bars being…