Questions tagged [giraffe.js]

Backbone.Giraffe is a light and flexible library that extends Backbone.js with Application level events and View enhancements.

Giraffe's goal is to follow the Backbone philosophy of unopinionated simplicity to provide commonly needed features with few assumptions. It differs from other Backbone libraries like Marionette and Chaplin in its reduced scope and size, and it takes a different approach to the problems of route handling, object lifecycles, event aggregation, and view management.

3 questions
2
votes
1 answer

How does the event translation work in a Giraffe router?

I just discovered the approach to router events in Giraffe. It is possible to trigger application events as follows: routes: { 'childView/:name': 'route:childView' // 'someHashLocation/:andItsParams': 'some:appEvent' }, Since normally…
poseid
  • 6,986
  • 10
  • 48
  • 78
0
votes
2 answers

unable to configure giraffe with graphite

I am trying to configure giraffe with graphite (0.9.10). Graphite is running successfully on port 8080 and I am able to run giraffe on port 9000. I have tried configuring dashboards.js in giraffe to point to a test metric within graphite…
ali haider
  • 19,175
  • 17
  • 80
  • 149
0
votes
1 answer

[giraffe][rickshaw] How to dynamically scaly Y axis on positive and negative sides

I am using Giraffe (https://github.com/kenhub/giraffe) to draw some graphs based on some graphite metrics. The values for one of the graphs can go positive as well as negative. I do not want to set explicit scale for the graph using "min" and…
Vinay
  • 9
  • 4