Skip to content

Instantly share code, notes, and snippets.

View thenishchalraj's full-sized avatar
Time Travelling Ambidextrous Researcher

Nishchal Raj thenishchalraj

Time Travelling Ambidextrous Researcher
View GitHub Profile
@thenishchalraj
thenishchalraj / ReactSampleGrafanaComponent.js
Last active March 21, 2023 13:05
Dynamically embedding Grafana Dashboards and panels. (code snippet)
import React from 'react'
//configuration file that has the values stored for users
import config from './config'
class SampleDashboard extends React.Component {
render() {
//suppose user is received from props
const { user } = this.props
return (