newrelic / nr1-graphiql-notebook

NR1 Graphiql Notebook allows you to explore New Relic data via our GraphQL API and share notebooks with colleagues.
https://discuss.newrelic.com/t/graphiql-notebook-nerdpack/82933
Apache License 2.0
9 stars 9 forks source link

Hide the time picker #35

Closed tangollama closed 4 years ago

tangollama commented 4 years ago

The time picker is not relevant to this app. When the SDK supports it, hide it.

devfreddy commented 4 years ago

This ~has landed~ will be landing soon in the SDK, conceptually it should be implemented like:

import { nerdlet } from 'nr1'

nerdlet.setConfig({ timePicker: false });