Skip to content

adding warning and error indicator lines to TimeSeriesView#75

Merged
jondot merged 2 commits intojondot:masterfrom
mchandramouli:master
Jan 22, 2014
Merged

adding warning and error indicator lines to TimeSeriesView#75
jondot merged 2 commits intojondot:masterfrom
mchandramouli:master

Conversation

@mchandramouli
Copy link
Contributor

Added feature to allow TimeSeriesView to render a warning and error line at specified limits

View:

dashboard-3

Code sample:

"Queue Push": {
      source: "http://localhost:4567/",
      TimeSeries: {
        title: 'Queue Push',
        ymax: 1000,
        warn: 600,
        error: 800,
        parent: '#g2-1'
      }
    },

Added the ability to specify the number of x and y ticks

View:

dashboard

Code Sample:

"Feed Poll": {
      source: "http://localhost:4567/",
      TimeSeries: {
        title: 'Feed Poll',
        y_ticks: 2,
        display_verticals: true,
        parent: '#g1-2'
      }
    },

Removed console.log statements from graphene.events.js

@mchandramouli
Copy link
Contributor Author

Can you please review this pull?

@jondot
Copy link
Owner

jondot commented Jan 22, 2014

Wow, amazing work! Thanks!!

jondot added a commit that referenced this pull request Jan 22, 2014
adding warning and error indicator lines to TimeSeriesView
@jondot jondot merged commit bec07aa into jondot:master Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants