chartjs-plugin-datasource-prometheus
chartjs-plugin-datasource-prometheus copied to clipboard
📊 Chart.js plugin for Prometheus
Should I do something like: ``` myChart.clear() myChart.options.prometheus.query = "new query" myChart.draw() ``` ?
Chart.js 3.0 is out now, so it might be nice for this plugin to upgrade to it
Is it possible to draw a Histogram metric like request latency? Thank you for the library, it's saved me.
Hi, i have got the error in the console ```tsx import { useEffect, useRef } from "react"; import Chart from "chart.js/auto"; import "chartjs-adapter-date-fns"; import ChartDatasourcePrometheusPlugin from "chartjs-plugin-datasource-prometheus"; import "./styles.css"; export...
Hello I tried to use the dataSetHook but I am getting an error about ``` index.umd.ts:50 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'forEach') at cn (index.umd.ts:50:18)...
 First of all, thanks for this package! I've been thoroughly using it as a guide while I try to figure my way out in publishing my own (I hope...